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>
3145728 bytes read: OK<br>## Booting image at 30007fc0 ...<br> Image Name: Linux-2.6.22.2<br> Image Type: ARM Linux Kernel Image (uncompressed)<br> Data Size: 1382536 Bytes = 1.3 MB<br> Load Address: 30008000<br>
Entry Point: 30008000<br> Verifying Checksum ... OK<br>OK<br><br>Starting kernel ...<br><br>