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

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
3default, app, factory, 0x10000, 256K,
4hello_world, app, ota_0, , 256K,
5console, app, ota_1, , 1M,
6# Required by the console example
7nvs, data, nvs, , 32K,