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-...
STEPS:
1) wget http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 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-... 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
Srinivas,
Please use the instructions on:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc47-tilt...
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-...
STEPS:
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 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-... 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
On 8 August 2012 19:02, Zach Pfeffer zach.pfeffer@linaro.org wrote:
Srinivas,
Please use the instructions on:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc47-tilt...
Those instructions are incomplete. They don't contain the binaries section.
@Srinivas: the instructions on releases.linaro.org are correct. I pointed your mistakes in previous e-mails. Let me know if you need further help.
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-...
STEPS:
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 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-... 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/#%21/linaroorg - http://www.linaro.org/linaro-blog
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
Dear Fathi Boudra,
Thank you very much for your e-mails with explanations. I will go through it, surely. But, I have a basic question. Who will create the partitions on SD card? I did not create myself. I thought that your commands only create. I think, in STEP-3, I need to pass /dev/sdb instead of /dev/sdb1. Is this correct?
Please let me know about the creation of the partitions in SD card.
Thanks a lot.
Regards, Srinivas G.
On Thu, Aug 9, 2012 at 12:11 PM, Fathi Boudra fathi.boudra@linaro.orgwrote:
On 8 August 2012 19:02, Zach Pfeffer zach.pfeffer@linaro.org wrote:
Srinivas,
Please use the instructions on:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc47-tilt...
Those instructions are incomplete. They don't contain the binaries section.
@Srinivas: the instructions on releases.linaro.org are correct. I pointed your mistakes in previous e-mails. Let me know if you need further help.
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-...
STEPS:
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- gunzip panda-ics-gcc47-tilt-stable-blob.img.gz
- sudo dd bs=4M if=panda-ics-gcc47-tilt-stable-blob.img of=/dev/sdb1
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- chmod a+x install-binaries.sh
- ./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/#%21/linaroorg - http://www.linaro.org/linaro-blog
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
-- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
On 9 August 2012 10:06, Srinivas Ganji srinivasganji.android@gmail.com wrote:
Dear Fathi Boudra,
Thank you very much for your e-mails with explanations. I will go through it, surely. But, I have a basic question. Who will create the partitions on SD card? I did not create myself. I thought that your commands only create.
The dd command will take care of the partitions.
I think, in STEP-3, I need to pass /dev/sdb instead of /dev/sdb1. Is this correct?
This is correct. I sent a second mail right after to raise the step 3 issue.
Please let me know about the creation of the partitions in SD card.
Thanks a lot.
Regards, Srinivas G.
On Thu, Aug 9, 2012 at 12:11 PM, Fathi Boudra fathi.boudra@linaro.org wrote:
On 8 August 2012 19:02, Zach Pfeffer zach.pfeffer@linaro.org wrote:
Srinivas,
Please use the instructions on:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc47-tilt...
Those instructions are incomplete. They don't contain the binaries section.
@Srinivas: the instructions on releases.linaro.org are correct. I pointed your mistakes in previous e-mails. Let me know if you need further help.
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-...
STEPS:
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 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-... 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/#%21/linaroorg - http://www.linaro.org/linaro-blog
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
-- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
Dear Fathi Boudra,
Thanks for your prompt reply.
I saw all of your e-mails. I am doing again with correct words as you suggested. I think, I was overlook the statements earlier as it was there /dev/sdX only.
I will let you know, once I complete it either it is success / failure / any issues.
Thanks again for your information.
Regards, Srinivas G
On Thu, Aug 9, 2012 at 12:54 PM, Fathi Boudra fathi.boudra@linaro.orgwrote:
On 9 August 2012 10:06, Srinivas Ganji srinivasganji.android@gmail.com wrote:
Dear Fathi Boudra,
Thank you very much for your e-mails with explanations. I will go through it, surely. But, I have a basic question. Who will create the partitions
on
SD card? I did not create myself. I thought that your commands only
create.
The dd command will take care of the partitions.
I think, in STEP-3, I need to pass /dev/sdb instead of /dev/sdb1. Is this correct?
This is correct. I sent a second mail right after to raise the step 3 issue.
Please let me know about the creation of the partitions in SD card.
Thanks a lot.
Regards, Srinivas G.
On Thu, Aug 9, 2012 at 12:11 PM, Fathi Boudra fathi.boudra@linaro.org wrote:
On 8 August 2012 19:02, Zach Pfeffer zach.pfeffer@linaro.org wrote:
Srinivas,
Please use the instructions on:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc47-tilt...
Those instructions are incomplete. They don't contain the binaries section.
@Srinivas: the instructions on releases.linaro.org are correct. I pointed your mistakes in previous e-mails. Let me know if you need further help.
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-...
STEPS:
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- gunzip panda-ics-gcc47-tilt-stable-blob.img.gz
- sudo dd bs=4M if=panda-ics-gcc47-tilt-stable-blob.img of=/dev/sdb1
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- chmod a+x install-binaries.sh
- ./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/#%21/linaroorg - http://www.linaro.org/linaro-blog
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
-- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
-- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
Dear Fathi Boudra,
Is these binary images contains LCD Touch Expansion drivers? We are using the following LCD Touch Panel.
http://www.svtronics.com/products/34-pandaboardes-display-expansion-board
Do we need to connect a PC monitor through HDMI to DVI cable?
Please let me know. We are NOT seeing any display. But power is up as Keyboard and Mouse got the power.
Regards, Srinivas G.
On Thu, Aug 9, 2012 at 1:02 PM, Srinivas Ganji < srinivasganji.android@gmail.com> wrote:
Dear Fathi Boudra,
Thanks for your prompt reply.
I saw all of your e-mails. I am doing again with correct words as you suggested. I think, I was overlook the statements earlier as it was there /dev/sdX only.
I will let you know, once I complete it either it is success / failure / any issues.
Thanks again for your information.
Regards, Srinivas G
On Thu, Aug 9, 2012 at 12:54 PM, Fathi Boudra fathi.boudra@linaro.orgwrote:
On 9 August 2012 10:06, Srinivas Ganji srinivasganji.android@gmail.com wrote:
Dear Fathi Boudra,
Thank you very much for your e-mails with explanations. I will go
through
it, surely. But, I have a basic question. Who will create the
partitions on
SD card? I did not create myself. I thought that your commands only
create.
The dd command will take care of the partitions.
I think, in STEP-3, I need to pass /dev/sdb instead of /dev/sdb1. Is
this
correct?
This is correct. I sent a second mail right after to raise the step 3 issue.
Please let me know about the creation of the partitions in SD card.
Thanks a lot.
Regards, Srinivas G.
On Thu, Aug 9, 2012 at 12:11 PM, Fathi Boudra fathi.boudra@linaro.org wrote:
On 8 August 2012 19:02, Zach Pfeffer zach.pfeffer@linaro.org wrote:
Srinivas,
Please use the instructions on:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc47-tilt...
Those instructions are incomplete. They don't contain the binaries section.
@Srinivas: the instructions on releases.linaro.org are correct. I pointed your mistakes in previous e-mails. Let me know if you need further help.
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-...
STEPS:
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- gunzip panda-ics-gcc47-tilt-stable-blob.img.gz
- sudo dd bs=4M if=panda-ics-gcc47-tilt-stable-blob.img
of=/dev/sdb1
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- chmod a+x install-binaries.sh
- ./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/#%21/linaroorg - http://www.linaro.org/linaro-blog
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
-- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
-- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
Dear Fathi Boudra,
We are getting the ROOT PROMPT (#) in the hyper terminal after connecting the serial cable to the Pandaboard. But, if we connect the HDMI to DVI cable to Pandaboard, we are NOT seeing any display on LED monitor.
Is this behavior expected behavior with pre-built images? I think, there should be some display on LED monitor also. AM I CORRECT?
Please let me know.
Thanks for your help and information.
Regards, Srinivas G.
On Thu, Aug 9, 2012 at 2:25 PM, Srinivas Ganji < srinivasganji.android@gmail.com> wrote:
Dear Fathi Boudra,
Is these binary images contains LCD Touch Expansion drivers? We are using the following LCD Touch Panel.
http://www.svtronics.com/products/34-pandaboardes-display-expansion-board
Do we need to connect a PC monitor through HDMI to DVI cable?
Please let me know. We are NOT seeing any display. But power is up as Keyboard and Mouse got the power.
Regards, Srinivas G.
On Thu, Aug 9, 2012 at 1:02 PM, Srinivas Ganji < srinivasganji.android@gmail.com> wrote:
Dear Fathi Boudra,
Thanks for your prompt reply.
I saw all of your e-mails. I am doing again with correct words as you suggested. I think, I was overlook the statements earlier as it was there /dev/sdX only.
I will let you know, once I complete it either it is success / failure / any issues.
Thanks again for your information.
Regards, Srinivas G
On Thu, Aug 9, 2012 at 12:54 PM, Fathi Boudra fathi.boudra@linaro.orgwrote:
On 9 August 2012 10:06, Srinivas Ganji srinivasganji.android@gmail.com wrote:
Dear Fathi Boudra,
Thank you very much for your e-mails with explanations. I will go
through
it, surely. But, I have a basic question. Who will create the
partitions on
SD card? I did not create myself. I thought that your commands only
create.
The dd command will take care of the partitions.
I think, in STEP-3, I need to pass /dev/sdb instead of /dev/sdb1. Is
this
correct?
This is correct. I sent a second mail right after to raise the step 3 issue.
Please let me know about the creation of the partitions in SD card.
Thanks a lot.
Regards, Srinivas G.
On Thu, Aug 9, 2012 at 12:11 PM, Fathi Boudra <fathi.boudra@linaro.org
wrote:
On 8 August 2012 19:02, Zach Pfeffer zach.pfeffer@linaro.org wrote:
Srinivas,
Please use the instructions on:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc47-tilt...
Those instructions are incomplete. They don't contain the binaries section.
@Srinivas: the instructions on releases.linaro.org are correct. I pointed your mistakes in previous e-mails. Let me know if you need further help.
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-...
> > STEPS: > > 1) wget > >
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
> 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-...
> 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/#%21/linaroorg - http://www.linaro.org/linaro-blog
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
-- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
-- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
On 9 August 2012 16:10, Srinivas Ganji srinivasganji.android@gmail.com wrote:
Dear Fathi Boudra,
We are getting the ROOT PROMPT (#) in the hyper terminal after connecting the serial cable to the Pandaboard. But, if we connect the HDMI to DVI cable to Pandaboard, we are NOT seeing any display on LED monitor.
Is this behavior expected behavior with pre-built images? I think, there should be some display on LED monitor also. AM I CORRECT?
You should have UI coming up. Our QA team and myself have tested it.
Please let me know.
Thanks for your help and information.
Regards, Srinivas G.
On Thu, Aug 9, 2012 at 2:25 PM, Srinivas Ganji srinivasganji.android@gmail.com wrote:
Dear Fathi Boudra,
Is these binary images contains LCD Touch Expansion drivers? We are using the following LCD Touch Panel.
http://www.svtronics.com/products/34-pandaboardes-display-expansion-board
Do we need to connect a PC monitor through HDMI to DVI cable?
Please let me know. We are NOT seeing any display. But power is up as Keyboard and Mouse got the power.
Regards, Srinivas G.
On Thu, Aug 9, 2012 at 1:02 PM, Srinivas Ganji srinivasganji.android@gmail.com wrote:
Dear Fathi Boudra,
Thanks for your prompt reply.
I saw all of your e-mails. I am doing again with correct words as you suggested. I think, I was overlook the statements earlier as it was there /dev/sdX only.
I will let you know, once I complete it either it is success / failure / any issues.
Thanks again for your information.
Regards, Srinivas G
On Thu, Aug 9, 2012 at 12:54 PM, Fathi Boudra fathi.boudra@linaro.org wrote:
On 9 August 2012 10:06, Srinivas Ganji srinivasganji.android@gmail.com wrote:
Dear Fathi Boudra,
Thank you very much for your e-mails with explanations. I will go through it, surely. But, I have a basic question. Who will create the partitions on SD card? I did not create myself. I thought that your commands only create.
The dd command will take care of the partitions.
I think, in STEP-3, I need to pass /dev/sdb instead of /dev/sdb1. Is this correct?
This is correct. I sent a second mail right after to raise the step 3 issue.
Please let me know about the creation of the partitions in SD card.
Thanks a lot.
Regards, Srinivas G.
On Thu, Aug 9, 2012 at 12:11 PM, Fathi Boudra fathi.boudra@linaro.org wrote:
On 8 August 2012 19:02, Zach Pfeffer zach.pfeffer@linaro.org wrote: > Srinivas, > > Please use the instructions on: > > > > https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc47-tilt...
Those instructions are incomplete. They don't contain the binaries section.
@Srinivas: the instructions on releases.linaro.org are correct. I pointed your mistakes in previous e-mails. Let me know if you need further help.
> 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-... >> >> STEPS: >> >> 1) wget >> >> >> http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... >> 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-... >> 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/#%21/linaroorg - http://www.linaro.org/linaro-blog > > _______________________________________________ > linaro-android mailing list > linaro-android@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/linaro-android
-- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
-- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
Dear Fathi Boudra,
Thanks for your information. However, please let me know about the following.
1) Are pre-build images support Pandaboard ES Display Expansion Board. The one we are using the Display Expansion board is shown in the below link. http://www.svtronics.com/products/34-pandaboardes-display-expansion-board
2) Are pre-build images support LED PC monitor if we connect the HDMI to DVI cable between Pandaboard and LED PC monitor? From your answer, it should. So, please let me know the procedure for it. The steps that I followed is enough. Please let me know.
Thanks in advance.
Regards, Srinivas G
On Thu, Aug 9, 2012 at 6:43 PM, Fathi Boudra fathi.boudra@linaro.orgwrote:
On 9 August 2012 16:10, Srinivas Ganji srinivasganji.android@gmail.com wrote:
Dear Fathi Boudra,
We are getting the ROOT PROMPT (#) in the hyper terminal after connecting the serial cable to the Pandaboard. But, if we connect the HDMI to DVI
cable
to Pandaboard, we are NOT seeing any display on LED monitor.
Is this behavior expected behavior with pre-built images? I think, there should be some display on LED monitor also. AM I CORRECT?
You should have UI coming up. Our QA team and myself have tested it.
Please let me know.
Thanks for your help and information.
Regards, Srinivas G.
On Thu, Aug 9, 2012 at 2:25 PM, Srinivas Ganji srinivasganji.android@gmail.com wrote:
Dear Fathi Boudra,
Is these binary images contains LCD Touch Expansion drivers? We are
using
the following LCD Touch Panel.
http://www.svtronics.com/products/34-pandaboardes-display-expansion-board
Do we need to connect a PC monitor through HDMI to DVI cable?
Please let me know. We are NOT seeing any display. But power is up as Keyboard and Mouse got the power.
Regards, Srinivas G.
On Thu, Aug 9, 2012 at 1:02 PM, Srinivas Ganji srinivasganji.android@gmail.com wrote:
Dear Fathi Boudra,
Thanks for your prompt reply.
I saw all of your e-mails. I am doing again with correct words as you suggested. I think, I was overlook the statements earlier as it was
there
/dev/sdX only.
I will let you know, once I complete it either it is success / failure
/
any issues.
Thanks again for your information.
Regards, Srinivas G
On Thu, Aug 9, 2012 at 12:54 PM, Fathi Boudra <fathi.boudra@linaro.org
wrote:
On 9 August 2012 10:06, Srinivas Ganji <
srinivasganji.android@gmail.com>
wrote:
Dear Fathi Boudra,
Thank you very much for your e-mails with explanations. I will go through it, surely. But, I have a basic question. Who will create the partitions on SD card? I did not create myself. I thought that your commands only create.
The dd command will take care of the partitions.
I think, in STEP-3, I need to pass /dev/sdb instead of /dev/sdb1. Is this correct?
This is correct. I sent a second mail right after to raise the step 3 issue.
Please let me know about the creation of the partitions in SD card.
Thanks a lot.
Regards, Srinivas G.
On Thu, Aug 9, 2012 at 12:11 PM, Fathi Boudra fathi.boudra@linaro.org wrote: > > On 8 August 2012 19:02, Zach Pfeffer zach.pfeffer@linaro.org
wrote:
> > Srinivas, > > > > Please use the instructions on: > > > > > > > >
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc47-tilt...
> > Those instructions are incomplete. They don't contain the binaries > section. > > @Srinivas: the instructions on releases.linaro.org are correct. I > pointed your mistakes in previous e-mails. Let me know if you need > further help. > > > 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-...
> >> > >> STEPS: > >> > >> 1) wget > >> > >> > >>
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
> >> 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-...
> >> 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/#%21/linaroorg -
http://www.linaro.org/linaro-blog
> > > > _______________________________________________ > > linaro-android mailing list > > linaro-android@lists.linaro.org > > http://lists.linaro.org/mailman/listinfo/linaro-android > > > > -- > Fathi Boudra > Linaro Release Manager | Validation Project Manager > Linaro.org | Open source software for ARM SoCs
-- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
-- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
Hi Srinivas,
On 8 August 2012 18: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-...
STEPS:
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 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-... 5) chmod a+x install-binaries.sh 6) ./install-binaries.sh /dev/sdb1
The issue is here. According to the instructions, you should pass the device node of system partition to install. It's definitely not /dev/sdb1. Replace "X" in the example given (/dev/sdX2) by your device. It should have been: ./install-binaries.sh /dev/sdb2
Tips: if you don't pass any parameters, the script will probe the device node of system partition. If you do "./install-binaries" it should work too.
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?
The instructions are correct but you used the wrong partition.
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".
Each partition on your SD card has a label. In the example below, my SD card is /dev/sdb:
$ sudo fdisk -l /dev/sdb
Disk /dev/sdb: 8018 MB, 8018460672 bytes 128 heads, 32 sectors/track, 3823 cylinders, total 15661056 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000
Device Boot Start End Blocks Id System /dev/sdb1 * 63 270334 135136 c W95 FAT32 (LBA) /dev/sdb2 270336 1318911 524288 83 Linux /dev/sdb3 1318912 1843199 262144 83 Linux /dev/sdb4 1843200 4194303 1175552 5 Extended /dev/sdb5 1843232 2891775 524272 83 Linux /dev/sdb6 2891808 4194303 651248 83 Linux
$ sudo e2label /dev/sdb2 system
You notice that the label of the partition /dev/sdb2 is named "system".
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
Cheers,
On 9 August 2012 09:33, Fathi Boudra fathi.boudra@linaro.org wrote:
Hi Srinivas,
On 8 August 2012 18: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-...
STEPS:
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 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
There's a second mistake is here. It should have been: sudo dd bs=4M if=panda-ics-gcc47-tilt-stable-blob.img of=/dev/sdb
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 5) chmod a+x install-binaries.sh 6) ./install-binaries.sh /dev/sdb1
The issue is here. According to the instructions, you should pass the device node of system partition to install. It's definitely not /dev/sdb1. Replace "X" in the example given (/dev/sdX2) by your device. It should have been: ./install-binaries.sh /dev/sdb2
Tips: if you don't pass any parameters, the script will probe the device node of system partition. If you do "./install-binaries" it should work too.
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?
The instructions are correct but you used the wrong partition.
Summary: in step 3, you should use /dev/sdb, and in step 6 you should use /dev/sdb2 (or nothing, if you want the script to probe the partition).
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".
Each partition on your SD card has a label. In the example below, my SD card is /dev/sdb:
$ sudo fdisk -l /dev/sdb
Disk /dev/sdb: 8018 MB, 8018460672 bytes 128 heads, 32 sectors/track, 3823 cylinders, total 15661056 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000
Device Boot Start End Blocks Id System /dev/sdb1 * 63 270334 135136 c W95 FAT32 (LBA) /dev/sdb2 270336 1318911 524288 83 Linux /dev/sdb3 1318912 1843199 262144 83 Linux /dev/sdb4 1843200 4194303 1175552 5 Extended /dev/sdb5 1843232 2891775 524272 83 Linux /dev/sdb6 2891808 4194303 651248 83 Linux
$ sudo e2label /dev/sdb2 system
You notice that the label of the partition /dev/sdb2 is named "system".
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
Cheers,
Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
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-...
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-...
STEPS:
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 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-... 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
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-...
*Procedure for SINGLE image*
1) $ wget http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 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-... 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-... 2) $ wget http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 3) $ wget http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 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.orgwrote:
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-...
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-...
STEPS:
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- gunzip panda-ics-gcc47-tilt-stable-blob.img.gz
- sudo dd bs=4M if=panda-ics-gcc47-tilt-stable-blob.img of=/dev/sdb1
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- chmod a+x install-binaries.sh
- ./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/#%21/linaroorg - http://www.linaro.org/linaro-blog
On 10 August 2012 15:22, Srinivas Ganji srinivasganji.android@gmail.com wrote:
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-...
Procedure for SINGLE image
- $ wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 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-... 5) $ chmod a+x install-binaries.sh 6) $ ./install-binaries.sh /dev/sdb2
Procedure for tar.bz2 images
- $ wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 2) $ wget http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 3) $ wget http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 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?
I'll go back to you once I have synced with our QA team. It has been tested successfully by them. On my side, I'm going to test the same image and try to reproduce.
In the meantime, would you report a bug? Thanks.
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-...
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-...
STEPS:
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 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-... 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/#%21/linaroorg - http://www.linaro.org/linaro-blog
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
Dear Fathi Boudra,
Thanks for your information. Please let me know the procedure for reporting a bug to Linaro. Is there a TOOL for reporting the bug like Bugzilla?
Regards, Srinivas G
On Fri, Aug 10, 2012 at 7:12 PM, Fathi Boudra fathi.boudra@linaro.orgwrote:
On 10 August 2012 15:22, Srinivas Ganji srinivasganji.android@gmail.com wrote:
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-...
Procedure for SINGLE image
- $ wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- $ gunzip panda-ics-gcc47-tilt-stable-blob.img.gz
- $ sudo dd bs=4M if=panda-ics-gcc47-tilt-stable-blob.img of=/dev/sdb
- $ wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- $ chmod a+x install-binaries.sh
- $ ./install-binaries.sh /dev/sdb2
Procedure for tar.bz2 images
- $ wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- $ wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- $ wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- $ 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?
I'll go back to you once I have synced with our QA team. It has been tested successfully by them. On my side, I'm going to test the same image and try to reproduce.
In the meantime, would you report a bug? Thanks.
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-...
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-...
STEPS:
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- gunzip panda-ics-gcc47-tilt-stable-blob.img.gz
- sudo dd bs=4M if=panda-ics-gcc47-tilt-stable-blob.img of=/dev/sdb1
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- chmod a+x install-binaries.sh
- ./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/#%21/linaroorg - http://www.linaro.org/linaro-blog
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
-- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
On 13 August 2012 18:55, Srinivas Ganji srinivasganji.android@gmail.com wrote:
Dear Fathi Boudra,
Thanks for your information. Please let me know the procedure for reporting a bug to Linaro. Is there a TOOL for reporting the bug like Bugzilla?
https://bugs.launchpad.net/linaro-ubuntu/+filebug
ps: you don't need to cc me. I'm subscribed to the mailing list.
Regards, Srinivas G
On Fri, Aug 10, 2012 at 7:12 PM, Fathi Boudra fathi.boudra@linaro.org wrote:
On 10 August 2012 15:22, Srinivas Ganji srinivasganji.android@gmail.com wrote:
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-...
Procedure for SINGLE image
- $ wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 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-... 5) $ chmod a+x install-binaries.sh 6) $ ./install-binaries.sh /dev/sdb2
Procedure for tar.bz2 images
- $ wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 2) $ wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 3) $ wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 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?
I'll go back to you once I have synced with our QA team. It has been tested successfully by them. On my side, I'm going to test the same image and try to reproduce.
In the meantime, would you report a bug? Thanks.
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-...
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-...
STEPS:
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-... 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-... 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/#%21/linaroorg - http://www.linaro.org/linaro-blog
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
-- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
Dear Fathi Boundra,
I filed a bug report against the display issue and here is the link for it. https://bugs.launchpad.net/linaro-ubuntu/+bug/1037423
This is just for your information.
Regards, Srinivas G
On Tue, Aug 14, 2012 at 11:24 AM, Fathi Boudra fathi.boudra@linaro.orgwrote:
On 13 August 2012 18:55, Srinivas Ganji srinivasganji.android@gmail.com wrote:
Dear Fathi Boudra,
Thanks for your information. Please let me know the procedure for
reporting
a bug to Linaro. Is there a TOOL for reporting the bug like Bugzilla?
https://bugs.launchpad.net/linaro-ubuntu/+filebug
ps: you don't need to cc me. I'm subscribed to the mailing list.
Regards, Srinivas G
On Fri, Aug 10, 2012 at 7:12 PM, Fathi Boudra fathi.boudra@linaro.org wrote:
On 10 August 2012 15:22, Srinivas Ganji <
srinivasganji.android@gmail.com>
wrote:
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-...
Procedure for SINGLE image
- $ wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- $ gunzip panda-ics-gcc47-tilt-stable-blob.img.gz
- $ sudo dd bs=4M if=panda-ics-gcc47-tilt-stable-blob.img of=/dev/sdb
- $ wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- $ chmod a+x install-binaries.sh
- $ ./install-binaries.sh /dev/sdb2
Procedure for tar.bz2 images
- $ wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- $ wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- $ wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- $ 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?
I'll go back to you once I have synced with our QA team. It has been tested successfully by them. On my side, I'm going to test the same image and try to reproduce.
In the meantime, would you report a bug? Thanks.
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-...
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-...
STEPS:
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- gunzip panda-ics-gcc47-tilt-stable-blob.img.gz
- sudo dd bs=4M if=panda-ics-gcc47-tilt-stable-blob.img
of=/dev/sdb1
- wget
http://releases.linaro.org/12.07/android/images/panda-ics-gcc47-tilt-stable-...
- chmod a+x install-binaries.sh
- ./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/#%21/linaroorg - http://www.linaro.org/linaro-blog
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
-- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
-- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs
linaro-android@lists.linaro.org