I have to develop an C++ application which shall run on the PicoZed 7015 SOM.
For development, I would prefer to compile the application on the Zedboard devlopment board.
As is noted in http://microzed.org/content/xillinux-run-ubuntu-linux-desktop-zedboard , it seems to be possible to use the Zedboard directly as a computer (with keyboard, monitor and mouse) with a ubuntu-like desktop. So i should be able to use the usual tools (cmake, gcc, ..) to compile my C++ application and all libraries (like OpenCV).
My question is now - can I run the binaries, which I have compiled on the Zedboard, directly on the PicoZed?