Skip to content

Instantly share code, notes, and snippets.

@luanpcweb
Last active October 1, 2020 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luanpcweb/0fb1197168afe108b8ca58da8fcb4e9f to your computer and use it in GitHub Desktop.
Save luanpcweb/0fb1197168afe108b8ca58da8fcb4e9f to your computer and use it in GitHub Desktop.
lsblk -p
sudo umount /dev/sdb1
sudo mkfs.vfat -I /dev/sdb
dd bs=4M if=2020-08-20-raspios-buster-armhf.img of=/dev/sdX conv=fsync
## OR
unzip -p 2020-08-20-raspios-buster-armhf.zip | sudo dd of=/dev/sdX bs=4M conv=fsync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment