From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Fri, 11 Jan 2008 17:46:55 -0500 Subject: [U-Boot-Users] [PATCH 0/1] TFTP: add host ip addr support In-Reply-To: <1199958365-18516-1-git-send-email-plagnioj@jcrosoft.com> References: <20080109223928.ECB1224755@gemini.denx.de> <1199958365-18516-1-git-send-email-plagnioj@jcrosoft.com> Message-ID: <4787F1DF.6070001@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 Jean-Christophe PLAGNIOL-VILLARD wrote: This doesn't work. Baseline: (before patch applied): => tftp 100000 mpc8349emds/u-boot.bin.newnfs Speed: 100, full duplex Using TSEC0 device TFTP from server 10.69.69.21; our IP address is 10.69.69.201 Filename 'mpc8349emds/u-boot.bin.newnfs'. Load address: 0x100000 Loading: ####################################### done Bytes transferred = 198116 (305e4 hex) Problem #1. First time through, with patch. Doesn't use serverip, so no default server: => tftp 100000 mpc8349emds/u-boot.bin Speed: 100, full duplex Using TSEC0 device TFTP from server 0.0.0.0; our IP address is 10.69.69.201; sending through gatew1 Filename ''. Load address: 0x100000 Loading: * TFTP error: 'File not found' (1) Starting again Problem #2. Doesn't parse file name: => tftp 100000 10.69.69.21:mpc8349emds/u-boot.bin Speed: 100, full duplex Using TSEC0 device TFTP from server 10.69.69.21; our IP address is 10.69.69.201 Filename ''. Load address: 0x100000 Loading: ################################## done Bytes transferred = 170996 (29bf4 hex) Please fix these if you want the code included. regards, Ben