Changes for page Armbian OS instruction
Last modified by Edwin Chen on 2025/02/26 08:18
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoling1 +XWiki.Edwin - Content
-
... ... @@ -13,10 +13,8 @@ 13 13 * HP0A 14 14 * HP0C 15 15 * LPS8v2 16 +* MS20 16 16 17 - 18 - 19 - 20 20 = 2. Development Guide = 21 21 22 22 ... ... @@ -23,9 +23,11 @@ 23 23 For advanced users to develop Driver/ Linux etc 24 24 25 25 24 + 26 26 == 2.1 How to recompile LoRaWAN Concentrator Driver ( dragino-fwd package). == 27 27 28 28 28 + 29 29 === (% style="color:blue" %)**Step 1. Clone dragino-fwd package**(%%) === 30 30 31 31 ... ... @@ -69,6 +69,7 @@ 69 69 [[image:image-20220527154311-4.png||height="385" width="773"]] 70 70 71 71 72 + 72 72 === (% style="color:blue" %)**Step 3. Install the dragino_fwd**(%%) === 73 73 74 74 ... ... @@ -110,9 +110,31 @@ 110 110 111 111 112 112 113 -== 2.3 How to flash SD card to eMMC == 114 +== 2.3 How to flash SD card to (eMMC) device's built-in Memory == 114 114 115 115 117 +=== 2.3.1 Prepare a SD card with OS. === 118 + 119 + //**Preparations:**// 120 + 121 +~1. Prepare an SD card and a// card reader device// 122 + 123 +2. Formatting the SD card (//Make sure the SD card is empty//) 124 + 125 +3. //Download the OS image from xxxxx: ( File format **dragino-lps8v2-1.5.img** )// 126 + 127 +4. //A Flash software tool ( Such as 版本 from **[[balenaEtcher>>url:https://www.balena.io/etcher/]]** )// 128 + 129 + 130 +=== 2.3.2 Flash SD card to device's eMMC. === 131 + 132 +//1. Open the device's enclosure, and put the SD card into the SD card slot// 133 + 134 +//2. Power on the device and access the gateway's CLI via the serial port.// 135 + 136 +//3. Login and run the below command to flash.// 137 + 138 + 116 116 (% style="color:red" %)**Run command:** 117 117 118 118 (% class="box infomessage" %) ... ... @@ -147,5 +147,13 @@ 147 147 (% style="color:red" %)**Note: After the flash is complete, power off the device and then remove the SD card.** 148 148 149 149 173 +Init the new Os 150 150 175 + 176 +Run the command 177 + 178 + 179 +wget -P /tmp/ http:~/~/repo.dragino.com/release/hp0c-image/lps8v2_init.sh && chmod +x /tmp/lps8v2_init.sh && /tmp/lps8v2_init.sh 180 + 181 + 151 151