From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Wed, 12 Aug 2009 13:05:50 -0700 Subject: [U-Boot] [PATCH 0/4] Network defrag In-Reply-To: <200908121148.16431.rgetz@blackfin.uclinux.org> References: <200908101551.52052.rgetz@blackfin.uclinux.org> <4A807BAB.4030709@gmail.com> <200908121148.16431.rgetz@blackfin.uclinux.org> Message-ID: <4A83209E.4040809@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Robin, Robin Getz wrote: > On Mon 10 Aug 2009 15:57, Ben Warren pondered: > >> Robin Getz wrote: >> >>> Thanks to Alessandro for putting it together. >>> >>> Feel free to add my Signed-off (once the docs have been updated >>> explaining what this is all for). >>> >>> >>> >> I'll do that. Thanks for all your help. >> > > Some info for the docs, when I was troubleshooting a Ubuntu 9.04 install. > ====== > > It appears that some tftp servers (the older BSD version, Debian's "tftpd") > doesn't support RFC 2348 (blksize), and always use a block size of 512 :( You > need to make sure that you install the the Peter Anvin version, which does > support RFC 2348, and blksize up to 65,464 bytes (Debian's "tftpd-hpa"). > http://www.kernel.org/pub/software/network/tftp/ > Maybe it would make sense to have a message printed if the user specifies a higher blocksize but the TFTP server doesn't respond to the 'blksize' request. Thoughts? Ben