Using the Linux install information on the release notes for Raspup.
http://raspup.eezy.xyz/notes.php
The install information, when using the raspup-8.2.1-abcd12345-2gb-f2fs.img.zip or raspup-8.2.1-abcd12345-2gb-f2fs-swap.img.zip
This dd command did not work as written.
Code: Select all
dd bs=1m if=path/to/raspup-(version).img of=/dev/MYDRIVE
sync
Had to change the bs=1m to bs=1M (upper case M) to get the command to work.
What exactly should you see on the SD card after using any of the dd commands?