Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12604 Discussions

How to start Quartus in Linux?

Altera_Forum
Honored Contributor II
14,678 Views

I have Ubuntu and installed it in my home folder, but now I do not know how to start it.

1 Reply
Altera_Forum
Honored Contributor II
9,770 Views

Please see "Starting the Quartus II Software" section of installation & licensing for unix and linux workstations (http://www.altera.co.jp/literature/manual/quartus_unix.pdf) document. 

 

Basically, you have to fire up "quartus" binary in either 32 or 64 bit mode (depends on your architecture). The binary is located under "bin" in the installation directory (that you choose when installing). You can find it using "find" shell command. something like: 

 

find INSTALLATION_DIR -name "quartus"  

 

I am running Quartus II on Ubuntu 12.04 LTS and it works like a charm. I am at work now and don't have access to my home computer so cannot give you more specific example... There also were tons of instructions on how to get rid of "dash", get USB blaster working, etc.  

 

Hope it helps.
0 Kudos
Reply