nicinabox / lets-split-guide

This guide covers building a Let's Split v2
618 stars 114 forks source link

Flashing Improvements #8

Closed nicinabox closed 7 years ago

nicinabox commented 7 years ago

I've noticed folks having trouble with the flashing instructions as well as a fair amount of misinformation. I'd like to expand the Flashing section to include:

nicinabox commented 7 years ago

avrdude on raspi

echo "deb http://apt.adafruit.com/raspbian/ jessie main" | sudo tee --append /etc/apt/sources.list
wget -O - -q https://apt.adafruit.com/apt.adafruit.com.gpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install avrdude dfu-programmer gcc-avr avr-libc
nicinabox commented 7 years ago

Addressed in #9