[U-Boot-Users] tftp loadable applets?

Hello
I noticed that there is a tftpboot command. Is there a similar mechanism in place for uploading applets via tftp?
JD

In message 6a7ac2300511290239k677fafe1w72c70147e44c5b57@mail.gmail.com you wrote:
I noticed that there is a tftpboot command. Is there a similar mechanism in place for uploading applets via tftp?
Why would you need something different? Just use the tftp command to download your standalone code like you use it to load OS images, ramdisks, or anything else.
Best regards,
Wolfgang Denk

Hello Wolfgang,
Hmm. I didn't know there was such a command. When I did help at the uboot prompt, I only saw tftpboot. I guess I need to determine how to include this command. Or is it a command which does not have a help text?
JD
On 11/29/05, Wolfgang Denk wd@denx.de wrote:
In message 6a7ac2300511290239k677fafe1w72c70147e44c5b57@mail.gmail.com you wrote:
I noticed that there is a tftpboot command. Is there a similar mechanism in place for uploading applets via tftp?
Why would you need something different? Just use the tftp command to download your standalone code like you use it to load OS images, ramdisks, or anything else.
Best regards,
Wolfgang Denk
-- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de Like winter snow on summer lawn, time past is time gone.

In message 6a7ac2300511290426n5acea443o4ea8eb9874e0ff26@mail.gmail.com you wrote:
Hmm. I didn't know there was such a command. When I did help at the uboot prompt, I only saw tftpboot. I guess I need to determine how to include this command. Or is it a command which does not have a help text?
All command names can be abbreviated as long as they are unique. It does not matter if you type "tftpboot" or "tftp" or just "tf" - it's all the same.
Best regards,
Wolfgang Denk
participants (2)
-
John Davis
-
Wolfgang Denk