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. Xiaoye1 +XWiki.Edwin - Content
-
... ... @@ -15,6 +15,7 @@ 15 15 * LPS8v2 16 16 * MS20 17 17 18 + 18 18 = 2. Development Guide = 19 19 20 20 ... ... @@ -111,11 +111,9 @@ 111 111 112 112 113 113 114 -== 2.3 How to flash SD card to (eMMC)device's built-in Memory==115 +== 2.3 How to flash SD card to eMMC == 115 115 116 116 117 -=== 2.3.1 Prepare a SD card with OS. === 118 - 119 119 //**Preparations:**// 120 120 121 121 ~1. Prepare an SD card and a// card reader device// ... ... @@ -122,20 +122,17 @@ 122 122 123 123 2. Formatting the SD card (//Make sure the SD card is empty//) 124 124 125 -3. //Download the OS image from xxxxx: ( File format **dragino-lps8v2-1. 7.img** )//124 +3. //Download the OS image from xxxxx: ( File format **dragino-lps8v2-1.5.img** )// 126 126 127 127 4. //A Flash software tool ( Such as 版本 from **[[balenaEtcher>>url:https://www.balena.io/etcher/]]** )// 128 128 128 +5. //Open the LPS8-V2 shell, and put the SD card into the card slot// 129 129 130 - === 2.3.2Flash SD cardto device's eMMC.===130 +6. Power on the device and access the gateway's CLI via the serial port. 131 131 132 - //1.Openthe device's enclosure,andputtheSDcardintothe SD cardslot//132 +7. Login and run the below command to flash. 133 133 134 -//2. Power on the device and access the gateway's CLI via the serial port.// 135 135 136 -//3. Login and run the below command to flash.// 137 - 138 - 139 139 (% style="color:red" %)**Run command:** 140 140 141 141 (% class="box infomessage" %) ... ... @@ -170,4 +170,13 @@ 170 170 (% style="color:red" %)**Note: After the flash is complete, power off the device and then remove the SD card.** 171 171 172 172 169 +Init the new Os 170 + 171 + 172 +Run the command 173 + 174 + 175 +wget -P /tmp/ http:~/~/repo.dragino.com/release/hp0c-image/lps8v2_init.sh && chmod +x /tmp/lps8v2_init.sh && /tmp/lps8v2_init.sh 176 + 177 + 173 173