1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-10-01 12:39:47 +03:00
ben-blinkenlights/avrdude
Werner Almesberger d7874e306c avrdude/patches/: added skipping of untouched bytes in write/verify
- series, low-addr.patch: record the lowest address touched (only for
  ihex, all others default to 0)
- series, skip-low-addr.patch: skip untouched addresses in avr_read
  and avr_write
2011-03-09 01:50:51 -03:00
..
patches avrdude/patches/: added skipping of untouched bytes in write/verify 2011-03-09 01:50:51 -03:00
README uart/avrdude: renamed to ./avrdude (i.e., moved to the top-level) 2011-03-07 13:49:28 -03:00

# --- build instructions common for OpenWRT and Jlime -------------------------

wget http://download.savannah.gnu.org/releases/avrdude/avrdude-5.10.tar.gz
tar xfz avrdude-5.10.tar.gz
cd avrdude-5.10

quilt push -a

aclocal
automake

# --- build instructions for OpenWRT ------------------------------------------

./configure --prefix=/ --host=mipsel-openwrt-linux
make
# the joy of autocrap (we need this to generate avrdude.conf)
./configure --prefix=/ --host=mipsel-openwrt-linux

scp avrdude.conf ben:/etc/
scp avrdude ben:/usr/bin/

# --- build instructions for Jlime --------------------------------------------

./configure --prefix=/ --host=mipsel-linux
make </dev/null
# the joy of autocrap (we need this to generate avrdude.conf)
./configure --prefix=/ --host=mipsel-linux

scp avrdude.conf jlime:/etc/
scp avrdude jlime:/usr/bin/