thinkoco / c5soc_opencl

DE1SOC DE10-NANO DE10-Standard OpenCL hardware that support VGA and desktop. And Some applications such as usb camera YUYV to RGB , Sobel and so on.
Apache License 2.0
90 stars 39 forks source link

Question about details of "Run default OpenCL Application" #21

Closed wei-lin-liao closed 4 years ago

wei-lin-liao commented 4 years ago

Dear thinkoco, In the step "Copy the BOARD_NAME_APP.rbf and BOARD_NAME_socfpga.dtb in sdcard ( make sure the BOARD_NAME same as your target board) to Windows fat32 partition and rename them to opencl.rbf and socfpga.dtb". Q1. What is ther "Windows fat32 partition"? My personal desktop or the microSD card? Q2. If the "Windows fat32 partition" were the SD card , I should replace the original "opencl.rbf" and "socfpga.dtb" with files which has the same name? Thanks a lot !!

thinkoco commented 4 years ago

@wei-lin-liao sorry for late reply

  1. on the microSD card
  2. for de10_nano target board
    cp de10_nano/de10_nano_sobel.rbf  opencl.rbf
    cp de10_nano/de10_nano_socfpga.dtb socfpga.dtb
wei-lin-liao commented 4 years ago

@thinkoco Thanks a lot ! God bless Wuhan people !