My Unit Details
Possible to get CPU support added?
I:\zjtag>zjtag -probeonly
==============================================
TUMPA EJTAG Debrick Utility V0.3
==============================================
Set I/O speed to 30000 KHz
USB TAP device has been initialized. Please confirm VREF signal connected!
Press any key to continue... ONCE target board is powered on!
Probing bus ... Done
Detected IR Length is 1
CPU Chip ID: 01011111011011001111101101011100 (5F6CFB5C)
CPU Manufature:Unknow(B5C)
CPU Device ID :F6CF
CPU Revision :5
*** Detected a CPU but not in build-in list ***
*** You can set /skipdetect let operate continue ***
Added skipdetect and got
I:\zjtag>zjtag -probeonly /skipdetect
==============================================
TUMPA EJTAG Debrick Utility V0.3
==============================================
Set I/O speed to 30000 KHz
USB TAP device has been initialized. Please confirm VREF signal connected!
Press any key to continue... ONCE target board is powered on!
Probing bus ... Done
Detected IR Length is 1
CPU assumed running under LITTLE endian
CPU Chip ID: 01011011011011001111001101011100 (5B6CF35C)
*** CHIP DETECTION OVERRIDDEN ***
- EJTAG IMPCODE ....... : 11111111111011111111011111011011 (FFEFF7DB)
- EJTAG Version ....... : Unknown (7 is a reserved value)
- EJTAG DMA Support ... : No
- EJTAG Implementation flags: R3k DINTsup ASID_8 ASID_6 MIPS16 NoDMA MIPS64
Issuing Processor / Peripheral Reset ... Done
Enabling Memory Writes ... Skipped
Halting Processor ... <Processor Entered Debug Mode!> ...
At this point zJTAG frooze
EDIT: Realizing .4 was out, I gave it a shot with the same exact results
EDIT2: OK, tryed .5 as well, Same results