Sorry I didn't finish to answer!
I would say:
openocd -f board/esp32-wrover-kit-3.3v.cfg -c "program_esp ./build/fw217.bin 0x10000 verify reset exit"
I'like to make this automatic in task.json but I was not able to do it
Search found 2 matches
- Fri Dec 13, 2024 10:03 am
- Forum: IDEs for ESP-IDF
- Topic: VS Code JTAG: can debug but can't flash?
- Replies: 3
- Views: 3162
- Fri Dec 13, 2024 9:40 am
- Forum: IDEs for ESP-IDF
- Topic: VS Code JTAG: can debug but can't flash?
- Replies: 3
- Views: 3162
Re: VS Code JTAG: can debug but can't flash?
I have the same problem. With the previous version of extension I was able to use JTAG both for flashing and debugging. I used a simple USB bridge device based on FTDI chip (purchased from Sipeed for less then 15 Euros) to work with my board. It was working quite good and quick If I want to keep on ...