mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00

Add a new example for the bootloader that shows how to override it to implement multiboot.
8 lines
329 B
CSV
8 lines
329 B
CSV
# 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,
|