How to compile the bootloader for Arduino Due?

Hey guys,

I'm going to make a Arduino Due board, any one could tell me how to compile the bootloader for Due? I found some files in the new arduino 1.5.0 IDE folder, are those useful?

Thanks,
Tony

You don't, it's burned into ROM by Atmel.

See here

http://arduino.cc/forum/index.php/topic,128913.0.html


Rob

Thanks, so I only need to burn the bootloader for ATmega16u2, right?

You would have to burn whatever the 16U2 has that's right. I don't think it's a boot loader, just a normal program though.


Rob

Thanks, Graynomad. I will try and let you know.