Skip to content

Instantly share code, notes, and snippets.

View newdigate's full-sized avatar

Nic Newdigate newdigate

View GitHub Profile
@newdigate
newdigate / Mac Osx Install raspbian img to SD card.md
Created March 6, 2016 21:25
Raspberry PI - Mac Osx Install raspbian img to SD card

sudo diskutil unmountDisk /dev/disk2

Unmount of all volumes on disk2 was successful

sudo dd bs=1m if=~/Downloads/2016-02-26-raspbian-jessie.img of=/dev/disk2

@newdigate
newdigate / linux redirect serial in to stdout and stdin to serial.md
Last active March 13, 2016 17:29
linux - redirect UART RX to stdout & stdin to UART TX
cat /dev/cu.usbmodem40111 & cat /dev/stdin > /dev/cu.usbmodem40111