Hi,
I am trying to run newly realeased xapp1167(http://www.xilinx.com/support/documentation/application_notes/xapp1167.pdf) for accelerating openCV with zynq on Zedboard. That app is originally for zc702 board. At first I tried to run this application as it is explained but did not work on Zedboard (expected).
In order to run this on zed board, I created a new boot.bin file (by make boot as in app note) using the FSBL and U-Boot binary for Zedboard from xilinx wiki release (http://www.wiki.xilinx.com/Zynq+14.5+-+2013.1+Release). Also replaced the devicetree.dtb file in the sd_image with the one for ZedBoard from above release. Now I am able to boot the processors. but when i try to run the application i get following error
zynq> ./run.sh
Error : cann't open framebuffer device /dev/fb0
The application needs to interact with hdmi port but I suspect it is somehow not detected. Can anyone suggest me what needs to be done in order to get the hdmi port working or simply get rid of this error.
thanks
umair