You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Do not use the default pins assigned to UART, SPI, CAN because they are used by the JTAG. Pins not to be used: P4, P9, P10, P23
5
5
6
6
Detailed information are here: https://pycomiot.atlassian.net/wiki/spaces/FIR/pages/966295564/Usage+of+PyJTAG
7
7
8
8
Setup the PyJTAG board's switches:
9
-
ESP32 JTAG: all turned ON
10
-
ESP32 B.LOADER: all turned ON except SAFE_BOOT_SW which is OFF
11
-
TO LTE UART 1/2: does not matter
12
-
CURRENT SHUNTS: connected
9
+
* ESP32 JTAG: all turned ON
10
+
* ESP32 B.LOADER: all turned ON except SAFE_BOOT_SW which is OFF
11
+
* TO LTE UART 1/2: does not matter
12
+
* CURRENT SHUNTS: connected
13
+
14
+
Place the Pycom board with the reset button towards the Current Shunts.
13
15
14
16
Generally follow these rules to setup JTAG debugging on your OS: https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/jtag-debugging/index.html
15
17
16
18
(Download link of OpenOCD for ESP32 from Espressif: https://github.com/espressif/openocd-esp32/releases)
17
19
18
-
Running OpenOCD assuming the current location is "esp32" folder in Firmware-Development repository:
0 commit comments