This shows you the differences between two versions of the page.
| 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 drive. If you install other images to an SD/USB flash drive, then the image will not bootup correctly. | + | Only **generic** OS images |
| </ | </ | ||
| + | There are several methods to install an OS onto external storage, such as a '' | ||
| - | There are several ways to install the OS into the external storage, e.g. '' | + | ===== Install with Etcher (Recommended) ===== |
| - | * [[https:// | + | [[https:// |
| - | | + | |
| - | ![How to Use Etcher](/ | + | {{: |
| - | * Alternatively, | ||
| + | ===== Install with command line ===== | ||
| + | |||
| + | For advanced users, you can use the '' | ||
| + | |||
| + | ```shell | ||
| + | $ sudo dd if=/ | ||
| ``` | ``` | ||
| - | $ sudo dd if=/path/to/image of=/dev/sdX bs=8M | + | |
| - | ``` | + | <WRAP important > |
| + | **Caution: | ||
| + | </ | ||