Xilinx / xfopencv

Other
328 stars 143 forks source link

How to build SDSoC application with xfOpencv to zedboard? #45

Closed microlijun closed 5 years ago

microlijun commented 5 years ago

The tutorial build an SDSoC application project using that hardware accelerated xfOpenCV functions running on the ZCU102 reVISION platform, but I only have a zedboard,7020. How to build SDSoC application with xfOpencv to zedboard? Is there any instruction?

bgouthamb commented 5 years ago

@microlijun Refer to the "Using the xfOpenCV Library on a non-reVISION Platform" section of UG1233

microlijun commented 5 years ago

Hi @bgouthamb , I chose zed as hardware as hardware platform, cross complied opencv for arm-linux and added it to Include Paths. But I still got errors. Log file is attached below. Many thanks. sds_xf_accumulate_image_accel.log

bgouthamb commented 5 years ago

@microlijun , The flag -mstrict-align is for AArch64. zed board has AArch32. Hence that flag should be removed from Makefile. (you may use -mno-unaligned-access, but it is not mandatory)

bgouthamb commented 5 years ago

Reopen if issue not resolved.

quantom3230 commented 3 years ago

Hi @bgouthamb , can you help why I could not build in non revision platform in zed borad while I don't have this board on windows OS? I dont know how and where I can get folder of opencv_libs properly. actually I have tested many opencv libs, but I couldn't build it. sdx 2018.3 OS: windows 10 I appreciate to help me this one of my errors:

log.txt