Just do `dd if=2019_03_02_rpi3_13fa200.bin of=/dev/sda bs=4MiB`, then check the SD card can boot up or not.ikk wrote: ↑Fri May 10, 2019 9:08 pmWon’t let me:
Edit: I flashed it usingThen I followed the rest of the instructions on your video... I still get the same PHY auto negotiation error on boot up :/Code: Select all
blkid /dev/sda dd if=2019_03_02_rpi3_13fa200.bin of=/dev/sda bs=4MiB
The rest of the instructions on the video may make the SD card unbootable if you make mistakes.
PS:
`zcat 2019_03_02_rpi3_13fa200.bin.gz | sudo dd of=/dev/sda bs=4MiB status=progress` used to flash the compressed image directly to the SD card. So you don't need to use gunzip command to extract 2019_03_02_rpi3_13fa200.bin.gz.