stefanrueger / urboot

Small AVR bootloader using urprotocol
GNU General Public License v3.0
55 stars 8 forks source link

To support xMega AVR #4

Open mcuee opened 1 year ago

mcuee commented 1 year ago

urboot for AVR xMega will be interesting.

From here.

I'd be interested in handling XMEGA parts (They have a huge bootloader section that I think could be made available for ordinary applications)

mcuee commented 1 year ago

So far the most popular bootloaders for ATxmega seem to be AVR109. For USB bootloaders, then there are Microchip FLIP2 and Caterina (USB to Serial + AVR109). I've also encountered STK500v2 bootloaders.

I have not been able to get any bootloader working yet on my ATxmega32A4U breakout board with FT232RL. I need to try again.

1) xboot (avr109/Caterina) https://github.com/alexforencich/xboot

2) XMegaForArduino bootloader (Caterina or stk500v2). https://github.com/XMegaForArduino/arduino/tree/master/bootloaders/xmega