Hi Aaron,
On 20 August 2012 19:53, Aaron Lindsay aclindsa@gmail.com wrote:
Vishal,
On Fri, Aug 17, 2012 at 3:07 PM, Vishal Bhoj vishal.bhoj@linaro.org wrote:
You need to pick the MLO also from the prebuilt boot.tar.bz2 . MLO and
uboot
together make the pair which works for aosp to boot. I am confused here
. If
you build from source these prebuilt MLO and uboot are part of the source and they get copied into the boottarball . I am not sure why is it not happening in your build.
I am copying over MLO in addition to uboot - sorry if my original wording was sloppy or ambiguous. I have now done a completely fresh check-out of the same revision ( https://android-build.linaro.org/builds/~linaro-android/panda-master-gcc44-a... ) which has again resulted in a uboot version of "U-Boot SPL 2012.04.01 (Aug 17 2012 - 18:42:11)"
The android-build page mentions the configs we set for the build where we have "USE_PREBUILT_UBOOT=true" which is a custom variable which is not picked while generating linaro_android_build_cmds.sh script.
Please export this variable and then trigger the build . It should work.
Any ideas as to why running this script on my system wouldn't be pulling in the prebuilt bootloader as you say it should?
-Aaron