Xilinx / SDSoC-Tutorials

SDSoC™ (Software-Defined System-On-Chip) Environment Tutorials
146 stars 53 forks source link

ZCU104 Freezes when running opencv to xfopencv tutorial #32

Open sleach3 opened 4 years ago

sleach3 commented 4 years ago

I have a ZCU104 and worked through the OpenCV to xfOpenCV tutorial. I swapped out the board files from the zcu102-rv-ss to zcu104-rv-ss. Everything successfully built, however when I bring the 4 files from the tutorial over to my board and run "./colordetect image.jpg" I am met with nothing. The ZCU104 is unresponsive and generates no output. I am unable to kill the program with CTRL-C or any other attempts other than to turn off the board. I am wondering if there is an additional step or something to have this tutorial run on the ZCU104.

I built the system using the code from the source folder and followed the tutorial, as well as building the solution folder code. Both with the same result.

sgrace-xlnx commented 4 years ago

Hi,

Were there any messages printed to the terminal?

sleach3 commented 4 years ago

I did not get any error messages. The terminal would actually freeze and not allow me to type anything or attempt to kill it.