Skip to content

Conversation

giuliobenetti
Copy link
Contributor

@giuliobenetti giuliobenetti commented Oct 7, 2025

Need to bump to IDF 5.5.1 to be able to program to esp32c5 like this:

esptool.py --chip esp32c5 --port /dev/ttyS2 -b 460800 \
  write_flash 0x2000 /lib/firmware/bootloader.bin \
               0x8000 /lib/firmware/partition-table.bin \
               0xd000  build/ota_data_initial.bin \
               0x10000 /lib/firmware/network_adapter.bin

This is also required to avoid to pass --preview when setting target like:

idf.py set-targert esp32c5

Bsaically IDF 5.5.1 fixes C5 related bugs.

Drop local patch and bump version and commit SHA1

Signed-off-by: Giulio Benetti <[email protected]>
@mantriyogesh
Copy link
Collaborator

@Shreyas0-7 ptal..

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.

2 participants