Forum Discussion
Altera_Forum
Honored Contributor
16 years agoLinux Support for Quartus II Web Edition Now Available
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).9 Replies
- Altera_Forum
Honored Contributor
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) - Altera_Forum
Honored Contributor
Wow, really useful in an academic environment, where the hell is the Waveform Editor?
WTF? - Altera_Forum
Honored Contributor
我已经下载了,但是还在学习如何使用中……
- Altera_Forum
Honored Contributor
--- 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 :) - Altera_Forum
Honored Contributor
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 - Altera_Forum
Honored Contributor
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 - Altera_Forum
Honored Contributor
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. - Altera_Forum
Honored Contributor
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 - Altera_Forum
Honored Contributor
anybody know how can I get a licence for quartusII?