Search found 3 matches

by lkuchars
Thu Jan 31, 2019 1:31 pm
Forum: Hardware
Topic: Please help me connecting Esp-prog to ESP32-DevkitC-v4
Replies: 5
Views: 8709

Re: Please help me connecting Esp-prog to ESP32-DevkitC-v4

So basically the problem is that every time I want to download via UART i need to disconnect JTAG. I'll just try to flash program via JTAG today and see if it works. I guess this would be solution to my problems.
by lkuchars
Wed Jan 30, 2019 2:12 pm
Forum: Hardware
Topic: Please help me connecting Esp-prog to ESP32-DevkitC-v4
Replies: 5
Views: 8709

Please help me connecting Esp-prog to ESP32-DevkitC-v4

Hello there!! I need some basic information from more experienced developers whether stuff I'm trying to do is even possible or not. I tried to connect ESP prog to devboard identical to this one: https://dl.espressif.com/dl/schematics/esp32_devkitc_v4-sch-20180607a.pdf with wrover-module-b installed...
by lkuchars
Mon Jan 21, 2019 5:28 pm
Forum: General Discussion
Topic: Where can I found the openOCD interface file for ESP-Prog?
Replies: 1
Views: 5605

Re: Where can I found the openOCD interface file for ESP-Prog?

I know it might be too late for this now but on one of the links from page you mentioned earlier there's an example: cd ~/esp/openocd-esp32 bin/openocd -s share/openocd/scripts -f interface/ftdi/esp32_devkitj_v1.cfg -f board/esp-wroom-32.cfg the second -f argument you need to change of course if you...