Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

Command-line quartus license installation

Altera_Forum
Honored Contributor II
2,496 Views

We're having several Linux build servers, and I'm trying to integrate quartus installation into a command-line flow to automate the install/upgrade process. 

 

I've got quartus and device installation working. However, I cannot figure out the command to specify a license. 

 

Specifically, I'm interested in "30-day eval period" and "specify license file location" options.  

See the attached screenshot. 

 

The only way to get this is by running "<install dir>/bin/quartus" executable, which is a GUI application and requires running X-server. Nothing else I tried seems to work: quartus_cmd, quartus_sh, etc. 

 

Thanks, 

Evgeni
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
1,653 Views

set LM_LICENSE_FILE

0 Kudos
Altera_Forum
Honored Contributor II
1,653 Views

Setting LM_LICENSE_FILE to point to a specific license file or a floating license server does work.  

 

However, "30-day eval period" option doesn't use LM_LICENSE_FILE. Instead, it creates a file in a user directory, for example /home/user/.altera.quartus/.cy0mkjijqke  

 

Thanks, 

Evgeni
0 Kudos
Reply