Xilinx / Vitis-AI

Vitis AI is Xilinx’s development stack for AI inference on Xilinx hardware platforms, including both edge devices and Alveo cards.
https://www.xilinx.com/ai
Apache License 2.0
1.48k stars 627 forks source link

Documentation Incorrect #902

Closed ajith-xilinx closed 2 years ago

ajith-xilinx commented 2 years ago

After "git clone" information on main landing page, mention about host setup & card setup.

cd ./setup/vck5000 
sudo ./install.sh

Without this step, the mentioned process will throw error in later steps.

SuZhan0322 commented 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.

SuZhan0322 commented 2 years ago

Hi @ajith-xilinx , Is there any comment update to this issue? thanks

ajith-xilinx commented 2 years ago

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

SuZhan0322 commented 2 years ago

Hi @ajith-xilinx , Thanks for your great suggestion, we will clarify this step in the next release.