[U-Boot-Users] boot uncompressed uImage

朱成 zhucheng at longcheer.net
Wed Apr 27 12:05:28 CEST 2005


> 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
> 
> <path-to-your-cross>objcopy -S -O binary vmlinux vmlinux.bin
> 
> and then use the resulting vmlinux.bin instead.
> 


ok, i do it successfully! thanks!






More information about the U-Boot mailing list