Skip to content

Installation on Linux

Christoffer Tønnessen edited this page Aug 27, 2013 · 5 revisions

We have made a deb for installing the avr32-gnu-toolchain, following the steps at http://en.wikibooks.org/wiki/Mizar32/Compiling_eLua .

wget http://arkt.is/avr32.deb
dpkg -i avr32.deb

This does not include avr32program, so we fished it out from avr32studio and packaged it.

cd
wget http://sykl.us/avr32program.tgz
tar xvfz avr32program.tgz
sudo mv avr32program /usr/bin/
sudo mv avr32 /usr/share/

If you have problems finding the USB port, first check lsusb to make sure it's connected. If it is connected, try running the commands with sudo to make sure your program has access to the port itself.

Clone this wiki locally