All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] booting on pandaboard
@ 2011-06-22 12:33 suresh reddy
  2011-06-22 12:49 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: suresh reddy @ 2011-06-22 12:33 UTC (permalink / raw)
  To: Xenomai help

[-- Attachment #1: Type: text/plain, Size: 2356 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 4741 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-06-22 16:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 12:33 [Xenomai-help] booting on pandaboard suresh reddy
2011-06-22 12:49 ` Gilles Chanteperdrix
2011-06-22 15:58   ` suresh reddy
2011-06-22 16:26     ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.