README.txt 381 B

12345678
  1. Instructions for running the test:
  2. 1. Connect an ESP32 board with JTAG adapter (WROVER-KIT, ETHERNET-KIT)
  3. 2. Set up the environment (this can be done by export.sh)
  4. - Add ESP32 toolchain to PATH, and check that GDB has been built with Python support
  5. - Add OpenOCD to PATH and set OPENOCD_SCRIPTS
  6. - Set IDF_PATH
  7. 3. Run `make flash test`. Check that "Test pass" is printed.