What are the hardware and software options for programming an XMEGA from Linux?
Tell me more
×
Electrical Engineering Stack Exchange is a question and answer site for
electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.
|
I find that command-line avr-gcc and avrdude work great on Mac OS X for programming xmega; Should work equally well under linux. |
||||
|
|
Use Eclipse + AVR-GCC plugin + AVR-GCC Toolchain and it should all work pretty great. This link has some advice on building and setting up the toolchain. You will (obviously) also need a programmer, and there are lots of options, but I use the AVR-ISP mkII. I will caveat this by admitting I've only developed for AVRs in windows, but using the same set of tools... |
|||
|
|