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 23:27]
hyphop
products:sbc:common:install-os:install-os-into-external-storage [2022/08/04 22:00] (current)
felicia [Install with Etcher (Recommended)]
Line 11: Line 11:
 ===== Install with Etcher (Recommended) ===== ===== Install with Etcher (Recommended) =====
  
-[[https://www.balena.io/etcher/|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.+[[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.
  
 {{:products:sbc:common:install-os:etcher.gif|}} {{:products:sbc:common:install-os:etcher.gif|}}
Line 20: Line 20:
 Alternatively, utilise the ''dd'' command (for example from within the Ubuntu Terminal): Alternatively, utilise the ''dd'' command (for example from within the Ubuntu Terminal):
  
-```bash+```shell
 $ sudo dd if=/path/to/image of=/dev/sdX bs=1M && sync $ sudo dd if=/path/to/image of=/dev/sdX bs=1M && sync
 ``` ```
 +
 +<WRAP important >
 +Please replace ''/dev/sdX'' with correct node.
 +</WRAP>
  
Last modified: 2022/07/01 23:27 by hyphop