From ae48f8663301dcf90ee186bfe2a239d03de196b4 Mon Sep 17 00:00:00 2001 From: Sam Calisch <sam.calisch@cba.mit.edu> Date: Wed, 4 Oct 2017 15:16:16 -0400 Subject: [PATCH] Update RaspberryPi.md --- openocd/RaspberryPi.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/openocd/RaspberryPi.md b/openocd/RaspberryPi.md index 504a135..ac77594 100644 --- a/openocd/RaspberryPi.md +++ b/openocd/RaspberryPi.md @@ -14,3 +14,21 @@ sudo dd bs=1m if=~/Documents/2017-09-07-raspbian-stretch-lite.img of=/dev/rdiskn Wait. 2. Set up ssh. We prefer over usb: https://www.thepolyglotdeveloper.com/2016/06/connect-raspberry-pi-zero-usb-cable-ssh/ +``` +sublime /Volumes/boot/config.txt +``` +``` +dtoverlay=dwc2 +``` +``` +sublime /Volumes/boot/cmdline.txt +``` +``` +modules-load=dwc2,g_ether +``` +``` +touch /Volumes/boot/ssh +``` +``` +ssh pi@raspberrypi.local +``` \ No newline at end of file -- GitLab