Hi Linaro,
Following is my setup.
Repo used
---------
repo init -u git://android.git.linaro.org/platform/manifest.git -b linaro_android_4.0.3 -m staging-panda.xml
Tool chain used
---------------
Android prebuilt tool chain is used and location in the repo is
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/
Make Command
-------------
make TARGET_PRODUCT=pandaboard TARGET_TOOLS_PREFIX=./prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/arm-linux-androideabi- boottarball systemtarball userdatatarball
Preparing the SDCard
---------------------
linaro-android-media-create --mmc /dev/sdb --dev panda --system out/target/product/pandaboard/system.tar.bz2 --userdata out/target/product/pandaboard/userdata.tar.bz2 --boot out/target/product/pandaboard/boot.tar.bz2
I am facing the problem when i placed sdcard and started the panda board. It stops with "Uncompressing Linux... done, booting the kernel."
Any help would be well come.
Minicom Log
-----------U-Boot 2011.12-00001-g8df5795 (Mar 27 2012 - 03:35:53)
Texas Instruments OMAP4430 ES2.1
Bypassing DPLL failed 4a008180
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img
CPU : OMAP4430 ES2.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
449 bytes read
Loaded script from boot.scr
Running bootscript from mmc0 ...
## Executing script at 82000000
reading uImage
4586988 bytes read
reading uInitrd
216182 bytes read
## Booting kernel from Legacy Image at 80200000 ...
Image Name: Linux-3.1.0+
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4586924 Bytes = 4.4 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 81600000 ...
Image Name: Android Ramdisk Image
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 216118 Bytes = 211.1 KiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.