Search found 7 matches
- Sat Nov 25, 2017 3:12 pm
- Forum: ESP-IDF
- Topic: UART Debbuging
- Replies: 11
- Views: 12374
Re: UART Debbuging
Thank you very much @ESP32_Sprit .Its working fine on linux
- Fri Nov 24, 2017 10:28 am
- Forum: ESP-IDF
- Topic: UART Debbuging
- Replies: 11
- Views: 12374
Re: UART Debbuging
Hello, Thank you very much for all your response ESP32_Sprit. It literally helps us moving in positive direction. Is it possible for you guys to provide VM for linux with all the environment and tools running as it will save lots of time. As am working on open source Bacnet Stack (by Steve Karg). An...
- Fri Nov 24, 2017 8:22 am
- Forum: ESP-IDF
- Topic: UART Debbuging
- Replies: 11
- Views: 12374
Re: UART Debbuging
Hello,
Even I have tried that by making firewall disable but even after that it was not working.
Is it working fine with linux ? , as currently am using windows I will switch to linux if it is working fine with this OS.
Thanks.
Even I have tried that by making firewall disable but even after that it was not working.
Is it working fine with linux ? , as currently am using windows I will switch to linux if it is working fine with this OS.
Thanks.
- Thu Nov 23, 2017 1:07 pm
- Forum: ESP-IDF
- Topic: UART Debbuging
- Replies: 11
- Views: 12374
Re: UART Debbuging
Hello, Thanks again for looking into the issue. As per your direction I have changed it to target remote localhost:3333 mon reset halt thb app_main x $a1=0 c even after that it was not working. $ xtensa-esp32-elf-gdb -x gdbinit build/blink.elf GNU gdb (crosstool-NG crosstool-ng-1.22.0-61-gab8375a) 7...
- Wed Nov 22, 2017 11:51 am
- Forum: ESP-IDF
- Topic: UART Debbuging
- Replies: 11
- Views: 12374
Re: UART Debbuging
Yes my opencd is working. $ ./esp32/openocd-esp32/bin/openocd.exe -s esp32/openocd-esp32/share/openocd/scripts -f esp32/openocd-esp32/share/openocd/scripts/interface/ftdi/esp32_devkitj_v1.cfg -f esp32/openocd-esp32/share/openocd/scripts/board/esp32-wrover.cfg Open On-Chip Debugger 0.10.0-dev-ga85956...
- Wed Nov 22, 2017 11:46 am
- Forum: ESP-IDF
- Topic: UART Debbuging
- Replies: 11
- Views: 12374
Re: UART Debbuging
Here is my gdb init file
target remote :3333
mon reset halt
thb app_main
x $a1=0
c
target remote :3333
mon reset halt
thb app_main
x $a1=0
c
- Wed Nov 22, 2017 7:23 am
- Forum: ESP-IDF
- Topic: UART Debbuging
- Replies: 11
- Views: 12374
UART Debbuging
Hello I am using ESP32 Wrover kit and am having problem in debugging. $ xtensa-esp32-elf-gdb -x gdbinit build/blink.elf GNU gdb (crosstool-NG crosstool-ng-1.22.0-61-gab8375a) 7.10 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gp...