public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* problems opening console
@ 2008-07-22 14:17 Luca Santini
  2008-07-22 19:16 ` Paul Mundt
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Luca Santini @ 2008-07-22 14:17 UTC (permalink / raw)
  To: linux-sh

I almost done the porting of kernel2.6.26 to the edosk7760 board,
(adding the board-specific machvec copying functions from kernel2.4)
but i have problem on init console; these are last log lines of kernel boot:


[    0.000000] Kernel command line: memdM sh_mvíOSK7760 
console=ttySC2,115200 rw sh_pclk3335000 root=/dev/ram

....

[    2.721824] RAMDISK: Compressed image found at block 0
[    5.011947] kjournald starting.  Commit interval 5 seconds
[    5.012189] EXT3 FS on ram0, internal journal
[    5.016100] EXT3-fs: mounted filesystem with ordered data mode.
[    5.022155] VFS: Mounted root (ext3 filesystem).
[    5.027005] Freeing unused kernel memory: 116k freed


after a few debugging i discovered that the kernel hangs trying to open 
/dev/console
(in init/main.c ;  init_post(void) function)

the rootfs seems correctly mounted and the devices /dev/console and 
/dev/ttySC2 are present in the filesystem.

anybody can help me?

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

end of thread, other threads:[~2008-07-23 10:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-22 14:17 problems opening console Luca Santini
2008-07-22 19:16 ` Paul Mundt
2008-07-23  9:13 ` Luca Santini
2008-07-23  9:55 ` Manuel Lauss
2008-07-23 10:34 ` Luca Santini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox