Dear Fathi Boudra,

Actually, I want to test the ICS builds first. So, I choose those ICS build images. The pre-build SINGLE image is NOT working as expected i.e. I am NOT seeing any display on the PC monitor which is connected through HDMI to DVI cable from Pandaboard. I am getting the # prompt in hyper terminal.

However, if I use boot.tar.bz2, system.tar.bz2 and userdata.tar.bz2 then I am able to see the display on the PC monitor and able to run the apps.

Here are the complete procedures with SINGLE and tar.bz2 files.

The main link for all these images (procedures) is as follows.
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-blob/

Procedure for SINGLE image

1) $ wget http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-blob/panda-ics-gcc47-tilt-stable-blob.img.gz
2) $ gunzip panda-ics-gcc47-tilt-stable-blob.img.gz
3) $ sudo dd bs=4M if=panda-ics-gcc47-tilt-stable-blob.img of=/dev/sdb
4) $ wget http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-blob/install-binaries.sh
5) $ chmod a+x install-binaries.sh
6) $ ./install-binaries.sh /dev/sdb2

Procedure for tar.bz2 images

1) $ wget http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-blob/boot.tar.bz2
2) $ wget http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-blob/system.tar.bz2
3) $ wget http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-blob/userdata.tar.bz2
4) $ linaro-android-media-create --dev panda --mmc /dev/sdb --system system.tar.bz2 --userdata userdata.tar.bz2 --boot boot.tar.bz2

Note: I have installed the Linaro Image Tools with the following steps.

  $ sudo add-apt-repository ppa:linaro-maintainers/tools
  $ sudo apt-get update
  $ sudo apt-get install linaro-image-tools

My question: Why we did not see any display on PC monitor with SINGLE image procedure?

Kindly let us know. If some thing wrong from our side, we will correct ourself.

Thanks in advance.

PS: I will test Jellybean sources in the next week.

Regards,
Srinivas G.

On Thu, Aug 9, 2012 at 10:26 PM, Zach Pfeffer <zach.pfeffer@linaro.org> wrote:
Srinivas,

You may want to start with the latest build which is based on
Jellybean. Instructions and pre-built images are available at:

https://android-build.linaro.org/builds/~linaro-android/panda-jb-gcc47-tilt-stable-blob/#build=20

On 8 August 2012 10:21, Srinivas Ganji <srinivasganji.android@gmail.com> wrote:
> Hi All,
>
> We have a Pandaboard ES model with us. We purchased the same last week. We
> want to test board with the pre-built images from Linaro. So, we followed
> the following steps.
>
> The main link is
> http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-blob/
>
> STEPS:
>
> 1) wget
> http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-blob/panda-ics-gcc47-tilt-stable-blob.img.gz
> 2) gunzip panda-ics-gcc47-tilt-stable-blob.img.gz
> 3) sudo dd bs=4M if=panda-ics-gcc47-tilt-stable-blob.img of=/dev/sdb1
> 4) wget
> http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-blob/install-binaries.sh
> 5) chmod a+x install-binaries.sh
> 6) ./install-binaries.sh /dev/sdb1
>
> After doing above steps, we inserted the SD card into the Pandaboard. We
> also connected other peripherals like HDMI cable, USB Mouse, USB Keyboard,
> Serial cable. The other end (DVI) is connected to the LED monitor. After
> every thing is connected correctly, we connected the power cable. However,
> we did not see any thing (display) in the LED monitor as well as Hyper
> terminal.
>
> Are we missing any thing here? Are we followed the correct steps?
>
> Is the step-6 correct? Actually, it looks as follows.
> $./install-binaries.sh /dev/sdX2 "device node of system partition"
>
> But, I do not understand about "device node of system partition".
>
> Please suggest us.
>
> Regards,
> Srinivas G
>
> The output of the STEP-6.
>
> vendor/
> vendor/imgtec/
> vendor/imgtec/panda/
> vendor/imgtec/panda/BoardConfigPanda.mk
> vendor/imgtec/panda/proprietary/
> vendor/imgtec/panda/proprietary/libsrv_init.so
> vendor/imgtec/panda/proprietary/gralloc.omap4.so
> vendor/imgtec/panda/proprietary/libsrv_um.so
> vendor/imgtec/panda/proprietary/libIMGegl.so
> vendor/imgtec/panda/proprietary/libEGL_POWERVR_SGX540_120.so
> vendor/imgtec/panda/proprietary/libGLESv2_POWERVR_SGX540_120.so
> vendor/imgtec/panda/proprietary/pvrsrvinit
> vendor/imgtec/panda/proprietary/libGLESv1_CM_POWERVR_SGX540_120.so
> vendor/imgtec/panda/proprietary/libusc.so
> vendor/imgtec/panda/proprietary/libPVRScopeServices.so
> vendor/imgtec/panda/proprietary/libpvr2d.so
> vendor/imgtec/panda/proprietary/libglslcompiler.so
> vendor/imgtec/panda/proprietary/libpvrANDROID_WSEGL.so
> vendor/imgtec/panda/device-panda.mk
> vendor/ti/
> vendor/ti/panda/
> vendor/ti/panda/BoardConfigVendor.mk
> vendor/ti/panda/device-vendor.mk
>
> Files extracted successfully.
> mount: you must specify the filesystem type
> cp: cannot create regular file `/mnt/bin/pvrsrvinit': No such file or
> directory
> cp: cannot create regular file `/mnt/vendor/lib/hw/gralloc.omap4.so': No
> such file or directory
> umount2: Invalid argument
> umount: /dev/sdb1: not mounted
> /home/pandriod/Android
> Success, installing binary files
>
>
>
> _______________________________________________
> linaro-android mailing list
> linaro-android@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/linaro-android
>



--
Zach Pfeffer
Android Platform Team Lead, Linaro Platform Teams
Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro
http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog