From 3699b5167c7adc11b4340f62322465b1a50273ea Mon Sep 17 00:00:00 2001
From: Sam Calisch <sam.calisch@cba.mit.edu>
Date: Wed, 4 Oct 2017 15:41:15 -0400
Subject: [PATCH] Update RaspberryPi.md

---
 openocd/RaspberryPi.md | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/openocd/RaspberryPi.md b/openocd/RaspberryPi.md
index ac77594..9eb958a 100644
--- a/openocd/RaspberryPi.md
+++ b/openocd/RaspberryPi.md
@@ -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
+```
+
+
-- 
GitLab