Dear all,

i placed uImage and modules on to the sdcard and started booting  but the
board freezing as below

U-Boot 2010.09-rc1 (Sep 23 2010 - 11:24:55)

CPU  : OMAP4430
Board: OMAP4 Panda
I2C:   ready
DRAM:  512 MiB
Using default environment

In:    serial
Out:   serial
Err:   serial
Hit any key to stop autoboot:  0
Panda # printenv
bootcmd=if mmc init ${mmcdev}; then if run loadbootscript; then run
bootscript; else if run loaduimage; then run mmcboot; fi; fi; fi
bootdelay=3
baudrate=115200
loadaddr=0x82000000
console=ttyS2,115200n8
usbtty=cdc_acm
vram=16M
mmcdev=1
mmcroot=/dev/mmcblk0p2 rw
mmcrootfstype=ext3 rootwait
mmcargs=setenv bootargs console=${console} vram=${vram} root=${mmcroot}
rootfstype=${mmcrootfstype}
loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
loaduimage=fatload mmc ${mmcdev} ${loadaddr} uImage
mmcboot=echo Booting from mmc${mmcdev} ...; run mmcargs; bootm ${loadaddr}

Environment size: 653/262140 bytes
Panda # setenv mmcargs setenv bootargs console=${console} vram=${vram}
root=${mmcroot} rootfstype=${mmcrootfstype}
Panda # setenv mmcargs setenv bootargs console=${console} vram=${vram}
root=${mmcroot} rootfstype=${mmcrootfstype} earlyprintk
Panda # boot
mmc1 is available
reading boot.scr

279 bytes read
Running bootscript from mmc1 ...
## Executing script at 82000000
reading uImage

2609264 bytes read
reading uInitrd

5977795 bytes read
## Booting kernel from Legacy Image at 80000000 ...
   Image Name:   Linux-2.6.37.6
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2609200 Bytes = 2.5 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 81600000 ...
   Image Name:   Ubuntu Initrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    5977731 Bytes = 5.7 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.


my configuration already enabled erly printk and as i mentioned above i
seted the earlyprintk at args .
but iam not seeing anything on my screen after Uncompressing Linux... done,
booting the kernel.




Thanks

Suresh balijepalli
Rosenehim,Baveria.
_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to