Jon /Viresh Not sure whether this is important. I tried the vexpress android integration branch. The build went Okay. But when I tried to boot for the first time, it stuck at UEFI stage with no error message after it counts down to 1 to boot. Reset the board and reboot again works.
I don't see the same issue with the Linaro kernel tracking code.
Eric
-----Original Message----- From: Jon Medhurst (Tixy) [mailto:tixy@linaro.org] Sent: Thursday, February 14, 2013 9:36 AM To: Eric Huang Cc: Viresh Kumar; linaro-android@lists.linaro.org Subject: Re: TC2 big-LITTLE-MP-master-v14 boot failed with 13_01 Android image
On Thu, 2013-02-14 at 08:14 -0800, Eric Huang wrote:
Another related question: where can I get the config file for the build?
The config is generated by the command:
ARCH=arm scripts/kconfig/merge_config.sh \ linaro/configs/linaro-base.conf \ linaro/configs/android.conf \ linaro/configs/big-LITTLE-MP.conf \ linaro/configs/vexpress.conf
Then
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- uImage dtbs
to get kernel and dtb files. You can use zImage rather than uImage, UEFI and other bootloaders will load that and that is what we are moving over to using now anyway.
Note we rename the dtb file in the image, so the TC2 dtb will be made as
arch/arm/boot/dts/vexpress-v2p-ca15-tc2.dtb
but we drop the 'vexpress-' bit and copy it to the boot partition as
v2p-ca15-tc2.dtb