Juno FDxboot 1.61 - DEV m8 Bootloader stage LED display color AVR Auto upload
Channel:
Subscribers:
539
Published on ● Video Link: https://www.youtube.com/watch?v=q8InQFcQpKs
1 RGB led to show various stage on the bootloader in slow 2000bps mode. LED is just for fun, since FDxboot is so fast, that normally the LED is unperceivable. FDxboot has a timeout timer to reset itself, but this doesn't work if it's expecting to receive x amount of bytes and gets interrupted in the middle of it, so it would be stuck in the for loop forever. Although this has never been a problem before at all. A very good bootloader should have a way to get out of this situation.
Green = Bootloader entered
White = New upload initialized
Yellow = Erasing Chips
Blue = Writing to Application
Pink = Reading back from Application
Red = Blinks and resets the Bootloader
OFF = Application Entered (bootloader exited)