I have a slightly older RLink, its ver 2.10, it came with a Reva STR912F board… Ultimately I would like to get the RLink to work with a LPC2148 board, currently I am trying to get it to work on either the original STR912 REva board and an Olimex LPC2148 dev board.
I am using OpenOCD 0.1.0, latest download
on Windows XP…
For the LPC2148, I have a Olimex dev board, and for a command line
I used
bin\openocd.exe -f interface\rlink.cfg -f target\lpc2148.cfg
and the output was
$URL: https://kc8apf@svn.berlios.de/svnroot/r … /openocd.c $
Error: JTAG communication failure, check connection, JTAG interface, target power etc.
Error: trying to validate configured JTAG chain anyway…
Error: Could not validate JTAG scan chain, IR mismatch, scan returned 0x3f. tap=lpc2148.cpu pos=0 expected 0x1 got 3
Warn : Could not validate JTAG chain, continuing anyway…
Warn : TAP lpc2148.cpu:
Warn : value captured during scan didn’t pass the requested check:
Warn : captured: 0x0f check_value: 0x01 check_mask: 0x0f
Warn : in_handler: w/o “in_value”, mismatch in SIR
Warn : TAP lpc2148.cpu:
Warn : value captured during scan didn’t pass the requested check:
Warn : captured: 0x0f check_value: 0x01 check_mask: 0x0f
Warn : in_handler: w/o “in_value”, mismatch in SIR
For my STR912F board, I am using original Reva board.
bin\openocd.exe -f interface\rlink.cfg -f target\str912.cfg
$URL: https://kc8apf@svn.berlios.de/svnroot/r … /openocd.c $
RCLK - adaptive
Error: RCLK not supported
Info : JTAG tap: str912.flash tap/device found: 0x04570041 (Manufacturer: 0x020,Part: 0x4570, Version: 0x0)
Info : JTAG Tap/device matched
Info : JTAG tap: str912.cpu tap/device found: 0xffffffff (Manufacturer: 0x7ff, Part: 0xffff, Version: 0xf)
Error: JTAG tap: str912.cpu got: 0xffffffff (mfg: 0x7ff, part: 0xffff, ver: 0xf)
Error: JTAG tap: str912.cpu expected 1 of 1: 0x25966041 (mfg: 0x020, part: 0x5966, ver: 0x2)
Error: trying to validate configured JTAG chain anyway…
Error: Could not validate JTAG scan chain, IR mismatch, scan returned 0x07ff29.
tap=str912.cpu pos=8 expected 0x1 got 3
Warn : Could not validate JTAG chain, continuing anyway…
Warn : TAP str912.cpu:
Warn : value captured during scan didn’t pass the requested check:
Warn : captured: 0x0f check_value: 0x01 check_mask: 0x0f
Warn : in_handler: w/o “in_value”, mismatch in SIR
Warn : TAP str912.cpu:
Warn : value captured during scan didn’t pass the requested check:
Warn : captured: 0x03 check_value: 0x01 check_mask: 0x0f
Warn : in_handler: w/o “in_value”, mismatch in SIR