Hi
I have successfully put the mcudude bootloaer on my MegaBoard and confirmed that I can compile and upload the Blink, when selecting the megacore->ATMega2560, so that is working.
I've also successfully uploaded the OTASkecthDownload, after altering the servername etc.
I can also see in the terminal that it finds a file at the server, downloads it and tries to apply it.
But then nothing happens
I've tried
- copying the .hex to .bin and then applying that file
- copying the elf file to .bin and applying that file
So my question is, since I know that the download and apply functions work, how do I generate the .bin file.
I simply cannot find anything on google shoing this.
Yes I should use Sketch->Export Compiled Binary
But the only binary I find is the one with the bootloader...
Any help whould be VERY much appreciated.