<
From version < 112.1
edited by Kilight Cao
on 2024/10/08 09:35
To version < 104.1 >
edited by Kilight Cao
on 2023/08/31 15:03
Change comment: Uploaded new attachment "image-20230831150341-2.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -127,10 +127,11 @@
127 127  
128 128  1. Prepare an SD card
129 129  1. Prepare a card reader device
130 -1. Download the OS image from the release.image~: **[[draginolps8v2-release-v1.7>>http://repo.dragino.com/release/hp0c-image/]]**
130 +1. Download the OS image from the [[release.image>>url:http://repo.dragino.com/release/hp0c-image/]]: ( File format dragino-lps8v2-1.7.img )
131 131  1. A Flash software tool ( Such as v1.7.9 from [[balenaEtcher>>url:https://www.balena.io/etcher/]] )
132 132  1. SD Card [[format>>url:http://repo.dragino.com/release/tool/PanasonicSDFormatter.zip]] tool
133 133  
134 +
134 134  === **2.3.1 Making an SD Card with the new image** ===
135 135  
136 136  
... ... @@ -206,75 +206,49 @@
206 206  
207 207  **Run command:**
208 208  
209 -draginolps8v2-release-chirpsrtack-v1.7-240725 image :
210 +(% style="background-color:yellow; color:green" %)**nand-sata-install**
210 210  
211 -(% style="background-color:#ffff00; color:#008000" %)** flash_emmc /usr/local/image/dragino-LPS8V2-ChirpStack-240725-1.img **
212 212  
213 -draginolps8v2-release-ttnstack-v1.7-240712 image :
213 +[[image:image-20220602112051-1.png]]
214 214  
215 -(% style="background-color:#ffff00; color:#008000" %)** flash_emmc /usr/local/image/dragino-LPS8V2-TTN-231124.img**
216 216  
217 -[[image:image-20241008091850-2.png]]
218 218  
219 -(% style="color:red" %)**Note: Note: After the flash is completed, please power off the device (run the command halt) and disconnect the power supply, and then unplug the SD card.**
217 +Select the (% style="color:red" %)**"Boot from eMMC - system on eMMC".**
220 220  
219 +[[image:image-20220602112058-2.png||height="292" width="646"]]
221 221  
222 -== 2.4 How to extend the gateway size of memory with SD card ==
223 223  
222 +[[image:image-20220602112106-3.png||height="301" width="643"]]
224 224  
225 -Users can use the SD card slot to expand the gateway memory size by following the steps below
226 226  
227 227  
228 -=== 2.4.1 View SD card information ===
226 +Select the (% style="color:red" %)**"1  ext4"**
229 229  
230 -(% class="box infomessage" %)
231 -(((
232 -fdisk -l
233 -)))
228 +[[image:image-20220602112113-4.png||height="271" width="642"]]
234 234  
235 -[[image:image-20230831150518-3.png]]
236 236  
237 237  
238 -=== 2.4.2 Displays the current file system disk usage statistics on Linux systems ===
232 +It takes 4-5 minutes to burn from SD card to eMMC
239 239  
234 +[[image:image-20220602112119-5.png||height="309" width="641"]]
240 240  
241 -(% class="box infomessage" %)
242 -(((
243 -df -h
244 -)))
245 245  
246 -[[image:image-20230831150341-2.png]]
237 +[[image:image-20220602112125-6.png||height="281" width="640"]]
247 247  
248 248  
249 -=== 2.4.3 Mount SD card ===
240 +[[image:image-20220602112131-7.png||height="241" width="638"]]
250 250  
251 251  
252 -(% class="box infomessage" %)
253 -(((
254 -mkdir /mnt/sd
243 +(% style="color:red" %)**Note: After the flash is complete, power off the device and then remove the SD card.**
255 255  
256 -mount /dev/mmcblk0p1 /mnt/sd
257 -)))
258 258  
259 -After the mount is successful to check the file system disk usage on the Linux system again:
246 +== 2.4 Default Built Version ==
260 260  
261 -[[image:image-20230831151432-4.png]]
262 262  
263 -
264 -If the mount fails, you can format the file system and try the mount again
265 -
266 -(% class="box infomessage" %)
267 -(((
268 -mkfs.ext4 /dev/mmcblk0p1
269 -)))
270 -
271 -== 2.5 Default Built Version ==
272 -
273 -
274 274  [[image:image-20220902155621-1.png]]
275 275  
276 276  
277 -== 2.6 How to upgrade the nodejs version to the latest. ==
252 +== 2.5 How to upgrade the nodejs version to the latest. ==
278 278  
279 279  
280 280  By default, the nodejs uses the pre-install version v12 which is due to Debian the ultra-stable via ultra-old.
... ... @@ -330,7 +330,7 @@
330 330  )))
331 331  
332 332  
333 -== 2.7 How to install Grafana and influxdb ==
308 +== 2.6 How to install Grafana and influxdb ==
334 334  
335 335  
336 336  === **Grafana:** ===
... ... @@ -367,7 +367,7 @@
367 367  
368 368  (% class="box infomessage" %)
369 369  (((
370 -curl https:~/~/repos.influxdata.com/influxdata-archive_compat.key | gpg ~-~-dearmor | sudo tee /usr/share/keyrings/influxdb-archive-keyring.gpg >/dev/null
345 +curl https:~/~/repos.influxdata.com/influxdb.key | gpg ~-~-dearmor | sudo tee /usr/share/keyrings/influxdb-archive-keyring.gpg >/dev/null
371 371  echo "deb [signed-by=/usr/share/keyrings/influxdb-archive-keyring.gpg] https:~/~/repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
372 372  apt update && apt install influxdb
373 373  )))
image-20230831150518-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -89.9 KB
Content
image-20230831151432-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -37.7 KB
Content
image-20241008091544-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -36.1 KB
Content
image-20241008091850-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -36.2 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0