OpenOCD support for AT91SAM9263 and Olimex ARM-USB-OCD JTAG

I’ve been doing some searches on the Internet to try and find some open debug/flash/development solutions for the Atmel AT91SAM9263-EK board. The information I’ve found on the SAM9263 and open development solutions seem rather sparse though. Does anyone have experience, good or bad, with using OpenOCD, Eclipse, Olimex ARM-USB-OCD JTAG or some other JTAG interface? Any information would be much appreciated. Thank you in advance!

I’ve used it myself on a AT91SAM9260 and a LPC3180, which are both ARM926EJ-S based targets just like the SAM9263. Current versions of the OpenOCD should work fine.

See http://openfacts.berlios.de/index-en.ph … CD_scripts for some example configurations.

Regards,

Dominic

Good to hear! I’m also currently working on a project utilizing the LPC3180, but we are moving away from it, since I think NXP has dropped Linux support for it. Thanks again for the info.