From mboxrd@z Thu Jan 1 00:00:00 1970 From: thaoth Date: Wed, 1 Oct 2008 18:38:19 -0700 (PDT) Subject: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB In-Reply-To: <48E340C8.5000501@gandalf.sssup.it> References: <19740267.post@talk.nabble.com> <48E20E7B.8030905@free.fr> <19740403.post@talk.nabble.com> <48E22071.1070903@free.fr> <19755115.post@talk.nabble.com> <29ab51dc0809302332q5e5ea8bbr2805fd830f0ae4fd@mail.gmail.com> <19755247.post@talk.nabble.com> <29ab51dc0810010017k2b45561eg5bb36d916cbbdd71@mail.gmail.com> <48E32520.20505@gandalf.sssup.it> <20081001090321.C4DC524798@gemini.denx.de> <48E340C8.5000501@gandalf.sssup.it> Message-ID: <19772124.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I think I made a mistake; I didn?t describe my problem clearly. So, now I fix it. My purpose is: find out a way to boot a Linux Kernel from USB (FAT16). Here are the steps I?ve made: 1. Get some kernel images (zImage, uImage) which I built (kernel version 2.6.22.11). 2. Go to the board (T-Engine/SH7727) which is ported U-boot and try some commands: a. usb start b. fatload usb 0:1 0x00200000 uimage c. bootm 0x00200000 And I always get this error: Wrong Image Format for bootm command ERROR: can't get kernel image! I didn?t set ?bootargs? and root file system because I think they will have no effect NOTE: CFG_SDRAM_BASE = 0x8c000000 CFG_LOAD_ADDR = 0x8e000000 Some results, I checked: >> [root at twiki boot]# file uImage >> uImage: PPCBoot image I also tried: mkimage -A sh -O linux -T kernel -C gzip -a 0x8e000000 -e 0x8e000000 -n Linux -d linux.bin.gz uImage best regards -- View this message in context: http://www.nabble.com/-UBoot--Hows-to-boot-Linux-Kernel-from-USB-tp19740267p19772124.html Sent from the Uboot - Users mailing list archive at Nabble.com.