You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to flash my application (which is based on esp-hal) on a blank esp32s3 not using esp-flash, and as separate parts (so bootloader, partition table and application image).
I know how to flash the application itself.
I know how to flash the partition table.
But when I flash the bootloader (of esp32s3) found here, it fails to work and the device goes into restarts with error: E (55) flash_parts: partition 4 invalid - offset 0x30000 size 0x300000 exceeds flash chip size 0x200000
I guess that's because I need to modify the bootloader for my exact chip because it has inside settings for smaller memory and maybe other values I need to modify.
How can I generate the proper bootloader for my device?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to flash my application (which is based on
esp-hal
) on a blank esp32s3 not using esp-flash, and as separate parts (so bootloader, partition table and application image).I know how to flash the application itself.
I know how to flash the partition table.
But when I flash the bootloader (of esp32s3) found here, it fails to work and the device goes into restarts with error:
E (55) flash_parts: partition 4 invalid - offset 0x30000 size 0x300000 exceeds flash chip size 0x200000
I guess that's because I need to modify the bootloader for my exact chip because it has inside settings for smaller memory and maybe other values I need to modify.
How can I generate the proper bootloader for my device?
Beta Was this translation helpful? Give feedback.
All reactions