From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Holler Date: Fri, 18 Jan 2013 12:36:28 +0100 Subject: [U-Boot] Slow tftp boot with Ubuntu 12.04 tftp server In-Reply-To: <41302A7145AC054FA7A96CFD03835A0A01908335@EX10MBX02.EU.NEC.COM> References: <41302A7145AC054FA7A96CFD03835A0A01907B61@EX10MBX02.EU.NEC.COM> <50F8FDFA.8040603@ahsoftware.de> <41302A7145AC054FA7A96CFD03835A0A01908335@EX10MBX02.EU.NEC.COM> Message-ID: <50F933BC.6080609@ahsoftware.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 18.01.2013 11:16, schrieb David Aldrich: > >> Try setting the max. blocksize explicit, e.g. I'm using -B 1460 here. It depends >> on the used tftp-server. > > Hi Alexander > > Thanks for your reply. Please will you confirm the exact syntax? I tried: > > # tftp -B 1460 0x80000200 tci6614-evm.dtb > tftpboot - boot image via network using TFTP protocol > > Usage: > tftpboot [loadAddress] [[hostIPaddr:]bootfilename] > > I also tried: > > setenv tftpblocksize 1460 > > but that made no difference. > > What is the correct way of specifying the block size please? That -B n is an option for the server, which is in my case (not Ubuntu) called in.tftpd and comes from the package tftpd-hpa (a Linux port of the OpenBSD TFTP server). So you have to change that on your Ubuntu box. Regards, Alexander