Re: [U-Boot] USB fatload fails to load rootfs

2013-08-29 Thread Stefano Babic
Hi Chuck, On 29/08/2013 15:32, Chuck Wical wrote: > My concern is the cross-compiler that was created by a third party may not > be compatible with newer versions of U-Boot and I would need to go through > the patches to see if there was anything custom created. As you probably > understand this

Re: [U-Boot] USB fatload fails to load rootfs

2013-08-29 Thread Chuck Wical
Romain Izard gmail.com> writes: > > On 2013-08-28, Chuck Wical amanomcgann.com> wrote: > > I am trying to load rootfs.ext2.gz.uboot from usb using fatload but > > when it reaches a point in writing the file to memory a reset occurs > > of the CPU. If I load this file using tftp it works fine.

Re: [U-Boot] USB fatload fails to load rootfs

2013-08-29 Thread Romain Izard
On 2013-08-28, Chuck Wical wrote: > I am trying to load rootfs.ext2.gz.uboot from usb using fatload but > when it reaches a point in writing the file to memory a reset occurs > of the CPU. If I load this file using tftp it works fine. Here are > the commands I am using: > > loadaddr=0x2100 >

[U-Boot] USB fatload fails to load rootfs

2013-08-28 Thread Chuck Wical
I am trying to load rootfs.ext2.gz.uboot from usb using fatload but when it reaches a point in writing the file to memory a reset occurs of the CPU. If I load this file using tftp it works fine. Here are the commands I am using: loadaddr=0x2100 tftp $(loadaddr) rootfs.ext2.gz.uboot usb sta