esp-open-rtos/bootloader
Angus Gratton a3956af4ca Bootloader: Integrate rboot directly as 'bootloader' component
Currently using unpatched upstream rboot, but modified to build without esptool2.
2016-05-28 11:27:10 +10:00
..
rboot@4cf6132f6e Bootloader: Integrate rboot directly as 'bootloader' component 2016-05-28 11:27:10 +10:00
Makefile Bootloader: Integrate rboot directly as 'bootloader' component 2016-05-28 11:27:10 +10:00
README.md Bootloader: Integrate rboot directly as 'bootloader' component 2016-05-28 11:27:10 +10:00

OTA Bootloader (rboot) source module and support files.

Can be used to build an esp-open-rtos compatible rboot bootloader, for use when OTA=1.

It is also possible to use the upstream rboot verbatim, but *ensure that the RBOOT_BIG_FLASH option is enabled or images in slots other than 0 won't work correctly.

rboot is an open source bootloader by Richard Burton: https://github.com/raburton/rboot

See the contents of the 'rboot' directory for more information.