Agilex 5 Installation in linux
Hi, I am trying to install quartus 25.1.1 with agilex 5 device support under linux (wsl2).
I use the following command
sudo ./qinst.sh --cli --components quartus,agilex5 --download-dir /tmp --install-dir /bin/quartus --delete-downloads --accept-eula
And all seems to work as expected. If i run it again, I get
sudo ./qinst.sh --cli --components agilex5 --download-dir /tmp --install-dir /bin/qu
artus --delete-downloads --accept-eula
Add dependent component: agilex_common
Checking file integrity ...
Checking file integrity ...
Download progress:
agilex5 : [installed]
agilex_common: [installed]
Total downloaded: [0.00 GB / 0.00 GB]
Checking file integrity ...
Download successful
Total download time: less than 1 sec
Do install ...
Nothing to install. The specified components are already installed.
So all looks good.
However, when I run quartus_ipgenerate , I get this error:
Error: Unknown device part A5ED065BB32AE6SR0
This makes me think that Agilex 5 support is not installed correctly.
I have not been able to find any way (that works!) to display a list of supported devices.
Please can you help?
Thanks
Malcolm