Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
hello-world
nrf52
Commits
ae48f866
Commit
ae48f866
authored
Oct 04, 2017
by
Sam Calisch
Browse files
Update RaspberryPi.md
parent
9fb1642e
Pipeline
#897
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
openocd/RaspberryPi.md
View file @
ae48f866
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment