Skip to content

Commit 48d227e

Browse files
igorpecovnikgithub-actions[bot]
authored andcommitted
Automatic documentation update
1 parent 1b65b50 commit 48d227e

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

docs/User-Guide_Armbian-Config/System.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,15 @@ __Documentation:__ [Link](https://forum.armbian.com/)
172172
#### Install
173173

174174

175+
Copy the running Armbian system to another device
176+
177+
175178
<!--- header START from tools/include/markdown/STO001-header.md --->
176-
This section provides an option to transfer the live running Armbian system from an SD card to internal storage devices such as eMMC, SATA, NVMe, or USB drives. It prepares the target storage, copies the active system, adjusts bootloader settings, and ensures the system can boot independently without requiring reinstallation.
179+
- Clones your current live OS installation
180+
- Keeps your settings, configuration, installed packages, and user data
181+
- Essentially “transfer my existing system to internal/external storage”
182+
183+
Use this option to **transfer your current live Armbian system** to another storage device (eMMC, SSD, USB, etc.). This copies your existing installation exactly as it is — including settings, installed packages, and user data.
177184

178185
<!--- header STOP from tools/include/markdown/STO001-header.md --->
179186

@@ -188,6 +195,43 @@ armbian-config --cmd STO001
188195
~~~
189196

190197

198+
#### Download and flash
199+
200+
201+
Download a fresh, official Armbian OS image and write it to a device
202+
203+
204+
<!--- section image START from tools/include/images/FLASH1.png --->
205+
[![Download and flash](/images/FLASH1.png)](#)
206+
<!--- section image STOP from tools/include/images/FLASH1.png --->
207+
208+
209+
<!--- header START from tools/include/markdown/FLASH1-header.md --->
210+
What can this tool do?
211+
212+
- Install Armbian onto internal **eMMC, SSD, or other storage**
213+
- Create **bootable SD cards or USB drives** for any supported board
214+
- Recover a system by **re-flashing a clean image**
215+
- Switch between different **OS variants, kernel branches, or preinstalled applications**
216+
- Accelerate development with **fast, repeatable deployments** for testing and automation
217+
218+
<!--- header STOP from tools/include/markdown/FLASH1-header.md --->
219+
220+
__Edit:__ [footer](https://github.com/armbian/configng/edit/main/tools/include/markdown/FLASH1-footer.md) [header](https://github.com/armbian/configng/edit/main/tools/include/markdown/FLASH1-header.md)
221+
__Status:__ Preview
222+
__Architecture:__ <span style="background-color:#e0e0e0; color:#333333; padding:3px 6px; border-radius:4px; font-size:90%;">x86-64</span> <span style="background-color:#d3f9d8; color:#1b5e20; padding:3px 6px; border-radius:4px; font-size:90%;">arm64</span> <span style="background-color:#fff3bf; color:#7c4d00; padding:3px 6px; border-radius:4px; font-size:90%;">armhf</span>
223+
__Maintainer:__ @igorpecovnik
224+
225+
~~~ custombash
226+
armbian-config --cmd FLASH1
227+
~~~
228+
229+
230+
<!--- footer START from tools/include/markdown/FLASH1-footer.md --->
231+
232+
<!--- footer STOP from tools/include/markdown/FLASH1-footer.md --->
233+
234+
191235
#### Read Only FS
192236

193237

docs/images/FLASH1.png

20.2 KB
Loading

0 commit comments

Comments
 (0)