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
Next revision
Previous revision
products:sbc:common:install-os:install-os-into-external-storage [2022/07/01 09:13]
nick
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 an SD/USB image into an SD/USB flash driveIf you install other images to an SD/USB flash drive, then the image will not bootup correctly.+Only **generic** OS images can be installed to external storageAttempting 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) =====
  
-  * [[https://www.balena.io/etcher/|Etcher]] has a user-friendly GUI for beginnersand it is compatible with Mac, Windows and Linux. \\ +[[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.
-    Simply select an image and it will automatically identify your flash drive and burn the image. **(Recommended)**+
  
-![How to Use Etcher](/linux/images/vim1/howto_use_etcher.gif)+{{:products:sbc:common:install-os:etcher.gif|}}
  
-* Alternatively, utilise the `dd` command from within the Ubuntu Terminal: 
  
 +===== Install with command line =====
 +
 +For advanced users, you can use the ''dd'' command from a terminal (e.g., in Ubuntu).
 +
 +```shell
 +$ sudo dd if=/path/to/image of=/dev/sdX bs=1M && sync
 ``` ```
-$ sudo dd if=/path/to/image of=/dev/sdX bs=8M + 
-```+<WRAP important > 
 +**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>
  
Last modified: 2022/07/01 09:13 by nick