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
-
... ... @@ -3,6 +3,8 @@ 3 3 {{toc/}} 4 4 5 5 6 + 7 + 6 6 = 1. Overview = 7 7 8 8 ... ... @@ -11,6 +11,7 @@ 11 11 * HP0A 12 12 * HP0C 13 13 * LPS8v2 16 +* MS20 14 14 15 15 = 2. Development Guide = 16 16 ... ... @@ -18,9 +18,11 @@ 18 18 For advanced users to develop Driver/ Linux etc 19 19 20 20 24 + 21 21 == 2.1 How to recompile LoRaWAN Concentrator Driver ( dragino-fwd package). == 22 22 23 23 28 + 24 24 === (% style="color:blue" %)**Step 1. Clone dragino-fwd package**(%%) === 25 25 26 26 ... ... @@ -64,6 +64,7 @@ 64 64 [[image:image-20220527154311-4.png||height="385" width="773"]] 65 65 66 66 72 + 67 67 === (% style="color:blue" %)**Step 3. Install the dragino_fwd**(%%) === 68 68 69 69 ... ... @@ -105,9 +105,31 @@ 105 105 106 106 107 107 108 -== 2.3 How to flash SD card to eMMC == 114 +== 2.3 How to flash SD card to (eMMC) device's built-in Memory == 109 109 110 110 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 + 111 111 (% style="color:red" %)**Run command:** 112 112 113 113 (% class="box infomessage" %) ... ... @@ -142,5 +142,13 @@ 142 142 (% style="color:red" %)**Note: After the flash is complete, power off the device and then remove the SD card.** 143 143 144 144 173 +Init the new Os 145 145 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 + 146 146