Hi Banjit,<br>  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; How much memory (RAM)  you have?&nbsp; Also check the PINSEL and BCFG configurations along  with the baud rate setting in u-boot code.<br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  Those commands are working fine for my hardware which is arm7TDMI board.<br>  <br>  Thanks and Regards,<br>  Kaushik &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  <br><br><b><i>Banajit Goswami &lt;banajit.goswami@gmail.com&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">  <div>Hi All,</div>  <div>&nbsp;I am a new member to this mailing list.</div>  <div>&nbsp;</div>  <div>&nbsp;I am porting u-boot to a arm926ej board. I have a serial  port which I am trying to use to download a binary image. But I am not  able to do so. I am trying to use loadb and loads and both seems to be  failing.</div> 
 <div>&nbsp;</div>  <div>Here is a typical sequence i followed</div>  <div>&nbsp; 1) Boot-up the board</div>  <div>&nbsp; 2) Connected to Hyperterminal (tried minicom, cu, kermit and dnw) with 8N1 and hw-flw control as "none".</div>  <div>&nbsp; 3) at u-boot command prompt gave following command</div>  <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; loadb 0x60008000 115200</div>  <div>&nbsp;&nbsp;4) From hyperterminal, Transfer-&gt;send file with  protocol as kermit, selected the file and tried sending, but failed.  Everytime&nbsp; hyperterminal poped up "error limit exceeded".</div>  <div>&nbsp;</div>  <div># loadb<br>## Ready for binary (kermit) download to 0x60008000 at 115200 bps..</div>  <div>&nbsp;</div>  <div>&nbsp;When tried looking the point where it is geting stuck, I saw  u-boot waiting in the while loop looking for the 'START_CHAR' in the  following section of code:</div>  <div>&nbsp;</div>  <div>k_recv(){</div>  <div>.....</div>  <div>....</div> 
 <div>&nbsp;&nbsp;for (;;) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; switch (getc ()) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case START_CHAR:&nbsp;/* start packet */<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; goto START;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case ETX_CHAR:&nbsp;&nbsp;/* ^C waiting for packet */<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return (0);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default:  <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;}<br>....</div>  <div>...</div>  <div>}</div>  <div>&nbsp;</div>  <div>&nbsp;I am not sure how to use 'loadb' and 'loads'. Read  a&nbsp;few docs about uses though,&nbsp;none explained what needs to  be&nbsp;done in implementation part.</div>  <div>&nbsp;</div>  <div>&nbsp;Can anyone give me some pointer, as in, any board which has  implemeted and using any
 of the commands? What might have&nbsp;gone  wrong here??</div>  <div>&nbsp;</div>  <div>Or any other commands I can use for serial download of binary image?</div>  <div>&nbsp;</div>  <div>Thanks in advance</div>  <div>Banajit</div>  <div>&nbsp;</div>  -------------------------------------------------------------------------<br>Take Surveys. Earn Cash. Influence the Future of IT<br>Join SourceForge.net's Techsay panel and you'll get the chance to share your<br>opinions on IT &amp; business topics through brief surveys -- and earn cash<br>http://www.techsay.com/default.php?page=join.php&amp;p=sourceforge&amp;CID=DEVDEV_______________________________________________<br>U-Boot-Users mailing list<br>U-Boot-Users@lists.sourceforge.net<br>https://lists.sourceforge.net/lists/listinfo/u-boot-users<br></blockquote><br><p>&#32;
        
        
                <hr size=1>Do you Yahoo!?<br> Next-gen email? Have it all with the <a href="http://us.rd.yahoo.com/evt=40788/*http://advision.webevents.yahoo.com/handraisers"> all-new Yahoo! Mail Beta.</a>