|
Hi I am looking for stable Gingerbread source sync commands to download the Android source code. I see 11.11 is the latest Gingerbread source version. I am looking for Stable source where ADB, USB Camera and LCD Display over HDMI or DVI works without any issues. I tried syncing staging,tracking and default build sources but I see issues on HDMI Display. Display is up but I am unable to open any apps - logcat shows WIN_DEATH error. Whereas prebuilt images works fine. Let me know as what I am missing. Is error in syncing code or building ? I used the following commands: Source Download: export MANIFEST_REPO=git://android.git.linaro.org/platform/manifest.git export MANIFEST_BRANCH=linaro-android-11.11-release export MANIFEST_FILENAME= default.xml repo init -u ${MANIFEST_REPO} -b ${MANIFEST_BRANCH} -m ${MANIFEST_FILENAME} repo sync Also I download source using MANIFEST_FILENAME= staging.xml & tracking.xml for 11.11 release. But issues found as above when build, which is working fine when used pre-built images. Building: make TARGET_PRODUCT=pandaboard TARGET_TOOLS_PREFIX=/home/home5/project3/Linaro_ToolChain_11/android-toolchain-eabi/bin/arm-linux-androideabi- boottarball systemtarball userdatatarball Flashing: linaro-image-tools/linaro-android-media-create --mmc /dev/mmcblk0 --dev panda --system system.tar.bz2 --userdata userdata.tar.bz2 --boot boot.tar.bz2 Thanks Vijay |