Difference between revisions of "DE0-Nano"
From MakeICT Wiki
Jump to navigationJump to search(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= DE0-Nano = | = DE0-Nano = | ||
''FPGA Development and Education Board'' | ''FPGA Development and Education Board'' | ||
+ | == Status == | ||
+ | * got DE0-NANO-G-Sensor installed and working | ||
+ | * Control Panel code loads but there doesn't seem to be a Linux interface to it. Wine reports trouble communicating to the board | ||
+ | == Observations == | ||
+ | * Use Windows if you have the choice. It appears much of the GUI functionality is not supported in Linux | ||
+ | * It appears that Wine is running underneath the Linux port | ||
== Installation in Bodhi Linux 2.4 (Ubuntu 12.04 derivative) 32 bit == | == Installation in Bodhi Linux 2.4 (Ubuntu 12.04 derivative) 32 bit == | ||
* Install [http://dl.altera.com/13.1/?edition=web Quartus II Web Edition] | * Install [http://dl.altera.com/13.1/?edition=web Quartus II Web Edition] | ||
Line 7: | Line 13: | ||
* Install [http://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&CategoryNo=139&No=593&PartNo=4 demos and control panel] | * Install [http://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&CategoryNo=139&No=593&PartNo=4 demos and control panel] | ||
* Follow step 5 [http://chehsunliu.wordpress.com/2013/01/15/install-altera-quartus-12-1-in-ubuntu-12-04/ here] to enable usb blaster | * Follow step 5 [http://chehsunliu.wordpress.com/2013/01/15/install-altera-quartus-12-1-in-ubuntu-12-04/ here] to enable usb blaster | ||
+ | == Getting Help == | ||
+ | * To get the help menu of quartus II to work, use Firefox and make sure Flash is installed. | ||
+ | ** The tutorials are automatically loading in FF...not sure why. Perhaps there is a default set in my window manager of which I am unaware | ||
+ | ** Tried with direct load in Chromium to local file link --- endless loop | ||
== References == | == References == | ||
− | * http://www.pyroelectro.com/tutorials/de0_intro/ | + | * [http://www.pyroelectro.com/tutorials/de0_intro/ DE0 Nano Introduction] |
* http://chehsunliu.wordpress.com/2013/01/15/install-altera-quartus-12-1-in-ubuntu-12-04/ | * http://chehsunliu.wordpress.com/2013/01/15/install-altera-quartus-12-1-in-ubuntu-12-04/ | ||
* [http://forums.parallax.com/archive/index.php/t-150716.html Forum with tips on getting started] | * [http://forums.parallax.com/archive/index.php/t-150716.html Forum with tips on getting started] | ||
+ | * [http://www.asic-world.com/verilog/ Verilog tutorials and examples] | ||
+ | * [http://www.fpga4fun.com/ Cool Simple FPGA projects] (Verilog) |
Latest revision as of 20:39, 5 February 2015
Contents
DE0-Nano
FPGA Development and Education Board
Status
- got DE0-NANO-G-Sensor installed and working
- Control Panel code loads but there doesn't seem to be a Linux interface to it. Wine reports trouble communicating to the board
Observations
- Use Windows if you have the choice. It appears much of the GUI functionality is not supported in Linux
- It appears that Wine is running underneath the Linux port
Installation in Bodhi Linux 2.4 (Ubuntu 12.04 derivative) 32 bit
- Install Quartus II Web Edition
- v.14 is 64 bit only. v. 13.1 installs in 32 bit
- Change reference to bash in setup.sh to point to /usr/bash
- Install demos and control panel
- Follow step 5 here to enable usb blaster
Getting Help
- To get the help menu of quartus II to work, use Firefox and make sure Flash is installed.
- The tutorials are automatically loading in FF...not sure why. Perhaps there is a default set in my window manager of which I am unaware
- Tried with direct load in Chromium to local file link --- endless loop