On Oct 31, 2008, at 11:13 AM, Steve Franks wrote:
I've jut upgraded openocd, in hopes of finally pulling off a working setup.Some of the commands have dissappeared, notably, #run_and_halt_time 0 30 #soft_reset_halt #poll Do I need these? Does anyone have a current file for programming an .elf into a lpc2138 with no reset lines connected? That's pretty much my setup. All my examples, and the ones in svn are either horribly out of date, or expect a reset pin, and the docs all appear to be from 2006. I know we've been doing alot of changes lately, and I'd like to be back in sync. Thanks, Steve _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development
The top-of-tree SVN config files are definitely up to date since I just updated them all to the newest syntax this week.
As for the deprecated/obsolete commands, run_and_halt_time is now: reset run sleep 100 halt poll and soft_reset_halt still exist.If you have no reset lines connected, you probably want to use 'reset_config none' as well.
-- Rick Altherr [EMAIL PROTECTED]"He said he hadn't had a byte in three days. I had a short, so I split it with him."
-- Slashdot signature
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development