login about faq

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

asked 13 Feb, 21:44

vijaydeep's gravatar image

vijaydeep
1113
accept rate: 0%

edited 04 Apr, 05:33

Michael%20Opdenacker's gravatar image

Michael Opde... ♦♦
440139

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×132
×28
×5
×3
×3

Asked: 13 Feb, 21:44

Seen: 195 times

Last updated: 04 Apr, 05:33