FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
6474 Discussions

Agilex 5 Installation in linux

malcolm_locke
Novice
387 Views

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

0 Kudos
4 Replies
sstrell
Honored Contributor III
241 Views

When you create a project in the New Project Wizard, can you select the part?

0 Kudos
RichardTanSY_Altera
188 Views

May I know which Linux OS you’re using? Also, you mentioned WSL2—do you mean you installed WSL2 in Linux?

If so, could you share why you have it installed if your primary OS is Linux?

As WSL (Windows Subsystem for Linux) is installed on Windows OS only, not on Linux OS.

 

Unfortunately, there’s no command available to list all the installed devices.

As an alternative, you can open the installer in GUI mode to check which devices are installed.

RichardTanSY_Altera_0-1758596376307.png

 

Regards,

Richard Tan

 

0 Kudos
malcolm_locke
Novice
125 Views
Hi Richard. Sorry for the confusion. I am using WSL2 under Windows 10.
I don’t think I can do anything in gui mode? so am trying to confirm if agilex 5 support is installed in cli mode.
Thanks
0 Kudos
RichardTanSY_Altera
64 Views

You can check the installed devices through the GUI mode, but not much can be done using the CLI mode.

1. In the screenshot I provided earlier, you can see that the Stratix 10 device is installed, and the Install Status shows a green tick.

2. Alternatively, as mentioned by sstrell, you can simply open a project in Quartus and check whether Agilex 5 is available when selecting Devices.


Regards,

Richard Tan


0 Kudos
Reply