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
added target_compile_options(${COMPONENT_LIB} PRIVATE --coverage) and REQUIRES app_trace in every component that needs to be compiled with --coverage option
4. I connected the relative pins of the ESP-PROG to the board (GPIO2 to GPIO5).
5. I run the openocd command
6. run on another terminal telnet localhost 4444
7. Sent the reset command to synchronize the MCU with openocd
8. Sent gcov dump
9. On the telent terminal i got
Development Kit
ESP32-P4-Function-EV-Board
Module or chip used
ESP32-P4
Debug Adapter
ESP-PROG
OpenOCD version
v0.12.0-esp32-20241016 (2024-10-16-14:17)
Operating System
Ubuntu 24.04
Using an IDE ?
VSCode
OpenOCD command line
openocd -f board/esp32p4-ftdi.cfg
JTAG Clock Speed
Clock Speed 10000 kHz
ESP-IDF version
5.4
Problem Description
DIS_USB_JTAG
efuse.sdkconfig
these values:added
target_compile_options(${COMPONENT_LIB} PRIVATE --coverage)
andREQUIRES app_trace
in every component that needs to be compiled with --coverage option4. I connected the relative pins of the ESP-PROG to the board (GPIO2 to GPIO5).
5. I run the openocd command
6. run on another terminal
telnet localhost 4444
7. Sent the
reset
command to synchronize the MCU with openocd8. Sent
gcov dump
9. On the telent terminal i got
And this is what was printed out in the openocd terminal
Debug Logs
openocd_log.txt
Expected behavior
openocd doen't crash and receive the gcov data
Screenshots
No response
The text was updated successfully, but these errors were encountered: