mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-04 20:26:38 +03:00
feat(bootloader): add an example that implements multiboot
Add a new example for the bootloader that shows how to override it to implement multiboot.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
|
||||
default, app, factory, 0x10000, 256K,
|
||||
hello_world, app, ota_0, , 256K,
|
||||
console, app, ota_1, , 1M,
|
||||
# Required by the console example
|
||||
nvs, data, nvs, , 32K,
|
||||
|
Reference in New Issue
Block a user