Skip to content
Snippets Groups Projects
Commit ae48f866 authored by Sam Calisch's avatar Sam Calisch
Browse files

Update RaspberryPi.md

parent 9fb1642e
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment