Skip to content

Instantly share code, notes, and snippets.

@pblittle
Created November 2, 2018 01:55
Show Gist options
  • Save pblittle/66d35d174920dc0047cea57cadcb28f4 to your computer and use it in GitHub Desktop.
Save pblittle/66d35d174920dc0047cea57cadcb28f4 to your computer and use it in GitHub Desktop.
Flash Raspbian Lite and enable SSH
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