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

Next revision
Previous revision
products:sbc:common:install-os:install-os-into-external-storage [2022/07/01 09:08]
127.0.0.1 external edit
products:sbc:common:install-os:install-os-into-external-storage [2022/08/04 22:00] (current)
felicia [Install with Etcher (Recommended)]
Line 3: Line 3:
  
 <WRAP important > <WRAP important >
-You can only install an SD/USB image into an SD/USB flash drive. If you install other images to an SD/USB flash drive, then the image will not bootup correctly.+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.
 </WRAP> </WRAP>
  
  
-There are several ways to install the OS into an SD card or USB storage:+There are several ways to install the OS into the external storage, e.g. ''TF card'', ''USB storage'', etc.
  
-* [Etcher](https://www.balena.io/etcher/) has a user-friendly GUI for beginners, and it is compatible with Mac, Windows and Linux. Simply select an image and it will automatically identify your flash drive and burn the image. **( +===== Install with Etcher (Recommended) =====
-Recommended)**+
  
-![How to Use Etcher](/linux/images/vim1/howto_use_etcher.gif)+[[https://www.balena.io/etcher/|Etcher]] has a user-friendly GUI for beginners, and 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.
  
-* Alternatively, utilise the `dd` command from within the Ubuntu Terminal:+{{:products:sbc:common:install-os:etcher.gif|}}
  
 +
 +===== Install with command line =====
 +
 +Alternatively, utilise the ''dd'' command (for example from within the Ubuntu Terminal):
 +
 +```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 > 
 +Please replace ''/dev/sdX'' with correct node. 
 +</WRAP>
  
Last modified: 2022/07/01 09:08 by 127.0.0.1