...
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:
...
...
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:
...