Last active
February 5, 2023 14:54
-
-
Save lamoboos223/4453c2769f7d9d310c56d468f9ae763e to your computer and use it in GitHub Desktop.
🍓save pi image and write it to sd card --> https://medium.com/rahasak/headless-way-to-setup-raspberry-piwith-docker-7ee8f9a26741
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 characters
# backup SD card to image named backup-25-10-2019.dmg | |
sudo dd if=/dev/disk2 of=~/backup-25-10-2019.dmg bs=4m | |
# burn backup image to SD card | |
sudo dd if=~/backup-25-10-2019.dmg of=/dev/disk2 bs=4m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://computers.tutsplus.com/articles/how-to-clone-raspberry-pi-sd-cards-using-the-command-line-in-os-x--mac-59911