Versions Compared

Key

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

...

Using this guide allows a Windows 8.1 or Linux  (tested with Ubuntu 14.04 and 15.10) machine, using a JTAGICE3 programmer, to flash the Zigduino platform with the OpenWSN Zigduino port firmware. No guarantees are made for other software or hardware although this will likely be similar.

...

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

This installs can possibly install an outdated version of avrdude.

To get a more recent one (that can work with the JTAGICE3) do the following:

...