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++
12590 Discussions

Linux Support for Quartus II Web Edition Now Available

Altera_Forum
Honored Contributor II
1,108 Views

Many of you have been waiting for it. Quartus II Web Edition (free) is now available in beta form for download. Download Quartus II Web Edition Linux on the altera download page (https://www.altera.com/support/software/download/altera_design/quartus_we/dnl-quartus_we.jsp).  

 

Since it's beta, here are the supported features (http://www.altera.com/literature/po/ss-quartus_linuxwebbeta.pdf).
0 Kudos
9 Replies
Altera_Forum
Honored Contributor II
415 Views

I would like to know which FPGA to be used to implement µclinux function  

and if somedy tried to implement µclinux on cyclone II fpga. 

also the steps to followed to build this system (µlinux in NIOS II)
0 Kudos
Altera_Forum
Honored Contributor II
415 Views

Wow, really useful in an academic environment, where the hell is the Waveform Editor? 

WTF?
0 Kudos
Altera_Forum
Honored Contributor II
415 Views

我已经下载了,但是还在学习如何使用中……

0 Kudos
Altera_Forum
Honored Contributor II
415 Views

 

--- Quote Start ---  

I would like to know which FPGA to be used to implement µclinux function  

and if somedy tried to implement µclinux on cyclone II fpga. 

also the steps to followed to build this system (µlinux in NIOS II) 

--- Quote End ---  

 

 

Hi 

 

kindly go through the below link for more information about the µclinux implementation and related to that topics 

http://www.nioswiki.com/operatingsystems/uclinux?gsa_pos=1&wt.oss_r=1&wt.oss=%c2%b5clinux%20supporting%20device 

:)
0 Kudos
Altera_Forum
Honored Contributor II
415 Views

Hi 

 

Sorry to say theres an error in the script I downloaded. 

 

 

sh altera_installer.external.sh 

Creating directory bin 

Verifying archive integrity... All good. 

Uncompressing Altera Installer............................................................................................................................................... 

./setup: 35: ./setup: Syntax error: "(" unexpected 

 

Unless Ive done something wrong 

 

Cheers  

 

Michael
0 Kudos
Altera_Forum
Honored Contributor II
415 Views

Be sure that bash is the default "/bin/sh" shell. Dash won't work. 

 

Plus, if you're using any distribution that Altera doesn't specifically support, you are off piste and you better know your way around your Linux distribution to get it working. 

 

That being stated, I've got the licensed version to work on many Linux distros...Ubuntu, Gentoo, and Arch to name a few. 

 

Best of luck! 

 

slacker
0 Kudos
Altera_Forum
Honored Contributor II
415 Views

Hi 

 

Its the web version I was trying on ubuntu 12.04 with plain old bash sh. 

 

Beyond that I dont know what information would be of help.
0 Kudos
Altera_Forum
Honored Contributor II
415 Views

Hi 

 

I think Ive found where the problem lies : 

 

MS_diskspace() 

if test -d /usr/xpg4/bin; then 

PATH=/usr/xpg4/bin:$PATH 

fi 

df -kP "$1" | tail -1 | awk '{print $4}' 

 

Shouldnt the ( be { and the ) be } ? 

 

Cheers 

 

Michael
0 Kudos
Altera_Forum
Honored Contributor II
415 Views

anybody know how can I get a licence for quartusII?

0 Kudos
Reply