Created
November 2, 2018 01:55
-
-
Save pblittle/66d35d174920dc0047cea57cadcb28f4 to your computer and use it in GitHub Desktop.
Flash Raspbian Lite and enable SSH
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
diskutil umount /dev/disk2s1 | |
dd if=Downloads/2018-10-09-raspbian-stretch-lite.img of=/dev/rdisk2 bs=1m | |
mount -uw /Volumes/boot | |
touch /Volumes/boot/ssh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment