From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Mon, 14 Aug 2006 17:25:17 -0500 Subject: [U-Boot-Users] tftp errors/times out on large files In-Reply-To: References: Message-ID: <44E0F84D.3060909@orkun.us> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de mitsy wrote: > Hi all, > > I am having problem tftping large files (>30M.) The tftp will start > download, and then immediately get an error, and it will say: > (snip) > and repeat. I can download smaller files just fine. What could it be > the problem? Increasing the MALLOC_LEN doesn't seem to help, and I > need some advice. (FYI, I have 128M ram.) > > Any suggestions will be greatly appreciated! The original TFTP protocol is limited to file sizes of 32MB. A later RFC compliant TFTP allows file sizes of up to 4GB but I am not sure if U-Boot and/or your TFTP server implements the new RFC. Details are in Wikipedia. http://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol