FleetProbe / MicroBridge-Arduino-ATMega2560

Modified BootLoader to load firmware from sd or flash
41 stars 33 forks source link

Default SD read firmware.bin #17

Open pkowald opened 3 years ago

pkowald commented 3 years ago

I need to bootloader to by default have the EEPROM 0x1FF set to 0xF0. Such then after the bootloader has been installed it is ready to receive the code (firmware.bin) Because if I load the firmware sketch via an ISP it kills the bootloader (this is the only option as the USB is not available on a dedicated custom board).

with the SD card and firmware.bin ready to go Install the bootloader When the unit kicks off, it sees the flag set and bin file present and begins the flash all in one easy hit.

FergusonMG commented 3 years ago

Hello, we have an Arduino Mega2560 available here that comes preinstalled with a microSD flash installer while still supporting updates through SPI.