Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Install Quartus 12.0 in the 64bit of Ubuntu 12.04

1.Download offline version install file and unzip it

https://www.altera.com/download/software/quartus-ii-we

2.Run command

...<your_folder>/12.0_178_quartus_free_linux/altera_installer/bin/altera_installer_gui --gui

3.Select ...<your_folder>/12.0_178_quartus_free_linux/

and Select install target folder (where you want file installed)

4.Manually install 64bit part

cd to ...<your_folder>/12.0_178_quartus_free_linux/linux_installer/quartus_free_64bit/

run install

type your install folder path

choose "n" for not delete installed files

5.Setting USB blaster

Create a new file at /etc/udev/rules.d/51-usbblaster.rules

copy and post

# Altera USB-Blaster rule to set mode to 666. SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001", MODE="0666", NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", RUN+="/bin/chmod 0666 %c"

sudo udevadm control --reload-rules

6.setting QUARTUS_ROOTDIR in the shell

export QUARTUS_ROOTDIR="your quartus folder"

That's almust everything about it ....

Also share with google +

Enjoy & Regards,

Kqalea C

11 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    mm520: the "Can't bind to TCP port 1309 - exiting" error message is probably due to jtagd already running. Kill it first and verify it's not running, then try your command again and check for possible other error messages.

    The suggestions in this thread doesn't take into account that different devices have different Product IDs (assumed to be 6001 in top post, this might be different for other users). Tristan's post has the same flaw. For a general solution, check your Product ID and use this, or add all known Product IDs to the udev rules. There is thorough instructions on this, along with trouble-shooting tips, here: http://www.fpga-dev.com/altera-usb-blaster-with-ubuntu/