Ls2080ardb jtag

From HDebugWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

With TBSCAN_EN set (sw7.7), TLM defaults to DAP and a 4-bit IR=e returns IDCODE=5BA00477:

% jtag_treset; sleep 1; tscan -ie -l4 x'e; tscan -de -l32 0
5BA00477

A 4-bit IR=3 (TLMSEL) with 1 switches to TLM to TAP/SAP.
A 8-bit IR=f3 (IDCODE) returns SoC IDCODE=0A01E01D

% tscan -ie -l4 3; tscan -de -l4 1
% tscan -ie -l8 x'f3; tscan -de -l64 0
000000000A01E01D

A 8-bit IR=69 (TRESETSR) returns POR State Machine=0x180:

% tscan -ie -l8 x'69; tscan -de -l64 0
0000000000000180