[U-Boot] USB key not recognized

2009-04-21 Thread Amandeep Bhullar
Hi I am using Atmel AT91SAM9263-EK and running u-boot 1.1.5, it fails to recognize a USB key of size 1GB and formatted in FAT. This is what is happening: U-boot usb start (Re)start USB... USB: scanning bus for devices... USB device not responding, giving up (status=20) 2 USB Device(s)

Re: [U-Boot] USB key not recognized

2009-04-21 Thread Remy Bohmer
Hello, I am using Atmel AT91SAM9263-EK and running u-boot 1.1.5, it fails to recognize a USB key of size 1GB and formatted in FAT. Yep, known problem. This is what is happening: U-boot usb start (Re)start USB... USB:   scanning bus for devices...      USB device not responding, giving up

Re: [U-Boot] USB key not recognized

2009-04-21 Thread Amandeep Bhullar
Thanks for replying, Remy. I appreciate it. I just downloaded, built and used U-boot version 2009.03. It does see the USB key now. U-Boot usb start (Re)start USB... USB: scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found

Re: [U-Boot] USB key not recognized

2009-04-21 Thread Remy Bohmer
Hello, 2009/4/21 Amandeep Bhullar arm.deb...@gmail.com: Thanks for replying, Remy. I appreciate it. I just downloaded, built and used U-boot version 2009.03. It does see the USB key now. as expected ;-) U-Boot usb start (Re)start USB... USB:   scanning bus for devices... 2 USB Device(s)

Re: [U-Boot] USB key not recognized

2009-04-21 Thread Wolfgang Denk
Dear Amandeep, In message 3d083b80904211200h413b85dfv253e4990b9456...@mail.gmail.com you wrote: Another question - How can I boot from this USB key. Can I put Debian 5.0 Lenny image on USB key and boot AT91SAM9263-EK from there? If yes, how would I do it? I am new to Linux. Many thanks for