Skip to content
GitLab
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
fb84b49a
Commit
fb84b49a
authored
Oct 04, 2017
by
Sam Calisch
Browse files
Update RaspberryPi.md
parent
199d6f33
Pipeline
#900
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
openocd/RaspberryPi.md
View file @
fb84b49a
...
...
@@ -6,8 +6,6 @@
```
diskutil unmountDisk diskn
```
```
sudo dd bs=1m if=~/Documents/2017-09-07-raspbian-stretch-lite.img of=/dev/rdiskn conv=sync
```
...
...
@@ -16,23 +14,11 @@ 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
```
```
raspberry
```
...
...
@@ -44,6 +30,7 @@ passwd
4.
Get OpenOCD with nrf52 patch.
5.
Make and install. You may need to install some things, and you might need to share internet from your PC over the usb connection.
```
sudo apt-get update
sudo apt-get install autoconf automake libtool git
```
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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