Hi,
I am not sure if this is the right place to ask for help. Please redirect me if I am wrong here.
I was trying to build the Linaro for Panda board using the latest Linaro 13.10 engineering release with manifest http://releases.linaro.org/13.10/android/panda/pinned-manifest.xml.
The build failed due to an improper usage of "mkuserimg.sh" script like below:
... make[1]: Leaving directory `/home/yanfeng/linaro/android/external/busybox' Target system fs image: out/target/product/pandaboard/system.img Running: mkuserimg.sh out/target/product/pandaboard/system out/target/product/pandaboard/system.img ext4 system out/target/product/pandaboard/root/file_contexts
This above use of the "mkuserimg.sh" will eventually fail due to the lack of "size" parameter is missing after "ext4".
Hoping someone can give me a pointer about how to fix it.
Regards, Yanfeng