Re: [U-Boot] U-Boot 2009.11.1 USB Issue and Building U-Boot 2013.07

2013-09-05 Thread Chuck Wical
Hello Andreas, Thanks for the reply! > Dear Chuck Wical, > > On 09/03/2013 10:53 PM, Chuck Wical wrote: > > First I am fairly new to U-Boot but over the last 2 weeks I have been > > going through the README files and anything else I can find that would > > help reso

Re: [U-Boot] U-Boot 2009.11.1 USB Issue and Building U-Boot 2013.07

2013-09-04 Thread Chuck Wical
t copy and paste. And before anything is said about what is used for a console it simply works the best for my application. Chuck Wical Embedded Software Engineer Amano McGann, Inc. 651 Taft Street, NE Minneapolis, MN 55413 Tel: 612-331-2020 Fax: 612-331-5187 chuck.wi...@amanomcgann.com loadaddr=

[U-Boot] U-Boot 2009.11.1 USB Issue and Building U-Boot 2013.07

2013-09-03 Thread Chuck Wical
First I am fairly new to U-Boot but over the last 2 weeks I have been going through the README files and anything else I can find that would help resolve the issue I have. Here is a recap: Currently the project I am working on was setup with U-Boot 2009-11-01 and works just fine with one excep

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

[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