mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Add a new example for the bootloader that shows how to override it to implement multiboot.
329 B
329 B
1 | # Name, Type, SubType, Offset, Size, Flags |
---|---|
2 | # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap |
3 | default, app, factory, 0x10000, 256K, |
4 | hello_world, app, ota_0, , 256K, |
5 | console, app, ota_1, , 1M, |
6 | # Required by the console example |
7 | nvs, data, nvs, , 32K, |