How debug without programing flash in new version esp-idf gdb openOCD
Posted: Wed Sep 01, 2021 6:47 am
Hi
In the older version of ESP-IDF GDB OPenOCD Debugging when i want program flash i use this command:
But i new version ESP-IDF GDB OPenOCD Debugging all flash is programmed(partition_table.bin, bootloader.bin and app.bin) without even the above command , how to disable this programming? I want to program only app.bin or nothing is debugging.
In the older version of ESP-IDF GDB OPenOCD Debugging when i want program flash i use this command:
Code: Select all
mon program_esp ${workspace_loc:esp32-switch_mppt/build/ethernet_basic.bin} 0x10000 verify