uf2-uno
uf2-uno copied to clipboard
UF2-(MSC)-bootloader for atmega32U4 ?
Do you think it would be possible to realize an UF2-(MSC)-bootloader for atmega32U4 as well ? for using with Arduino Micro and Leonardo and tons of other existing boards ?
Up to now I am using the original MSD-Bootloader of Dean Camera (LUFA) for my existing 32U4 projects ( -> http://fourwalledcubicle.com/blog/2013/03/magic/ ) this uses 6kB (4kByte Bootloader Section + 2 kByte "Aux" )
It works OK (for me under Windows), but I know that there are issues with other OS (MAC & Linux) when storing the *.bin file onto the Processor that presents itself as a USB Pen-Drive.
I think the UF2 Format is better and more compatible under all OS (?)