Hi everyone! I’ve recently purchased some BPI-PicoW-S3 boards and I’m trying to figure out how to attach the ESP-prog debugger to them. I’m trying to connect to the board with openocd using the following command: openocd -f board/esp32s3-ftdi.cfg
While connecting the board as follows: Vjtag (5V) -> VBUS GND -> GND TMS -> GPIO42 TCK -> GPIO39 TDO -> GPIO40 TDI -> GPIO41
I get the following output:
the boards come with a micropython firmware inside, and I’m wondering if that can interfere with jtag. Has anyone already tried to connect a debugger to this board?
Thank you so much!