From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Mon, 27 Aug 2007 10:28:59 -0400 Subject: [U-Boot-Users] Booting the Linux image via nfs In-Reply-To: <12347704.post@talk.nabble.com> References: <12314911.post@talk.nabble.com> <20070824160548.D408224043@gemini.denx.de> <12347704.post@talk.nabble.com> Message-ID: <46D2DFAB.1000502@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 Mirek23 wrote: > Hello Wolfgang, > > Thank you for your answer. I understand that it is possible to > load linux image by means of nfs. > I have checked with program ethereal that is uses the UDP protocol. Is it > possible to force nfs (in u-boot 1.2.0) to use tcp instead? > > Best Regards > Mirek Hi Mirek, TCP is not supported presently, and not very likely in the future. TCP takes a *lot* more effort than UDP and is not currently supported by u-boot. It is possible to add TCP support to u-boot (when you have the source, nearly anything is possible), but it is very unlikely due to the level of complexity -- the benefit vs. effort ratio is very poor. Best regards, gvb