Hi all,

Let me start off by saying Thank You to the devs, past and present.
Last night I pulled from trunk and it was a winner out of the box.

My target is an XScale board with an old IXP425 rev 0 cpu, on a
US Robotics USR8200 board. I use an Olimex ARM-USB-OCD device
and the OpenWRT built gdb, I literally combined the 2 .cfg files like so...

cat ./src/target/interface/olimex-arm-usb-ocd.cfg
./src/target/target/ipx42x.cfg >> openocd.cfg

and proceeded to connect. Out of the box... it worked!
Well I did have to make one correction to ipx42x.cfg

-jtag newtap $_CPUNAME cpu -irlen 7 -ircapture 0x1 -irmask 0x7f
-expected-id $_CPUTAPID
+jtag newtap $_CHIPNAME cpu -irlen 7 -ircapture 0x1 -irmask 0x7f
-expected-id $_CPUTAPID

The wierd thing is... the name. IPX should be IXP.
I'd throw a patch together with the one word change... but since the name
for the file is wrong, I'll just attach the file I made with the correct name.
ixp42x.cfg.

Cheers,
John

Attachment: ixp42x.cfg
Description: Binary data

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to