Tag Archives: AVR
Linux on an 8-bit micro!
Running real Ubuntu linux on an AVR. Details on here: goo.gl OR dmitry.co
Posted in Uncategorized
Tagged 8-bit (Computer Processor), atmel, AVR, dmitryg, Emulator, Linux, uarm
Leave a comment
Debugging an AVR under Linux using the JTAG ICE mkII and gdb.
Demonstrates in-system-debugging of an ATmega128 with a simple example program (a running light). Notice that this is not a simulation, it’s the real thing. The used tools are: The JTAG ICE mkII (connected via USB), avarice and avr-gdb. The GUI … Continue reading