<div>thank you very much . i did mistake in the mkimage load address. </div>
<div>it should not be 0x10000000 i misunderstood this address with the uncompressed image load address. once again thanks to Denk........</div>
<div>-- prafulla chandra.<br><br> </div>
<div><span class="gmail_quote">On 3/7/06, <b class="gmail_sendername">Wolfgang Denk</b> <<a href="mailto:wd@denx.de">wd@denx.de</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">In message <<a href="mailto:26d3a31c0603070105x7e8a73dcp8066fe7e183ddd6@mail.gmail.com">26d3a31c0603070105x7e8a73dcp8066fe7e183ddd6@mail.gmail.com
</a>> you wrote:<br>><br>> #make omap-osk-5912-defconfig<br>> #make menuconfig<br>> #make<br><br>Normally you should be able to just type "make uImage" here.
<br><br>> #arm-linux-objcopy -O binary -R .note -R .comment -S<br>> arch/arm/boot/compressed/vmlinux linux.bin<br>> #gzip -9 linux.bin<br>> #u-boot-1.1.1/tools/mkimage -A arm -O linux -T kernel -C gzip -a<br>
> 0x10000000 -e 0x10000000 -n 'linux kernel image' -d linux.bin.gz uImage.cc<br><br>You are sure that 0x10000000 is the correct load and entry point<br>addresses?<br><br>> protocol through hyperterminal* . and in uboot i used the command *loadb
<br>> 0x10000000*<br><br>This CANNOT work. You cannot download the image to the same address<br>range where U-Boot is supposed to uncompress and copy the code to!<br><br>> and used *bootm 0x100000*<br>> then afterthat i got the *bad crc error*
<br><br>I recommend that (1) you verify that your image on the host system is<br>OK by running "mkimage -l uImage.cc", and (2) you verify that the<br>downloaded image is still ok by running "iminfo".
<br><br>> is this information is sufficient or if u want i can provide my<br>> configuration details also .<br><br>Actually I would prefer if you had just copy & pasted the real input<br>and output from your console.
<br><br>> is the configuration of kernel is dependent on u-boot. how it will effect ??<br>> what is the effect of bootargs on kernel?? is there any relation between th> e<br>> bootargs and the bad crc check error ??
<br><br>U-Boot does not even attempt to start Linux so your bootargs settings<br>don;t play any role here.<br><br>> On 3/7/06, Wolfgang Denk <<a href="mailto:wd@denx.de">wd@denx.de</a>> wrote:<br>> ><br>> > In message <
<a href="mailto:26d3a31c0603062047h7ce9539epe61b69100b784362@mail.gmail.com">26d3a31c0603062047h7ce9539epe61b69100b784362@mail.gmail.com</a>><br>> > you wrote:<br>...<br><br><br>Full quote deleted.<br><br>Please don't top-post / full-quote.
<br><br>> Content-Type: text/html; charset˙O-8859-1<br>> Content-Transfer-Encoding: quoted-printable<br>> Content-Disposition: inline<br><br>And STOP posting HTML here!<br><br>Best regards,<br><br>Wolfgang Denk<br>
<br>--<br>Software Engineering: Embedded and Realtime Systems, Embedded Linux<br>Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: <a href="mailto:wd@denx.de">wd@denx.de</a><br>A consultant is a person who borrows your watch, tells you what time
<br>it is, pockets the watch, and sends you a bill for it.<br></blockquote></div><br>