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