<
From version < 349.1
edited by Kilight Cao
on 2025/02/08 14:05
To version < 347.1 >
edited by Kilight Cao
on 2025/02/07 14:57
Change comment: Uploaded new attachment "image-20250207145702-2.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -698,6 +698,7 @@
698 698  systemctl disable nodered
699 699  )))
700 700  
701 +
701 701  * (((
702 702  === ** How to choose the Chirpstack server frequency SubBand** ===
703 703  )))
... ... @@ -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]]**
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]]
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]]**
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]]
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]]**
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]]
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/]]**
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/]]
1269 1269  
1270 1270  
1271 1271  **2) Build-in Chirpstack**
... ... @@ -1275,60 +1275,6 @@
1275 1275  [[image:image-20231106180846-5.png||height="310" width="668"]]
1276 1276  
1277 1277  
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 -
1332 1332  = (% data-sider-select-id="7e5e9cb1-c1dc-4ea9-a9f7-9da676c581a5" style="color:inherit; font-family:inherit; font-size:29px" %)13. Supports(%%) =
1333 1333  
1334 1334  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0