Dear Friends,<br><br>I am using u-boot and it is first loading into the ram from flash and then starts booting. The problem is its taking a lot of time in loading the image from flash to ram and then starts booting from it. Following is the output for printenv variables. I am new to u-boot and thus not much aware of it. On other board there is redboot installed and it loads kernel in just flash and starts booting the kernel. <br>
<br>Kindly let me know if you need any information.<br><br>Thank you,<br>Ankur. <br><br># printenv<br>bootargs=root=/dev/mtdblock2 rw init=/linuxrc console=ttyS0,115200 mem=32M rootfstype=jffs2<br>bootcmd=nand read.jffs2 0x30007FC0 0x80000 0x300000;bootm 0x30007FC0<br>
bootdelay=5<br>baudrate=115200<br>ipaddr=<a href="http://10.0.1.8">10.0.1.8</a><br>serverip=<a href="http://10.0.1.2">10.0.1.2</a><br>netmask=<a href="http://255.255.255.0">255.255.255.0</a><br>partition=nand0,2<br>stdin=serial<br>
stdout=serial<br>stderr=serial<br>Environment size: 304/2044 bytes<br><br><br><br>Snapshot of OUTPUT On BOARD:<br><br>NAND read: device 0 offset 0x80000, size 0x300000<br><br>Reading data from 0x37f800 -- 100% complete.<br>
&nbsp;3145728 bytes read: OK<br>## Booting image at 30007fc0 ...<br>&nbsp;&nbsp; Image Name:&nbsp;&nbsp; Linux-2.6.22.2<br>&nbsp;&nbsp; Image Type:&nbsp;&nbsp; ARM Linux Kernel Image (uncompressed)<br>&nbsp;&nbsp; Data Size:&nbsp;&nbsp;&nbsp; 1382536 Bytes =&nbsp; 1.3 MB<br>&nbsp;&nbsp; Load Address: 30008000<br>
&nbsp;&nbsp; Entry Point:&nbsp; 30008000<br>&nbsp;&nbsp; Verifying Checksum ... OK<br>OK<br><br>Starting kernel ...<br><br>