[U-Boot-Users] HI,can I use u-boot get file from FTP server

Hi
can I use u-boot get file from FTP server,it seems that uboot just support the UDP protocol.and can not get some data from "www".
my question:
how can i get the file from international web site. like the this ftp ftp://***.***.***.***/kernel/zImage
thanks

George.Tung wrote:
Hi
can I use u-boot get file from FTP server,it seems that uboot just support the UDP protocol.and can not get some data from "www".
my question:
how can i get the file from international web site. like the this ftp ftp://***.***.***.***/kernel/zImage
AFAIK, just tftp is available (or NFS). TCP is not and won't be (in short term) available in u-boot. Only UDP is.
In short, use tftp or nfs.
Regards,

In message 004501c7f5d9$b8959e70$6401a8c0@hy you wrote:
can I use u-boot get file from FTP server,it seems that uboot just support the UDP protocol.and can not get some data from "www".
my question:
how can i get the file from international web site. like the this ftp ftp://***.***.***.***/kernel/zImage
It's a two step solution: in the first step, boot an operating system.
Note that there are also no intentions to integrate a web browser into U-Boot.
Best regards,
Wolfgang Denk
participants (3)
-
George.Tung
-
Raúl Sánchez Siles
-
Wolfgang Denk