diff --git a/openocd/RaspberryPi.md b/openocd/RaspberryPi.md index ac77594a5be65980c31aa1e3e5b972ccfda38865..9eb958a990c00c03518085cb6ed8c080b43c2c80 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 +``` + +