mirror of https://github.com/pikvm/pikvm.git
Update flashing_os.md
This commit is contained in:
parent
d94bebcd3c
commit
b98b9ba03f
|
|
@ -7,8 +7,8 @@ Note: right now, pre-compiled images are only available for the Raspberry Pi 4.
|
|||
## Using Linux CLI
|
||||
Decompress and flash image and follow to the [final steps](#the-final-steps). Be careful when choosing your device path:
|
||||
```bash
|
||||
$ bzip2 -d v2-hdmi-rpi4.img.bz2
|
||||
$ sudo dd if=v2-hdmi-rpi4.img of=/dev/mmcblk0
|
||||
# bzip2 -d v2-hdmi-rpi4.img.bz2
|
||||
# dd if=v2-hdmi-rpi4.img of=/dev/mmcblkX
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue