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

Update RaspberryPi.md

parent 199d6f33
Branches
Tags
No related merge requests found
Pipeline #
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
``` ```
diskutil unmountDisk diskn diskutil unmountDisk diskn
```
```
sudo dd bs=1m if=~/Documents/2017-09-07-raspbian-stretch-lite.img of=/dev/rdiskn conv=sync sudo dd bs=1m if=~/Documents/2017-09-07-raspbian-stretch-lite.img of=/dev/rdiskn conv=sync
``` ```
...@@ -16,23 +14,11 @@ Wait. ...@@ -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/ 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 sublime /Volumes/boot/config.txt
```
```
dtoverlay=dwc2 dtoverlay=dwc2
```
```
sublime /Volumes/boot/cmdline.txt sublime /Volumes/boot/cmdline.txt
```
```
modules-load=dwc2,g_ether modules-load=dwc2,g_ether
```
```
touch /Volumes/boot/ssh touch /Volumes/boot/ssh
```
```
ssh pi@raspberrypi.local ssh pi@raspberrypi.local
```
```
raspberry raspberry
``` ```
...@@ -44,6 +30,7 @@ passwd ...@@ -44,6 +30,7 @@ passwd
4. Get OpenOCD with nrf52 patch. 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. 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 sudo apt-get install autoconf automake libtool git
``` ```
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment