On a Pandaboard connecting to a DVI monitor via an HDMI to DVI converter cable, the monitor will remain blank after the board boots up and a "ps" shows normal Android applications have been running.
The same problem was with earlier Pandroid releases but with the latest L27.12.1-P2-pandroid_v2 the DVI monitor is working on the same hardware setup.
Andy
All,
I'm happy to announce the first 11.07 build for generic Panda and
Beagle C4. Unfortunately Beagle xM doesn't boot, but Panda and Beagle
C4 look great!
https://android-build.linaro.org/builds/~linaro-android/beagle-11.07-release/
https://android-build.linaro.org/builds/~linaro-android/panda-11.07-release/
I'm using a only tracking tip approach, which should align with our
new CI push. As the tip's stabilize I'm going to advance the release.
This way people will have a bleeding edge build and a stable build.
Many, many, many thanks to John Stultz and Nicolas Pitre whose
diligent work on 2.6.39 we were able to pick up.
This release differs from 11.06 in:
Linaro 2.6.39
HDMI comes up in the best resolution (no more 640x480 for the upstream
focused build).
I don't like the term generic build so I'm calling these
upstream-focused builds.
The next jump will be to 3.0.
As always docs are at:
Image Install
https://wiki.linaro.org/Platform/Android/ImageInstallation
Other Docs
https://wiki.linaro.org/Platform/Android
https://wiki.linaro.org/Platform/Android/GetSource
https://wiki.linaro.org/Platform/Android/BuildSource
These builds can be tried immediately with:
Panda:
wget --no-check-certificate
https://android-build.linaro.org/jenkins/job/linaro-android_panda-11.07-release/1/artifact/build/out/target/product/pandaboard/boot.tar.bz2
wget --no-check-certificate
https://android-build.linaro.org/jenkins/job/linaro-android_panda-11.07-release/1/artifact/build/out/target/product/pandaboard/system.tar.bz2
wget --no-check-certificate
https://android-build.linaro.org/jenkins/job/linaro-android_panda-11.07-release/1/artifact/build/out/target/product/pandaboard/userdata.tar.bz2
bzr branch lp:linaro-image-tools
./linaro-image-tools/linaro-android-media-create --mmc /dev/sdd --dev
panda --system system.tar.bz2 --userdata userdata.tar.bz2 --boot
boot.tar.bz2
Beagle
wget --no-check-certificate
https://android-build.linaro.org/jenkins/job/linaro-android_beagle-11.07-release/1/artifact/build/out/target/product/beagleboard/boot.tar.bz2
wget --no-check-certificate
https://android-build.linaro.org/jenkins/job/linaro-android_beagle-11.07-release/1/artifact/build/out/target/product/beagleboard/system.tar.bz2
wget --no-check-certificate
https://android-build.linaro.org/jenkins/job/linaro-android_beagle-11.07-release/1/artifact/build/out/target/product/beagleboard/userdata.tar.bz2
bzr branch lp:linaro-image-tools
./linaro-image-tools/linaro-android-media-create --mmc /dev/sdd --dev
beagle --system system.tar.bz2 --userdata userdata.tar.bz2 --boot
boot.tar.bz2
-Zach