Thanks! Somehow I completely overlooked that page.
Flashing somewhat works, but only after it fails once with error:
Error: xtensa_wait_algorithm: not halted 0, pc 0x4009113b, ps 0x60021
Then the second attempt succeeds.
MacBook-Pro:esp32 joostn$ make app-flash-openocd
App built. Default flash ...
Search found 2 matches
- Wed Aug 09, 2017 6:13 am
- Forum: General Discussion
- Topic: Question about esp32 Flash download through JTAG
- Replies: 24
- Views: 45616
- Tue Aug 08, 2017 12:21 pm
- Forum: General Discussion
- Topic: Question about esp32 Flash download through JTAG
- Replies: 24
- Views: 45616
Re: Question about esp32 Flash download through JTAG
Can anyone give an example how to program over JTAG?
I have Espressif's openocd running on my mac using a JLINK and debugging works. Openocd is launched with this .cfg:
source [find interface/jlink.cfg]
source [find target/esp32.cfg]
adapter_khz 1000
I can telnet into openocd on port 4444 and ...
I have Espressif's openocd running on my mac using a JLINK and debugging works. Openocd is launched with this .cfg:
source [find interface/jlink.cfg]
source [find target/esp32.cfg]
adapter_khz 1000
I can telnet into openocd on port 4444 and ...