Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Normally, you should now be able to use avrdude to flash your firmware using a JTAGICE3.

 

AVR Toolchain on Linux

The adjusted Sconscript has also been used on Linux, on Ubuntu 14.04.

Simply install the avr toolchain using:

 

Code Block
sudo apt-get install avr-libc binutils-avr gcc-avr avrdude avarice gdb-avr

and everything should work as is, with the modified files.

Note that Linux might require adding "sudo" in front of commands to get access to the relevant USB ports to be able to flash.

Tying it together – integrating it all and flashing the Zigduino firmware

...