Fix incorrect Debian image naming #10

Merged
mycognosist merged 1 commits from master into master 2020-11-13 07:48:08 +00:00

View File

@ -12,12 +12,12 @@ Note: Be sure to use the correct device location in the `dd` command, otherwise
```bash ```bash
wget https://raspi.debian.net/verified/20200831_raspi_3.img.xz 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: 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/). Alternatively, use [Etcher](https://www.balena.io/etcher/).