Skip to content

Instantly share code, notes, and snippets.

View inaciose's full-sized avatar

inaciose

View GitHub Profile
@inaciose
inaciose / HelloWorld Example in Quartus.md
Created June 2, 2022 10:17 — forked from peach-e/HelloWorld Example in Quartus.md
Quick tutorial to get RZ-EasyFPGA from AliExpress going with Quartus

Using

  • FPGA Development Board: RZ-EasyFPGA A2.2 from AliExpress, featuring the Altera Cyclone IV.
  • OS: Ubuntu 18.04 LTS (bionic)

Quartus Installation

  1. Get the Quartus Lite installer, ModelSim installer (optional), and the Cyclone IV development Package from the Altera website.
  2. Install Quartus. Root not required
    • Command:
sudo apt install cpu-checker
kvm-ok
sudo nano /etc/apt/sources.list
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt update
sudo apt-get install linux-headers-$(uname -r) build-essential virtualbox-5.1 dkms
sudo adduser <user> vboxusers