This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| openocd:using_openocd [2021/01/14 17:33] – [Targets] ursgraf | openocd:using_openocd [2022/09/16 10:32] (current) – [Problems] ursgraf | ||
|---|---|---|---|
| Line 53: | Line 53: | ||
| </ | </ | ||
| + | ===== Problems ===== | ||
| + | Bad USB cable connections can lead to errors such as | ||
| + | < | ||
| + | Info : accepting ' | ||
| + | Info : JTAG tap: zynq_pl.bs tap/device found: 0x13722093 (mfg: 0x049 (Xilinx), part: 0x3722, ver: 0x1) | ||
| + | Info : JTAG tap: zynq.dap tap/device found: 0x4ba00477 (mfg: 0x23b (ARM Ltd.), part: 0xba00, ver: 0x4) | ||
| + | Warn : zynq.cpu0: ran after reset and before halt ... | ||
| + | Warn : zynq.cpu1: ran after reset and before halt ... | ||
| + | Error: DSCR_DTR_RX_FULL, | ||
| + | </ | ||
| + | In such a case, try another cable. | ||