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 [2022/08/04 22:00] (current) felicia [Install with Etcher (Recommended)] |
||
---|---|---|---|
Line 3: | Line 3: | ||
<WRAP important > | <WRAP important > | ||
- | You can only install | + | You can only install |
</ | </ | ||
Line 9: | Line 9: | ||
There are several ways to install the OS into the external storage, e.g. '' | There are several ways to install the OS into the external storage, e.g. '' | ||
- | * [[https:// | + | ===== Install |
- | Simply select an image and it will automatically identify your flash drive and burn the image. **(Recommended)** | + | |
- |  | + | [[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, | + | {{:products: |
+ | |||
+ | ===== Install with command line ===== | ||
+ | |||
+ | Alternatively, | ||
+ | |||
+ | ```shell | ||
+ | $ sudo dd if=/ | ||
``` | ``` | ||
- | $ sudo dd if=/ | + | |
- | ``` | + | <WRAP important > |
+ | Please replace '' | ||
+ | </ | ||