From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Wed, 4 Sep 2013 11:37:23 +0200 Subject: [U-Boot] U-Boot 2009.11.1 USB Issue and Building U-Boot 2013.07 In-Reply-To: <002b01cea8e7$b14fc5b0$13ef5110$@amanomcgann.com> References: <002b01cea8e7$b14fc5b0$13ef5110$@amanomcgann.com> Message-ID: <5226FF53.9070207@bus-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Chuck Wical > usb start > > fatload usb 0 $(loadaddr) rootfs.ext2.gz.uboot where loadaddr is the same > address used by tftp. > Your load address 0 is wrong. On AT91 systems addresses greater than 0x20100000 should be used (RAM location). Regards jens