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

* Re: [Xenomai-help] booting on pandaboard
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Gilles Chanteperdrix @ 2011-06-22 12:49 UTC (permalink / raw)
  To: suresh reddy; +Cc: Xenomai help

On 06/22/2011 02:33 PM, suresh reddy wrote:
> console=ttyS2,115200n8

console is ttyO2, not ttyS2.

I have asked you this several time, but please stop using the Xenomai
mailing list instead of doing your homework. Everything about pandaboard
is documented on its wiki. Use the wiki first, then ask questions on
this list when you do not find them here.

Really, installing Xenomai takes five minutes when you know how to do
it, at most one day when you are a beginner.

You have been asking questions on this mailing list for weeks. And at
every step, we do your work in your stead, and you learn nothing.

Don't you see that there may be a problem?

-- 
					    Gilles.


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

* Re: [Xenomai-help] booting on pandaboard
  2011-06-22 12:49 ` Gilles Chanteperdrix
@ 2011-06-22 15:58   ` suresh reddy
  2011-06-22 16:26     ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: suresh reddy @ 2011-06-22 15:58 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: Xenomai help

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

On 22 June 2011 14:49, Gilles Chanteperdrix <
gilles.chanteperdrix@xenomai.org> wrote:

> On 06/22/2011 02:33 PM, suresh reddy wrote:
> > console=ttyS2,115200n8
>
> console is ttyO2, not ttyS2.
>


Dear Giles ,
that is not problem because of ttys2 or O2 settings . I followed
http://omappedia.org/wiki/Minimal-FS_Booting

that and  the below bootargs

fatload mmc 0:1 0x80000000 uImage
setenv bootargs ro elevator=noop vram=32M
mem=460M@0x80000000mem=256M@0xA0000000root=/dev/mmcblk0p2
console=ttyO2,115200n8 fixrtc earlyprintk  bootm
0x80000000


still i did not saw anything on my terminal . then only i sent a mail to
xenomai help mailing list .



> I have asked you this several time, but please stop using the Xenomai
> mailing list instead of doing your homework. Everything about pandaboard
> is documented on its wiki. Use the wiki first, then ask questions on
> this list when you do not find them here.
>
> Really, installing Xenomai takes five minutes when you know how to do
> it, at most one day when you are a beginner.
>
> You have been asking questions on this mailing list for weeks. And at
> every step, we do your work in your stead, and you learn nothing.
>
> Don't you see that there may be a problem?
>
> --
>                                             Gilles.
>



-- 

Suresh balijepalli
Rosenehim,Baveria.

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

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

* Re: [Xenomai-help] booting on pandaboard
  2011-06-22 15:58   ` suresh reddy
@ 2011-06-22 16:26     ` Gilles Chanteperdrix
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2011-06-22 16:26 UTC (permalink / raw)
  To: suresh reddy; +Cc: Xenomai help

On 06/22/2011 05:58 PM, suresh reddy wrote:
> On 22 June 2011 14:49, Gilles Chanteperdrix <
> gilles.chanteperdrix@xenomai.org> wrote:
> 
>> On 06/22/2011 02:33 PM, suresh reddy wrote:
>>> console=ttyS2,115200n8
>>
>> console is ttyO2, not ttyS2.
>>
> 
> 
> Dear Giles ,
> that is not problem because of ttys2 or O2 settings . I followed
> http://omappedia.org/wiki/Minimal-FS_Booting
> 
> that and  the below bootargs
> 
> fatload mmc 0:1 0x80000000 uImage
> setenv bootargs ro elevator=noop vram=32M
> mem=460M@0x80000000mem=256M@0xA0000000root=/dev/mmcblk0p2
> console=ttyO2,115200n8 fixrtc earlyprintk  bootm
> 0x80000000
> 
> 
> still i did not saw anything on my terminal . then only i sent a mail to
> xenomai help mailing list .

Then there is probably something wrong in your configuration. Please try
the configuration I pointed you to.

http://sisyphus.hd.free.fr/~gilles/omap4_panda_config

-- 
					    Gilles.


^ 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.