From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?=E6=9C=B1?= =?UTF-8?Q?=E6=88=90?= Date: Wed, 27 Apr 2005 18:05:28 +0800 Subject: [U-Boot-Users] boot uncompressed uImage In-Reply-To: <1114595256.4283.21.camel@localhost> References: <1114593987.6981.25.camel@localhost> <1114595256.4283.21.camel@localhost> Message-ID: <1114596328.6981.26.camel@localhost> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > I'm gonna risk making a fool out of myself since I've never actually > worked with ARM, but... > > vmlinux is (for all other platforms I've used) an ELF image, not a raw > binary. In order to be usable for u-boot, you need to run > > objcopy -S -O binary vmlinux vmlinux.bin > > and then use the resulting vmlinux.bin instead. > ok, i do it successfully! thanks!