Search found 7 matches

by andygg1986
Tue Jul 18, 2017 5:16 pm
Forum: General Discussion
Topic: Systemview with ESP32
Replies: 11
Views: 16203

Re: Systemview with ESP32

Nevermind, I do get an output file. I had forgotten to put file:// before my file name. My file is empty but one of my coworkers was able to get tracing data for our actual application (I was trying to get it on tcp_perf as a starting point). I will post back when we figure out what is different bet...
by andygg1986
Tue Jul 18, 2017 4:50 pm
Forum: General Discussion
Topic: Systemview with ESP32
Replies: 11
Views: 16203

Re: Systemview with ESP32

The esp32 target is at least valid, so thank you for that! When I try to run it, I get two messages: Invalid number of cores specified (0)! Failed to init cmd ctx (-4)! The helpfile doesn't have a parameter for number of cores listed. esp32 sysview [start outfile1 [outfile2] [poll_period [trace_size...
by andygg1986
Mon Jul 17, 2017 8:10 pm
Forum: General Discussion
Topic: Systemview with ESP32
Replies: 11
Views: 16203

Re: Systemview with ESP32

Thank you krzychb, that new command line got openocd running. In my window with the gdb prompt, I still get an error that esp108 is an undefined command and that monitor command is not supported by this target.
by andygg1986
Mon Jul 17, 2017 4:10 pm
Forum: General Discussion
Topic: Systemview with ESP32
Replies: 11
Views: 16203

Re: Systemview with ESP32

I cloned the latest version of OpenOCD. When I run ./src/openocd -s ./tcl -f ./esp32.cfg it says
./esp32.cfg:47: Error: invalid command name "esp108"

In the gdb prompt, it says that monitor commands are not supported by this target.
by andygg1986
Tue Jul 11, 2017 7:24 pm
Forum: General Discussion
Topic: Systemview with ESP32
Replies: 11
Views: 16203

Re: Systemview with ESP32

When I run ./src/openocd -s ./tcl -f ./esp32.cfg it says
Open On-Chip Debugger 0.10.0-dev-gebfc3bad-dirty (2017-07-07-15:48)
by andygg1986
Tue Jul 11, 2017 6:08 pm
Forum: General Discussion
Topic: Systemview with ESP32
Replies: 11
Views: 16203

Re: Systemview with ESP32

Yes, when I tried sysview I got the following error.

Code: Select all

(gdb) mon esp108 sysview
invalid subcommand "sysview"
in procedure 'esp108'
by andygg1986
Tue Jul 11, 2017 4:37 pm
Forum: General Discussion
Topic: Systemview with ESP32
Replies: 11
Views: 16203

Systemview with ESP32

I am trying to get Systemview up and running with my ESP32 project but I am running into some issues. I am starting with the tcp_perf example. I can get the example flashed and running without Systemview. The quick summary of the problem is that it appears to run but the output file is empty. When I...