From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott McNutt Date: Tue, 24 Feb 2004 14:58:25 -0500 Subject: [U-Boot-Users] NFS support patch In-Reply-To: <403B7DB5.3010408@imc-berlin.de> References: <40386BCB.8090206@sonare.it> <403B7DB5.3010408@imc-berlin.de> Message-ID: <403BACE1.3010604@orbacom.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Steven, > Fair enough so far. The length is correct. But > apparently I did not get the correct data: ... > What's the problem? The packet wasn't copied correctly. Try this patch. I tested with this patch on a PQ2FADS board and everything looked good. Regards, --Scott => tftpboot 4000 u-boot.bin Using FCC2 ETHERNET device TFTP from server 192.168.0.40; our IP address is 192.168.0.99 Filename 'u-boot.bin'. Load address: 0x4000 Loading: ######################################## done Bytes transferred = 209720 (33338 hex) => nfs 40000 192.168.0.40:/tftpboot/u-boot.bin Using FCC2 ETHERNET device File transfer via NFS from server 192.168.0.40; our IP address is 192.168.0.99 Filename '/tftpboot/u-boot.bin'. Load address: 0x40000 Loading: ######################################## done Bytes transferred = 209720 (33338 hex) => cmp.b 4000 40000 33338 Total of 209720 bytes were the same => -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: nfs-reply-len.patch Url: http://lists.denx.de/pipermail/u-boot/attachments/20040224/8309d3c3/attachment.txt