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,10 @@ 13 13 * HP0A 14 14 * HP0C 15 15 * LPS8v2 16 +* MS20 16 16 17 17 18 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 26 + 26 26 == 2.1 How to recompile LoRaWAN Concentrator Driver ( dragino-fwd package). == 27 27 28 28 30 + 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 74 + 72 72 === (% style="color:blue" %)**Step 3. Install the dragino_fwd**(%%) === 73 73 74 74 ... ... @@ -113,6 +113,23 @@ 113 113 == 2.3 How to flash SD card to eMMC == 114 114 115 115 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~: ( Such as **[[dragino-lps8v2-1.5img>>url:http://repo.dragino.com/release/hp0c-image/dragino-lps8v2-1.5.img]]** )// 126 + 127 +4. //A Flash software tool ( Such as **[[balenaEtcher>>url:https://www.balena.io/etcher/]]** )// 128 + 129 +5. //Open the LPS8-V2 shell, and put the SD card into the card slot// 130 + 131 +6. Power on the device and access the gateway's CLI via the serial port. 132 + 133 +7. Login and run the below command to flash. 134 + 135 + 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 170 +Init the new Os 150 150 172 + 173 +Run the command 174 + 175 + 176 +wget -P /tmp/ http:~/~/repo.dragino.com/release/hp0c-image/lps8v2_init.sh && chmod +x /tmp/lps8v2_init.sh && /tmp/lps8v2_init.sh 177 + 178 + 151 151