View previous topic :: View next topic |
Author |
Message |
tuktuk n00b
Joined: 02 Jun 2011 Posts: 8
|
Posted: Fri Jun 24, 2011 8:37 am Post subject: stop after Uncompressing Linux... done, booting the kernel |
|
|
Hi,
I've tried to install gentoo on my pandapoard with this tutorial:
http://dev.gentoo.org/~armin76/arm/pandaboard/install.xml
So when I connect the pandaboard to host via terminal/microcom, I see this traces:
Code: |
*** Welcome to microcom (2009.06) ***
connected to /dev/ttyUSB0
Escape character: Ctrl-\
Type the escape character followed by c to get to the menu or q to quit
Texas Instruments X-Loader 1.5.0 (Jun 21 2011 - 17:53:30)
Reading boot sector
Loading u-boot.bin from mmc
U-Boot 2011.03 (Jun 21 2011 - 17:51:24)
CPU : OMAP4430
Board: OMAP4 Panda
I2C: ready
DRAM: 1 GiB
MMC: OMAP SD/MMC: 0
Using default environment
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0
reading boot.scr
249 bytes read
Running bootscript from mmc0 ...
## Executing script at 82000000
reading uImage
3720944 bytes read
## Booting kernel from Legacy Image at 80000000 ...
Image Name: Linux-2.6.38.2
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3720880 Bytes = 3.5 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
Texas Instruments X-Loader 1.5.0 (Jun 21 2011 - 17:53:30)
Reading boot sector
Loading u-boot.bin from mmc
U-Boot 2011.03 (Jun 21 2011 - 17:51:24)
CPU : OMAP4430
Board: OMAP4 Panda
I2C: ready
DRAM: 1 GiB
MMC: OMAP SD/MMC: 0
Using default environment
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0
reading boot.scr
249 bytes read
Running bootscript from mmc0 ...
## Executing script at 82000000
reading uImage
3720944 bytes read
## Booting kernel from Legacy Image at 80000000 ...
Image Name: Linux-2.6.38.2
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3720880 Bytes = 3.5 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
|
I don't get any further messages after that. Do I have to configure anything to get booting traces from the kernel? I want to get a console access to the target.
Thanks in advance... |
|
Back to top |
|
|
chiefbag Guru
Joined: 01 Oct 2010 Posts: 542 Location: The Kingdom
|
Posted: Fri Jun 24, 2011 9:02 am Post subject: |
|
|
I think you may need to enable the following.
Code: | Device Drivers --->
Graphics support --->
Console display driver support --->
<*> Framebuffer Console support |
|
|
Back to top |
|
|
tuktuk n00b
Joined: 02 Jun 2011 Posts: 8
|
Posted: Fri Jun 24, 2011 9:19 am Post subject: |
|
|
Hi, thank you for your reply.
This option is already enabled. Any other suggestions? |
|
Back to top |
|
|
mattst88 Developer
Joined: 28 Oct 2004 Posts: 422
|
Posted: Tue Jul 19, 2011 6:09 pm Post subject: |
|
|
You have to boot the kernel with 'console=ttyS0' or similar.
You'd have gotten more responses, sooner, if you'd included 'pandaboard' in your title. _________________ My Wiki page |
|
Back to top |
|
|
|