Files
esp-idf/examples/custom_bootloader/bootloader_multiboot/partitions.csv
Omar Chebib 840eef31ce feat(bootloader): add an example that implements multiboot
Add a new example for the bootloader that shows how to override it to implement multiboot.
2024-12-25 12:41:15 +08:00

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,