Re: [U-Boot-Users] about use mkimage to create uImage?

without compressing, you used "-a 0x30000000" and with compressing, you used "-a 0x30008000".
zhuzhenhua zzh.hust@gmail.com@lists.sourceforge.net on 06/29/2005 08:39:03 AM
Please respond to zhuzhenhua zzh.hust@gmail.com
Sent by: u-boot-users-admin@lists.sourceforge.net
To: u-boot-users@lists.sourceforge.net cc:
Subject: [U-Boot-Users] about use mkimage to create uImage?
if i mkimage without compressing, kernel can run correct, the command is as follow ./tools/mkimage -A arm -O linux -T kernel -C none-a 0x30000000 -e0x30008000 -n "Linux" -d vmlinux uImage
but i want to create a compressed uImage,i use commands like these,it stop at "starting kernel..." arm-linux-objcopy -O binary -R.note -R.comment -S vmlinux linux.bin gzip -9 linux.bin ./tools/mkimage -A arm -O linux -T kernel -C gzip -a 0x30008000 -e0x30008000 -n "Linux" -d linux.bin.gz uImage
i think the second method should run well,and i see the same example in the Readme of u-boot src.
any hints are appreciate.
------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id%16492&oplick _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
participants (1)
-
KokHow Teh