On Wed, Dec 2, 2009 at 3:42 PM, Yegor Yefremov
<[email protected]>wrote:

> I found some short description about TFTP support in OpenOCD but it
> seems to be restricted to eCOS or ZY1000 debugger.
>
> Are there any plans to implement such a feature? The usage were for
> example following: I have my Linux development host where I compile
> the firmware and I also run an TFTP daemon there. My production host
> has an FTDI based board attached to it to flash the embedded device.
> So the only alternatives a have now are either to copy the image to
> this production host or to use CIFS to mount the related directory on
> the development host. I'd like to be able to fetch the file directly
> through OpenOCD commands with the syntax provided in the manual:
>
> flash write_image erase /tftp/ip/file.bin bin
>
One other way of doing it would be to use the gdb load command  ( in
described it here
http://elinux.org/DebuggingTheLinuxKernelUsingGdb )

but perhaps it's also easy to modify the flash write_image erase to use
stdin as input source.

Greetings
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to