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
3699b516
Commit
3699b516
authored
Oct 04, 2017
by
Sam Calisch
Browse files
Update RaspberryPi.md
parent
ae48f866
Pipeline
#898
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
openocd/RaspberryPi.md
View file @
3699b516
...
...
@@ -31,4 +31,26 @@ touch /Volumes/boot/ssh
```
```
ssh pi@raspberrypi.local
```
\ No newline at end of file
```
```
raspberry
```
3.
Change password.
```
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 install autoconf automake libtool
```
```
cd openocd/
./bootstrap
./configure
make
```
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