Last active
October 1, 2020 17:07
-
-
Save luanpcweb/0fb1197168afe108b8ca58da8fcb4e9f to your computer and use it in GitHub Desktop.
Revisions
-
luanpcweb revised this gist
Oct 1, 2020 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,8 @@ 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 -
luanpcweb revised this gist
Oct 1, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ lsblk -p dd bs=4M if=2020-08-20-raspios-buster-armhf.img of=/dev/sdX conv=fsync ## OR -
luanpcweb revised this gist
Oct 1, 2020 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,5 @@ 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 -
luanpcweb created this gist
Oct 1, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ dd bs=4M if=2020-08-20-raspios-buster-armhf.img of=/dev/sdX conv=fsync