Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Add vck5000 (versal) refdesign
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Mar 14, 2022
1 parent bc97286 commit b9e152f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions tests/refdesigns/kria/kria_setup_instructions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# To be run in sudo mode
sudo su

# Install dependencies
dnf install -y git curl-dev libjsoncpp-dev
#? dnf install -y packagegroup-petalinux-self-hosted
pip3 install backports.entry-points-selectable filelock
pip3 install wheel pyopencl pytest pytest-flask flake8


# Compile DRM library
git clone --recursive https://github.com/Accelize/drm.git -b dev
cd drm
mkdir build
cd build
cmake -DPYTHON3=ON -DTESTS=ON ..
cmake -DPYTHON3=ON -DTESTS=ON -DCMAKE_BUILD_TYPE=Debug ..
make
cd ..

export XILINX_XRT=/usr

# Start test
LD_LIBRARY_PATH=/home/petalinux/drm/build python3 -m pytest --backend=c --cred=../../cred.json --server=dev --fpga_image=fpga-drm-hybrid-adder.som --drm_controller_base_address=0xA0010000 -ra

0 comments on commit b9e152f

Please sign in to comment.