Skip to content

Partition offsets misaligned on esp32buzz (with workaround) #21842

@Nic-Gould

Description

@Nic-Gould

Bug report

Issue details

esptool.py won't write to the esp as the partition table at offset 0x8000 has a conflict. Top shows default values, bottom shows calculated values.

image

Anyway, changing the offset value for the partition table to 0x9000 at line 82 of bootloader/config/sdkconfig.cmake will fix the partition table.
set(CONFIG_PARTITION_TABLE_OFFSET "0x9000")

Version
Master

Platform
[ ] All
[ ] AntennaTracker
[ x ] Copter
[ ] Plane
[ ] Rover
[ ] Submarine

Airframe type
hex

Hardware type
esp32s3

Logs
Please provide a link to any relevant logs that show the issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions