Search found 4 matches

by smoritz
Mon Sep 30, 2024 10:40 am
Forum: Hardware
Topic: JTAG flashing on the ESP32-C6-DevKitC-1 V1.2
Replies: 2
Views: 714

Re: JTAG flashing on the ESP32-C6-DevKitC-1 V1.2

Answering my own question here:

The binary produced by

Code: Select all

idf_build_executable
does not have correct format. Build the target "gen_project_binary" internally defined by the IDF. This creates another .bin file that has the right format and can be flashed as described in the doc.
by smoritz
Tue Sep 24, 2024 9:57 am
Forum: Hardware
Topic: JTAG flashing on the ESP32-C6-DevKitC-1 V1.2
Replies: 2
Views: 714

Re: JTAG flashing on the ESP32-C6-DevKitC-1 V1.2

Small update: The error persists even after upgrading to openocd v0.12.0-esp32-20240821
by smoritz
Tue Sep 24, 2024 7:21 am
Forum: Hardware
Topic: JTAG flashing on the ESP32-C6-DevKitC-1 V1.2
Replies: 2
Views: 714

JTAG flashing on the ESP32-C6-DevKitC-1 V1.2

Hi, I am trying to use the JTAG port of my ESP32-C6-DevKitC-1 V1.2 for flashing. I can connect to it just fine using: openocd -f board/esp32c6-builtin.cfg But things go wrong when I do. openocd -f board/esp32c6-builtin.cfg -c "program_esp my_app.bin 0x10000 verify exit" The output is: Open On-Chip D...
by smoritz
Tue Nov 20, 2018 8:09 am
Forum: ESP-IDF
Topic: How to set EIR data manually for BT Classic?
Replies: 1
Views: 2619

Re: How to set EIR data manually for BT Classic?

I am trying to do the same thing here Have you found a way yet?