Closed ajith-xilinx closed 2 years ago
This step has been pointed out in https://github.com/Xilinx/Vitis-AI/tree/master/setup/vck5000#setup-versal-accelerator-card. If I noticed the wrong location, please help to point it out, thanks.
Hi @ajith-xilinx , Is there any comment update to this issue? thanks
The Main Landing Page : https://github.com/Xilinx/Vitis-AI
In this page, there is no mention about pre-requisites ( XRT Installation & DSA flash etc. )
The Installation process according to Main landing page, start from git clone & docker pull. Without installing XRT, this docker run will fail.
So, it has to fist point to :
cd ./setup/<device> # cd ./setup/vck5000
sudo ./install.sh
And then, git clone -> docker pull -> docker run
Hi @ajith-xilinx , Thanks for your great suggestion, we will clarify this step in the next release.
After "git clone" information on main landing page, mention about host setup & card setup.
Without this step, the mentioned process will throw error in later steps.