From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Tue, 4 Jan 2005 16:22:59 -0500 Subject: [U-Boot-Users] U-Boot & FTP In-Reply-To: References: Message-ID: <41DB0933.1030201@smiths-aerospace.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de D Palmer wrote: > Are there any patches/modifications that enable U-boot to boot a kernel > via FTP. ? > > Thanks in advance > Thank you, > > Donald Palmer No. This has been asked before and Wolfgang has discouraged people from going that down that path (apparently successfully). FTP requires TCP (TFTP requires UDP). UDP is simple and easy to implement within u-boot's constraints. TCP is a _lot_ of work to implement in a non-tasking environment like u-boot. gvb