Fix incorrect Debian image naming

This commit is contained in:
mycognosist 2020-11-13 07:46:14 +00:00
parent 1d1d42762f
commit fb55b102c0
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@ Note: Be sure to use the correct device location in the `dd` command, otherwise
```bash
wget https://raspi.debian.net/verified/20200831_raspi_3.img.xz
xzcat 20190628_raspberry-pi-3_buster_PREVIEW.img.xz | sudo dd of=/dev/mmcblk0 bs=64k oflag=dsync status=progress
xzcat 20200831_raspi_3.img.xz | sudo dd of=/dev/mmcblk0 bs=64k oflag=dsync status=progress
```
On Mac OS, use the following command to flash the SD card:
`xzcat 20190628_raspberry-pi-3_buster_PREVIEW.img.xz | sudo dd of=/dev/sdcarddisc`
`xzcat 20200831_raspi_3.img.xz | sudo dd of=/dev/sdcarddisc`
Alternatively, use [Etcher](https://www.balena.io/etcher/).