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
Copy file name to clipboardExpand all lines: esp32/PyJTAG/Readme.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,17 @@ It can be advisable to use the `gdb` from the latest xtensa toolchain, even if a
80
80
81
81
If `gdb` does not reach the `Thread 1 hit Temporary breakpoint ...` line, close and reopen `gdb`.
82
82
83
+
84
+
## Versions
85
+
There are two generations of PyJTAG boards:
86
+
87
+
1) First generation with green PCB has three blocks of switches. (Make sure SAFE_BOOT_SW is off.)
88
+
2) Second generation with black PCB and two blocks of switches.
89
+
90
+
Both generation boards can be equipped with pogo pins that connect to the bottom of the development board and allow LTE debugging. There can either be pins that connect to a GPy or pins that conenct to a FiPy.
91
+
92
+
To reach the modem UART connect to `/dev/ttyUSB1`.
93
+
83
94
## Extra
84
95
A few more details are here: https://pycomiot.atlassian.net/wiki/spaces/FIR/pages/966295564/Usage+of+PyJTAG
0 commit comments