Created
June 27, 2022 11:25
-
-
Save haipnh/2f4dc636cb5ed589f98a94e9a176d9f9 to your computer and use it in GitHub Desktop.
Instruction to run HW-accelerated Python scripts on PYNQ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -s | |
echo "source /etc/profile.d/pynq_venv.sh" >> ~/.bashrc | |
echo "export XILINX_XRT=/usr" >> ~/.bashrc | |
source ~/.bashrc | |
python some_script.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment