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