<
From version < 348.1 >
edited by Kilight Cao
on 2025/02/07 17:44
To version < 349.1
edited by Kilight Cao
on 2025/02/08 14:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1129,7 +1129,7 @@
1129 1129  
1130 1130  === Method 2: Flash a new image ===
1131 1131  
1132 -Image flash steps: [[How to flash a new image(OS) to the gateway(LPS8V2)>>http://wiki.dragino.com/xwiki/bin/view/Main/Armbian%20OS%20instruction/#H2.3A0Howtoflashanewimage28OS29tothegateway28LPS8V229]]
1132 +Image flash steps:** [[How to flash a new image(OS) to the gateway(LPS8V2)>>http://wiki.dragino.com/xwiki/bin/view/Main/Armbian%20OS%20instruction/#H2.3A0Howtoflashanewimage28OS29tothegateway28LPS8V229]]**
1133 1133  
1134 1134  
1135 1135  == (% data-sider-select-id="20d4ea6b-7328-46c6-bc97-f0050cfe382e" %)11(% data-sider-select-id="b2a44672-8abb-425d-a823-f2faa334cdb7" %).3 How to reduce the 4g data consumed(%%) ==
... ... @@ -1157,10 +1157,10 @@
1157 1157  
1158 1158  If the user needs to change the built-in server from ChirpStack v4 to TTN Stack v3, the User needs to download the image and flash it to the LPS8v2 gateway:
1159 1159  
1160 -[[https:~~/~~/www.dropbox.com/scl/fi/qwtaw4i4dqonzramr93e4/dragino-LPS8V2-TTN-231124.rar?rlkey=nrftlkd1h8en6j07vzbhpj9ui&dl=0>>https://www.dropbox.com/scl/fi/qwtaw4i4dqonzramr93e4/dragino-LPS8V2-TTN-231124.rar?rlkey=nrftlkd1h8en6j07vzbhpj9ui&dl=0]]
1160 +**[[https:~~/~~/www.dropbox.com/scl/fi/qwtaw4i4dqonzramr93e4/dragino-LPS8V2-TTN-231124.rar?rlkey=nrftlkd1h8en6j07vzbhpj9ui&dl=0>>https://www.dropbox.com/scl/fi/qwtaw4i4dqonzramr93e4/dragino-LPS8V2-TTN-231124.rar?rlkey=nrftlkd1h8en6j07vzbhpj9ui&dl=0]]**
1161 1161  
1162 1162  
1163 -Image flash steps: [[How to flash a new image(OS) to the gateway(LPS8V2)>>http://wiki.dragino.com/xwiki/bin/view/Main/Armbian%20OS%20instruction/#H2.3A0Howtoflashanewimage28OS29tothegateway28LPS8V229]]
1163 +Image flash steps: **[[How to flash a new image(OS) to the gateway(LPS8V2)>>http://wiki.dragino.com/xwiki/bin/view/Main/Armbian%20OS%20instruction/#H2.3A0Howtoflashanewimage28OS29tothegateway28LPS8V229]]**
1164 1164  
1165 1165  
1166 1166  == (% data-sider-select-id="20d4ea6b-7328-46c6-bc97-f0050cfe382e" %)11(% data-sider-select-id="457c03ce-1aaa-44c6-bf8e-0298ca8045e4" %).5 (%%)How to check my USB port dev/tty after i plug in USB device. ==
... ... @@ -1265,7 +1265,7 @@
1265 1265  
1266 1266  Refer to this link to delete the Built-in server's device.
1267 1267  
1268 -[[Delete devices from Build-in The Things Network>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Delete%20devices%20from%20Build-in%20The%20Things%20Network/]]
1268 +**[[Delete devices from Build-in The Things Network>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Delete%20devices%20from%20Build-in%20The%20Things%20Network/]]**
1269 1269  
1270 1270  
1271 1271  **2) Build-in Chirpstack**
... ... @@ -1285,7 +1285,7 @@
1285 1285  df -sh
1286 1286  )))
1287 1287  
1288 -[[image:image-20250207145702-2.png]]
1288 +[[image:image-20250207145702-2.png]]
1289 1289  
1290 1290  On the Linux console of the gateway, enter the following command to check the total disk space occupied by the files running on the gateway:
1291 1291  
... ... @@ -1296,18 +1296,39 @@
1296 1296  
1297 1297  [[image:image-20250207145617-1.png]]
1298 1298  
1299 -== (% data-sider-select-id="9b024263-b754-45b6-ac15-22f86a4e1436" %)12(% data-sider-select-id="0621ef51-7fc1-47ca-86ee-cc1f28f6754b" %).8  (%%)How to clear local server cache of the gateway ==
1299 +== (% data-sider-select-id="9b024263-b754-45b6-ac15-22f86a4e1436" %)12(% data-sider-select-id="0621ef51-7fc1-47ca-86ee-cc1f28f6754b" %).8  (%%)How to clear the local server cache of the gateway using the command ==
1300 1300  
1301 +Use the following commands to clear the local server cache:
1302 +
1303 +(% class="box infomessage" %)
1304 +(((
1305 +**#Stop the chirpstack service**
1306 +
1301 1301  systemctl stop chirpstack
1302 1302  
1309 +
1310 +**#Stop the redis container**
1311 +
1312 +docker stop chirpstack_redis_1
1313 +
1314 +
1315 +**#Remove the Redis container**
1316 +
1303 1303  docker-compose -f /usr/local/chirpstack/docker-compose.yml rm -f redis
1304 1304  
1305 -docker volume rm chirpstack_redis
1306 1306  
1307 -datasystemctl start chirpstack
1320 +**#Remove the Redis data volume**
1308 1308  
1322 +docker volume rm chirpstack_redisdata
1309 1309  
1310 1310  
1325 +**#start the chirpstack service**
1326 +
1327 +systemctl start chirpstack
1328 +)))
1329 +
1330 +
1331 +
1311 1311  = (% data-sider-select-id="7e5e9cb1-c1dc-4ea9-a9f7-9da676c581a5" style="color:inherit; font-family:inherit; font-size:29px" %)13. Supports(%%) =
1312 1312  
1313 1313  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0