From 15d0e05ba209f5a9325594def8cb99134caff96f Mon Sep 17 00:00:00 2001 From: Kolja Waschk Date: Sun, 9 Dec 2007 12:40:19 +0000 Subject: [PATCH] Add info about "setdevice" command. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@825 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/doc/UrJTAG.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/jtag/doc/UrJTAG.txt b/jtag/doc/UrJTAG.txt index 243c3fd7..2eb3a20f 100644 --- a/jtag/doc/UrJTAG.txt +++ b/jtag/doc/UrJTAG.txt @@ -424,6 +424,7 @@ example usage. *register*:: define new data register for a part *script*:: run command sequence from external file *set*:: set external signal value +*setdevice*::: force device detection *shift*:: shift data/instruction registers through JTAG chain *signal*:: define new signal for a part *svf*:: execute svf commands from file @@ -497,6 +498,19 @@ Detects devices on the bus. Example: Stepping: C0 Filename: /usr/local/share/jtag/intel/pxa250/pxa250c0 +===== setdevice ===== +//From README_21065L + +This command is currently only there to support the SHARC 21065L processor, +which has no IDCODE. + +In jtag prompt type command "setdevice sharc21065L", now the mode changes to +SHARC 21065L specific. Note that this mode works only with SHARC 21065L +processor. If you want to try another device, please restart the JTAG tool. + + jtag> setdevice sharc21065L + Device is set to SHARC 21065L + //======================================================================== == Internals == @@ -580,7 +594,6 @@ use. * Create and submit a patch * Use SourceForge trackers - //======================================================================== == F.A.Q. ==