- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I am starting over with Quartus, the big change is I now use Ubuntu 10.04. After sucessfully installing Quartus II (the key thing was deleting some libx11.so.6 file that kept crashing the process) Quartus II ran like a charm, I loaded my project and code from the flash drive, ( I even put my pinky to to my lip and said "It's good to be evil").
Here is the issue, when I started the computer the next morning, Quartuss II was not the the ubuntu "start menu" and I have no idea which file to run to make it work again or create any kind of shortcut to it. I know this is a common sense thing to figure out but I'm stuck.링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I have the same under my Kubuntu-machine at home, so I leave a terminal window open at the right directory so I only have to press the up arrow and return.
My directory is home\altera\10.0\quartus\bin I'm not totally sure but it is somethjng like that, of course in stead of home you might have installed it some other place. the command is .\quartus- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
you should set your QUARTUS_ROOTDIR environment and PATH variables appropriately. then you can open a terminal and just type quartus, or setup some kind of KDE/Gnome launch button
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Thanks I've gotten over this obstacle, just trying to get jtag/usb blaster to work now.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
i normally use dwesterg's method on this thread (though its not Ubuntu specific):
http://www.alteraforum.com/forum/showthread.php?t=1207 make sure you use the latest files posted in the thread- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I found this online and it worked for me
$ sudo mount --bind /dev/bus /proc/bus $ sudo ln -s /sys/kernel/debug/usb/devices /proc/bus/usb/devices $ sudo <quartus_directory>/bin/jtagd $ sudo <quartus_directory>/bin/jtagconfig $ <quartus_directory>/bin/quartus muwhahaha (that's how you type an evil laugh)