Search found 6 matches

by pavel_skirko
Sun Jan 27, 2019 9:55 pm
Forum: Hardware
Topic: JTAG programming [solved]
Replies: 7
Views: 10468

Re: JTAG programming.

[SOLVED] My problem was caused by inappropriate bootloader and/or partitions table. I've flashed bootloader.bin to 0x1000 and partition table binary to 0x8000 and it helped.
by pavel_skirko
Thu Jan 03, 2019 11:30 pm
Forum: Hardware
Topic: JTAG programming [solved]
Replies: 7
Views: 10468

Re: JTAG programming.

Here what I get after abort. Still don't understand what caused the problem. (gdb) bt #0 invoke_abort () at C:/msys32/home/Pavel/esp/esp-idf/components/esp32/panic.c:138 #1 0x4008765e in abort () at C:/msys32/home/Pavel/esp/esp-idf/components/esp32/panic.c:149 #2 0x400d209e in __assert_func ( file=0...
by pavel_skirko
Sat Dec 08, 2018 4:06 pm
Forum: Hardware
Topic: JTAG programming [solved]
Replies: 7
Views: 10468

Re: JTAG programming.

For some reason, when I'm trying to do the same using Eclipse, It stuck with this error

Code: Select all

Failed to execute MI command:
-break-insert -t -f

Error message from debugger back end:
-break-insert: Missing <location>
by pavel_skirko
Fri Dec 07, 2018 8:25 pm
Forum: Hardware
Topic: JTAG programming [solved]
Replies: 7
Views: 10468

Re: JTAG programming.

Hi. I've tried what you just proposed and here what I got (I collected all information in one post). I'm using JTAG connection (JetLink9 and JetLink5, It is the same as JLink), the stable ESP-EDF v3.1.1, the latest OpenOCD, Win10 running natively. I'm using a simple example code for LED Blinking: #d...
by pavel_skirko
Thu Dec 06, 2018 8:56 pm
Forum: Hardware
Topic: JTAG programming [solved]
Replies: 7
Views: 10468

Re: JTAG programming.

I've tried to manually connect to esp32 WROOM. Here what I got: xtensa-esp32-elf-gdb H:/Dropbox/Projects/Frog/blink/build/blink.elf GNU gdb (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a5) 7.10 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.or...
by pavel_skirko
Wed Dec 05, 2018 3:49 pm
Forum: Hardware
Topic: JTAG programming [solved]
Replies: 7
Views: 10468

JTAG programming [solved]

Hi. I'm trying to load program to my ESP32 WROOM using JTAG connection (JetLink9). Now I get in OpenOCD such messages: Open On-Chip Debugger 0.10.0-dev (2018-11-05-04:10) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html adapter speed: 100 kHz esp32 interrupt m...