Hi, On Wed, Apr 01, 2009 at 05:32:19AM -0700, Jim Norton wrote: > Hi everybody, > > I'm a complete newbie to JTAG and embedded linux development. I have a > TinCanTools "Hammer" board that comes with support for an older > version of OpenOCD. > > However, I needed to use the newest version of OpenOCD. So now I've > got the Hammer board hooked up to the "Flyswatter" JTAG programmer > using the default scripts that comes with OpenOCD. Seems to mostly > work.... > > But the supplied OpenOCD scripts are written for an older version of OpenOCD. > > So... Does anybody have working config files for the latest version of > OpenOCD that allow one to re-flash the Hammer board? ( Bootloader, > Linux and filesystem etc... ) > > I could probably figure it out, but I'm so new to this that I don't > want to end up bricking my board..
No guarantees here, as I cannot test this, but the latest OpenOCD svn version ships with a config file for the "TinCanTools S3C2410 Based Hammer Module", which is probably what you have. Use something like this: openocd -f /PATH/TO/OPENOCD/interface/... -f /PATH/TO/OPENOCD/board/hammer.cfg Let us know if you have the same (or similar enough) board and whether the config file works for you. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
