

The tutorial from ESP, use GDB hardware plug-in to talk to openocd, but it is not smart enough to start openocd before debugging.


Before install eclipse, make sure you have java jkd8 installed on your system.So when you do “make menuconfig” set ttyUSB1(whichever has larger sequence number) to be your flasher port. In the Tutorials screen click C/C++ Development. Be aware that both flash and motion command use UART to communicate with ESP32 NOT JTAG. This answer is for the packages that you installed in Ubuntu 14.04 by running: sudo apt install eclipse eclipse-cdt g++. WROVER-KIT has a ftdi ft2232 chip, ttyUSB0 is connected to JTAG of ESP32 and ttyUSB1 is connected to ESP32 UART.You have to log out and log in to make change happen Then you can add yourself into the group by using command: “sudo usermod -a -G groupName userName“ If you can not access the com port please use command: ” ls -l /dev/ttyUSB*” to check which group the ttyUSB* devices are in.use same command “printenv PATH” to check if the IDF_PATH is correctly added.We need to add IPF_PATH to ~/.profile export IDF_PATH=~/esp/esp-idf.
