mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-05 10:32:28 +02:00
de826dd734
- patches/series, patches/nanonote-uart.patch: renamed to patches/nanonote-nxuart.patch - patches/nanonote-nxuart.patch: changed ID from "nanonote_uart" to "nanonote_nxuart" - patches/nanonote-nxuart.patch: added "External" to title/description |
||
---|---|---|
.. | ||
patches | ||
README |
# --- 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/