Skip to content
Snippets Groups Projects
Commit 9fb1642e authored by Sam Calisch's avatar Sam Calisch
Browse files

Add new file

parent 1b1c6c08
Branches
No related tags found
No related merge requests found
Pipeline #
## Setting up a Raspberry Pi OpenOCD programmer
1. Set up SD card. Either download image with openocd from this page (todo: add link), or download a vanilla raspian os from https://www.raspberrypi.org/downloads/raspbian/ This will involve building OpenOCD yourself. To fit on a 4GB sd card, get the lite version.
1. https://www.raspberrypi.org/documentation/installation/installing-images/
```
diskutil unmountDisk diskn
```
```
sudo dd bs=1m if=~/Documents/2017-09-07-raspbian-stretch-lite.img of=/dev/rdiskn conv=sync
```
Wait.
2. Set up ssh. We prefer over usb: https://www.thepolyglotdeveloper.com/2016/06/connect-raspberry-pi-zero-usb-cable-ssh/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment