On Fri, Jul 11, 2008 at 1:38 AM, Duane Ellis <[EMAIL PROTECTED]> wrote:
> oyvind> Please define standalone.
>
> spen> standalone i mean openocd + config.
>
> This is simple to accomplish today, with these simple changes (a..e)

I believe I simply got outvoted this time around and I
want to save my bonus points for another issue.

I'll see if I can't accommodate Spens suggestion.

> (D) Append your existing "openocd.cfg" file to the end of "openocd.tcl"
>
>   While doing so - prefix all commands with "openocd "
>   For example:

NB! The openocd prefix is no longer required. This is handled
by commands.tcl/proc unknown.

>   OLD:
>        interface ft2232
>        ft2232_device_desc "Olimex OpenOCD JTAG TINY A"

This works from .tcl now.

>
>   NEW: [today - you need to {quote} the command line]
>
>        openocd { interface ft2232 }
>        openocd { ft2232_device_desc "Olimex OpenOCD JTAG TINY A" }

No longer required.


-- 
Øyvind Harboe
http://www.zylin.com/zy1000.html
ARM7 ARM9 XScale Cortex
JTAG debugger and flash programmer
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to