Pandaboard ES stop at: Uncompressing Linux... done, booting the kernel.

892 views
Skip to first unread message

flex...@gmail.com

unread,
Feb 1, 2013, 9:25:18 AM2/1/13
to panda...@googlegroups.com
Hello everyone. I have just bought a Pandaboard ES and I am trying to run Ubuntu 12.04 on it, with the pre-built package. I do everything following the Quick Guide:http://omappedia.org/wiki/Ubuntu_Pre-built_Binaries_Guide, but I just get 
Uncompressing Linux... done, booting the kernel.
in the end. Help me, please!

This is the output message:

U-Boot SPL 2011.12 (Apr 02 2012 - 18:13:04)
Texas Instruments OMAP4460 ES1.1
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.bin
mkimage signature not found - ih_magic = ea000014
Assuming u-boot.bin ..
reading u-boot.bin


U-Boot 2011.12 (Apr 02 2012 - 18:13:04)

CPU  : OMAP4460 ES1.1
Board: OMAP4 Panda
I2C:   ready
DRAM:  1 GiB
WARNING: Caches not enabled
MMC:   OMAP SD/MMC: 0
Using default environment

In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
checking for preEnv.txt
reading preEnv.txt

** Unable to read "preEnv.txt" from mmc 0:1 **
Hit any key to stop autoboot:  0 
reading uEnv.txt

** Unable to read "uEnv.txt" from mmc 0:1 **
reading boot.scr

293 bytes read
Loaded script from boot.scr
Running bootscript from mmc0 ...
## Executing script at 82000000
reading uImage

4434784 bytes read
reading uInitrd

6608373 bytes read
## Booting kernel from Legacy Image at 80000000 ...
   Image Name:   Ubuntu Kernel
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4434720 Bytes = 4.2 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:    6608309 Bytes = 6.3 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

Hardik

unread,
Feb 1, 2013, 11:02:28 PM2/1/13
to panda...@googlegroups.com
Hi,

If you have LCD TV which contain HDMI or DVI port then using HDMI to HDMI Cable u can see your ported OS on it.
it works fine.
For Getting Console for that go to /boot/boot.script file and change the  bootargs( Booting Arguments ) as follow.

        fatload mmc 0:1 0x80000000 uImage
        fatload mmc 0:1 0x81600000 uInitrd
        setenv bootargs ro elevator=noop console=ttyO2,115200n8 mem=1G@0x80000000 root=/dev/mmcblk0p2 fixrtc splash
        bootm 0x80000000 0x81600000

Then, Install this new bootloaders through command:

    $ sudo /usr/sbin/flash-kernel --update-bootloader

Now, create or modify the below content in respective files:
Check content or create file /etc/flash-kernel.conf

    ->It displays:

        UBOOT_PART=/dev/mmcblk0p1
        ROOT=/dev/mmcblk0p2

Also Create the file /etc/init/tty02.conf, with the following content:

        # ttyO2 - getty
        #
        # This service maintains a getty on ttyO2 from the point the system is
        # started until it is shut down again.
       
        start on stopped rc RUNLEVEL=[2345]
        stop on runlevel [!2345]
       
        respawn
        exec /sbin/getty -8 115200 ttyO2

And Finally Reboot the system.

flex...@gmail.com

unread,
Feb 2, 2013, 9:12:51 PM2/2/13
to panda...@googlegroups.com
Thanks a lot! It turns out to be my fault. I just focus on the serial output without using any LCD.

在 2013年2月2日星期六UTC+8下午12时02分28秒,Hardik写道:

Ariel Hernández

unread,
Feb 7, 2013, 10:30:12 AM2/7/13
to panda...@googlegroups.com
You should add the following lines in panda_defconfig or omap2plus_defconfig,

        CONFIG_DEBUG_LL=y
        CONFIG_EARLY_PRINTK=y
        CONFIG_OMAP_LL_DEBUG_UART2=y

And then you'll see what it's happening..

Regards,

-- 
Ariel Hernández Estevenz
On Friday, 1 February 2013 14:25:18 UTC, flex...@gmail.com wrote:
Hello everyone. I have just bought a Pandaboard ES and I am trying to run Ubuntu 12.04 on it, with the pre-built package. I do everything following the Quick Guide:http://omappedia.org/wiki/Ubuntu_Pre-built_Binaries_Guide, but I just get 
Uncompressing Linux... done, booting the kernel.
in the end. Help me, please!

This is the output message:

U-Boot SPL 2011.12 (Apr 02 2012 - 18:13:04)
......

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

 
It happened to me a few times when there was a problem with uImage file - i.e. I implemented changes that had not had a chance to work.
I'd try a different pre-built package or distribution.

--
Piotr

--
You received this message because you are subscribed to the Google Groups "pandaboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandaboard+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 







Menon, Nishanth

unread,
Feb 7, 2013, 10:38:43 AM2/7/13
to panda...@googlegroups.com
http://www.omappedia.com/wiki/PandaBoard_Ubuntu_How-tos by default serial output does not appear on ubuntu prebuilts.
http://www.google.com/search?q=pandaboard+ubuntu+serial+port shows how many times this question keeps popping up :(
Regards,
NM

From: panda...@googlegroups.com [panda...@googlegroups.com] on behalf of Ariel Hernández [ahest...@gmail.com]
Sent: Thursday, February 07, 2013 09:30
To: panda...@googlegroups.com
Subject: Re: [pandaboard] Re: Pandaboard ES stop at: Uncompressing Linux... done, booting the kernel.

Ariel Hernández

unread,
Feb 7, 2013, 11:02:30 AM2/7/13
to panda...@googlegroups.com
I had the same issue a few months ago, and I don't remember exactly, but I think that I tried to switch between the DVI and HDMI conector. Ubuntu don't show any messages when the kernel starts up!!

In the previous solution that I posted you have to compile the kernel from the Ubuntu source code. 

Regards,

-- 
Ariel Hernández Estevenz


2013/2/7 Menon, Nishanth <n...@ti.com>

Rohan Dursheti

unread,
Nov 2, 2014, 11:33:29 PM11/2/14
to panda...@googlegroups.com
hi,
i tried upto

For Getting Console for that go to /boot/boot.script file and change the  bootargs( Booting Arguments ) as follow.

        fatload mmc 0:1 0x80000000 uImage
        fatload mmc 0:1 0x81600000 uInitrd
        setenv bootargs ro elevator=noop console=ttyO2,115200n8 mem=1G@0x80000000 root=/dev/mmcblk0p2 fixrtc splash
        bootm 0x80000000 0x81600000

Then, Install this new bootloaders through command:

but when i was doing
rohan@rohan-HP-Pavilion-g6-Notebook-PC:/media/rohan/42d3a7e3-0103-4026-b883-fe1bd700750e$ sudo usr/sbin/flash-kernel --update-bootloader
Unsupported platform.

i got this error
ca u please help me out...im new to this pandaboard
Reply all
Reply to author
Forward
0 new messages