Skip to content

Conversation

@SergioGasquez
Copy link
Member

Update bootloaders to release/v5.5 (rev d66ebb8)

@SergioGasquez SergioGasquez linked an issue Nov 26, 2025 that may be closed by this pull request
@bjoernQ
Copy link
Contributor

bjoernQ commented Nov 27, 2025

Apparently the bootloaders are compiled with the default setting which gives us this for chips which support configurable MMU page sizes:

image

While the bootloader still works fine I can see us answering questions about this - we should avoid that.

Long term we probably want to have some automated process to build all the bootloaders with the correct settings for us.

@SergioGasquez SergioGasquez force-pushed the feat/bootloaders branch 2 times, most recently from 7b82813 to 4090a00 Compare November 27, 2025 09:49
@SergioGasquez
Copy link
Member Author

SergioGasquez commented Nov 27, 2025

Just updated C2, C2_26MHz, C6 and H2 with

CONFIG_ESPTOOLPY_FLASHSIZE_64MB=y
# CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set
CONFIG_ESPTOOLPY_FLASHSIZE="64MB"

(for future reference, in menuconfig the option is called flash size)

Edit: Just updated the readme with this info

Copy link
Contributor

@bjoernQ bjoernQ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@SergioGasquez SergioGasquez added this pull request to the merge queue Nov 27, 2025
Merged via the queue into esp-rs:main with commit 2baf269 Nov 27, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update C5 bootloader

2 participants