Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:install-os:install-os-into-external-storage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
products:sbc:common:install-os:install-os-into-external-storage [2022/08/04 22:00]
felicia [Install with Etcher (Recommended)]
products:sbc:common:install-os:install-os-into-external-storage [2026/02/03 04:59] (current)
gray update by using AI
Line 3: Line 3:
  
 <WRAP important > <WRAP important >
-You can only install a generic image into the external storage. If you install other images to the external storage, then the image will not bootup correctly.+Only **generic** OS images can be installed to external storage. Attempting to install other image types (e.g., eMMC-specific images) will result in a failure to boot.
 </WRAP> </WRAP>
  
- +There are several methods to install an OS onto external storage, such as a ''TF card'' or ''USB drive''.
-There are several ways to install the OS into the external storage, e.g. ''TF card''''USB storage'', etc.+
  
 ===== Install with Etcher (Recommended) ===== ===== Install with Etcher (Recommended) =====
  
-[[https://www.balena.io/etcher/|Etcher]] has a user-friendly GUI for beginnersand it is also compatible with Mac, Windows and Linux. Simply select an image and it will automatically identify your flash drive and burn the image.+[[https://www.balena.io/etcher/|Etcher]] provides a user-friendly graphical interface suitable for beginners and is compatible with macOS, Windowsand Linux. Simply select your OS image file, and Etcher will automatically detect your removable drive and write the image.
  
 {{:products:sbc:common:install-os:etcher.gif|}} {{:products:sbc:common:install-os:etcher.gif|}}
Line 18: Line 17:
 ===== Install with command line ===== ===== Install with command line =====
  
-Alternativelyutilise the ''dd'' command (for example from within the Ubuntu Terminal):+For advanced usersyou can use the ''dd'' command from a terminal (e.g., in Ubuntu).
  
 ```shell ```shell
Line 25: Line 24:
  
 <WRAP important > <WRAP important >
-Please replace ''/dev/sdX'' with correct node.+**Caution:** Replace ''/dev/sdX'' with the correct device node for your external storage (e.g., ''/dev/sdb''). Using the wrong device node can overwrite your system disk
 </WRAP> </WRAP>
  
Last modified: 2026/02/03 04:59 by gray