This Repository provides example for ZynqMP-FPGA-XRT.
ZynqMP-FPGA-XRT is XRT(Xilinx RunTime) Debian Package for ZynqMP-FPGA-Linux.
- Board: One of following
- Ultra96
- Ultra96-V2
- OS: One of following
- XRT(Xilinx RunTime)
shell$ source /opt/xilinx/xrt/setup.sh
XILINX_XRT : /opt/xilinx/xrt
PATH : /opt/xilinx/xrt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
LD_LIBRARY_PATH : /opt/xilinx/xrt/lib:
PYTHONPATH : /opt/xilinx/xrt/python:
shell$ sudo cp streaming_lap_filter5.bin /lib/firmware/
shell$ sudo ./dtbocfg.rb --install zocl --dts zocl.dts
shell$ dmesg | tail -12
[ 922.858337] fpga_manager fpga0: writing streaming_lap_filter5.bin to Xilinx ZynqMP FPGA Manager
[ 923.009621] [drm] Probing for xlnx,zocl
[ 923.009732] [drm] FPGA programming device pcap founded.
[ 923.009737] [drm] PR Isolation addr 0x0
[ 923.010163] [drm] Initialized zocl 2018.2.1 20180313 for a0000000.zyxclmm_drm on minor 1
[ 923.013226] fclkcfg amba_pl@0:fclk0: driver installed.
[ 923.013241] fclkcfg amba_pl@0:fclk0: device name : amba_pl@0:fclk0
[ 923.013245] fclkcfg amba_pl@0:fclk0: clock name : pl0_ref
[ 923.013252] fclkcfg amba_pl@0:fclk0: clock rate : 99999999
[ 923.013275] fclkcfg amba_pl@0:fclk0: clock enabled : 1
[ 923.013279] fclkcfg amba_pl@0:fclk0: remove rate : 1000000
[ 923.013284] fclkcfg amba_pl@0:fclk0: remove enable : 0
If the permission of /dev/dri/renderD128 is "crw-rw----", change to "crw-rw-rw-".
shell$ ls -la /dev/dri/renderD128
crw-rw---- 1 root render 226, 128 Jul 7 06:51 /dev/dri/renderD128
shell$ sudo chmod o+rw /dev/dri/renderD128
shell$ ls -la /dev/dri/renderD128
crw-rw-rw- 1 root render 226, 128 Jul 7 06:51 /dev/dri/renderD128
shell$ ./streaming_lap_filter5.exe streaming_lap_filter5.xclbin
Using FPGA binary file specfied through the command line: streaming_lap_filter5.xclbin
Found Platform
Platform Name: Xilinx
Loading: 'streaming_lap_filter5.xclbin'
total time = 0.001304 sec
Success HW and SW results match
- /~https://github.com/ikwzm/ZynqMP-FPGA-Linux
- /~https://github.com/ikwzm/ZynqMP-FPGA-Ubuntu18.04-Ultra96
- /~https://github.com/ikwzm/ZynqMP-FPGA-XRT
- https://marsee101.blog.fc2.com/blog-entry-4823.html
- https://marsee101.blog.fc2.com/blog-entry-4824.html
- https://marsee101.blog.fc2.com/blog-entry-4825.html
- https://marsee101.blog.fc2.com/blog-entry-4826.html
- https://qiita.com/ikwzm/items/0d3a8adfe725cd17f932
- https://qiita.com/ikwzm/items/d8013ea91125a3fc46aa
- https://qiita.com/ikwzm/items/6612eacc4a0d324a0a68
- https://qiita.com/ikwzm/items/58cfea3f9d0f42840511
- https://qiita.com/ikwzm/items/e70d8d0e44fe3784a708