From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonas Dietsche Date: Tue, 01 Feb 2005 17:55:53 +0100 Subject: [U-Boot-Users] booting from USB Message-ID: <41FFB499.1060804@fsforth.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello List, I'm interested in booting a linux image from a USB memory stick. I configured u-boot (version 1.1.2) to provide me with the usb commands. I try to load the image with the following commands. usb rest usb scan usbboot 10000 0:1 The usbboot command ends up with Loading from USB device 0, partition 1: Name: usbda1 Type: U-Boot First Block: 32, # of blocks: 255456, Block Size: 512 ** Bad Magic Number ** The image is the same I download with the tftp command. Should I create the image in a different way? Thanks for your hints. Jonas