cancel
Showing results for 
Search instead for 
Did you mean: 

PC Drivers & Software

mukunthan
Journeyman III

Vitis 2023.2: Vitis Got stuck in OS and Platform page

Hi everyone,

I'm experiencing an issue with Vitis on my Ubuntu 20.04 machine, and I'm hoping someone can help me resolve it.

Issue Description: When I launch Vitis, it gets stuck on the "OS and Processor" page and does not proceed any further. The program just hangs on this page, and I am unable to select or configure the platform or processor.

Here are some details about my setup:

  • OS: Ubuntu 20.04
  • Vitis Version: [e.g., Vitis 2022.2]

I have attached the Screenshot for better visualization of the issue.  Any help would be greatly appreciated. Thank you in advance!

Spoiler
os_processor.png

Regards ,

Mukunthan



0 Likes
1 Solution
mukunthan
Journeyman III

Hi team,

             This issue is got solved by running the Vitis dependency file.

 

sudo apt install -y libelf-dev libpci-dev libncurses5-dev

sudo apt install openjdk-8-jdk

 

after this try to reinstall the vitis. It will work. Kindly ping me if any one facing this issues.

Also make sure about the permission for the vitis (A file located inside bin folder).

View solution in original post

0 Likes
1 Reply
mukunthan
Journeyman III

Hi team,

             This issue is got solved by running the Vitis dependency file.

 

sudo apt install -y libelf-dev libpci-dev libncurses5-dev

sudo apt install openjdk-8-jdk

 

after this try to reinstall the vitis. It will work. Kindly ping me if any one facing this issues.

Also make sure about the permission for the vitis (A file located inside bin folder).

0 Likes