>
> 99% of this can be done with a config file and the -c option.  Something
> like:
>
> openocd -f interface/olimex-jtag-tiny-a.cfg -f target/lpc2129.cfg -c 'flash
> write_image $(TARGET).elf'
>
> That would use the included olimex interface config and the lpc2129 target
> config and simply run the flash write.  You could even add a quit to the end
> so the daemon terminates rather than waiting for connections.
>
>
Oh yes, I think for the makefile stuff the -c option above definitely nails
it, that's cool!

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

Reply via email to