
Dear Friends,
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.
Kindly let me know if you need any information.
Thank you, Ankur.
# printenv bootargs=root=/dev/mtdblock2 rw init=/linuxrc console=ttyS0,115200 mem=32M rootfstype=jffs2 bootcmd=nand read.jffs2 0x30007FC0 0x80000 0x300000;bootm 0x30007FC0 bootdelay=5 baudrate=115200 ipaddr=10.0.1.8 serverip=10.0.1.2 netmask=255.255.255.0 partition=nand0,2 stdin=serial stdout=serial stderr=serial Environment size: 304/2044 bytes
Snapshot of OUTPUT On BOARD:
NAND read: device 0 offset 0x80000, size 0x300000
Reading data from 0x37f800 -- 100% complete. 3145728 bytes read: OK ## Booting image at 30007fc0 ... Image Name: Linux-2.6.22.2 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 1382536 Bytes = 1.3 MB Load Address: 30008000 Entry Point: 30008000 Verifying Checksum ... OK OK
Starting kernel ...