Changes for page Armbian OS instruction

Last modified by Edwin Chen on 2025/02/26 08:18

From version 114.1
edited by Xiaoye
on 2024/10/31 14:19
Change comment: There is no comment for this version
To version 113.1
edited by Xiaoye
on 2024/10/31 11:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -94,23 +94,16 @@
94 94  == 2.2  How to clone Complete OS on the EMMC to SD card ==
95 95  
96 96  
97 +
97 97  **2.2.1 Prepare a USB flash drive/SD card and plug it into the USB port of the gateway.**
98 98  
99 99  
100 -
101 -
102 102  **2.2.2 Mounting a USB Flash Drive/SD Card in the Linux CLI**
103 103  
104 104  
104 +**2.2.3 Using the DD command, copy Emmc as an img file**
105 105  
106 106  
107 -**2.2.3 Using the dd command, copy Emmc as an img file**
108 -
109 -
110 -dd if=/etc/sidmem of=/dev/mmcblk2p2 bs=1M count=1
111 -
112 -
113 -
114 114  **2.2.4 Export the img file and follow the steps in 2.3 for burning**
115 115  
116 116