<
From version < 345.1 >
edited by Kilight Cao
on 2024/12/31 16:31
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
... ... @@ -698,7 +698,6 @@
698 698  systemctl disable nodered
699 699  )))
700 700  
701 -
702 702  * (((
703 703  === ** How to choose the Chirpstack server frequency SubBand** ===
704 704  )))
... ... @@ -1130,7 +1130,7 @@
1130 1130  
1131 1131  === Method 2: Flash a new image ===
1132 1132  
1133 -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]]**
1134 1134  
1135 1135  
1136 1136  == (% 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(%%) ==
... ... @@ -1158,10 +1158,10 @@
1158 1158  
1159 1159  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:
1160 1160  
1161 -[[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]]**
1162 1162  
1163 1163  
1164 -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]]**
1165 1165  
1166 1166  
1167 1167  == (% 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. ==
... ... @@ -1266,7 +1266,7 @@
1266 1266  
1267 1267  Refer to this link to delete the Built-in server's device.
1268 1268  
1269 -[[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/]]**
1270 1270  
1271 1271  
1272 1272  **2) Build-in Chirpstack**
... ... @@ -1276,6 +1276,60 @@
1276 1276  [[image:image-20231106180846-5.png||height="310" width="668"]]
1277 1277  
1278 1278  
1278 +== (% data-sider-select-id="9b024263-b754-45b6-ac15-22f86a4e1436" %)12(% data-sider-select-id="0621ef51-7fc1-47ca-86ee-cc1f28f6754b" %).7  (%%)How to check the Storage of the gateway ==
1279 +
1280 +
1281 +Run the following command on the command line interface of the gateway to check the disk space usage:
1282 +
1283 +(% class="box infomessage" %)
1284 +(((
1285 +df -sh
1286 +)))
1287 +
1288 +[[image:image-20250207145702-2.png]]
1289 +
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 +
1292 +(% class="box infomessage" %)
1293 +(((
1294 +du -sh /usr/local/ /usr/* /var/*
1295 +)))
1296 +
1297 +[[image:image-20250207145617-1.png]]
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 the local server cache of the gateway using the command ==
1300 +
1301 +Use the following commands to clear the local server cache:
1302 +
1303 +(% class="box infomessage" %)
1304 +(((
1305 +**#Stop the chirpstack service**
1306 +
1307 +systemctl stop chirpstack
1308 +
1309 +
1310 +**#Stop the redis container**
1311 +
1312 +docker stop chirpstack_redis_1
1313 +
1314 +
1315 +**#Remove the Redis container**
1316 +
1317 +docker-compose -f /usr/local/chirpstack/docker-compose.yml rm -f redis
1318 +
1319 +
1320 +**#Remove the Redis data volume**
1321 +
1322 +docker volume rm chirpstack_redisdata
1323 +
1324 +
1325 +**#start the chirpstack service**
1326 +
1327 +systemctl start chirpstack
1328 +)))
1329 +
1330 +
1331 +
1279 1279  = (% data-sider-select-id="7e5e9cb1-c1dc-4ea9-a9f7-9da676c581a5" style="color:inherit; font-family:inherit; font-size:29px" %)13. Supports(%%) =
1280 1280  
1281 1281  
image-20250207145617-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +17.8 KB
Content
image-20250207145702-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +42.7 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0