Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21594 Discussions

DE0-Nano - Problem starting on Debian 12

Fab3
Beginner
503 Views

Hi!

I just bought a DE0-Nano board and I would like to start using it using my Debian laptop.

I tried with Quartus II, Quartus Prime 18.1 and Quartus Prime 23.1

 

I created the file /etc/udev/rules.d/51-usbblaster.rules

with the following lines:

# Intel FPGA Download Cable

SUBSYSTEM=="usb", ATTR{idVendor}=="09fb", ATTR{idProduct}=="6001", MODE="0666"

SUBSYSTEM=="usb", ATTR{idVendor}=="09fb", ATTR{idProduct}=="6002", MODE="0666"

SUBSYSTEM=="usb", ATTR{idVendor}=="09fb", ATTR{idProduct}=="6003", MODE="0666"

# Intel FPGA Download Cable II

SUBSYSTEM=="usb", ATTR{idVendor}=="09fb", ATTR{idProduct}=="6010", MODE="0666"

SUBSYSTEM=="usb", ATTR{idVendor}=="09fb", ATTR{idProduct}=="6810", MODE="0666"

 

and I think that the program read the USB-blaster

 

but when I try to start a new project both Quartus Prime 18.1 and 23.1 the fitter doesn't detect any device for Cyclone IV and the devices list is empty.

With Quartus II I can choose the correct device (Cyclone IV - EP4CE22) but when I try to compile it crashes during the compilation.

 

Any tips?!

Labels (1)
0 Kudos
3 Replies
sstrell
Honored Contributor III
439 Views
0 Kudos
Fab3
Beginner
395 Views

Now I installed Quartus Prime Standard complete on Ubuntu 22.04

Still same problem...

0 Kudos
Farabi
Employee
264 Views

Hello,


Can you try below combination?

  1. Quartus Prime Standard for Linux
  2. Ubuntu 22 and above
  3. USB Blaster II programming cable


Make sure your installation has no error.

Above combination is working condition for most of the Altera users.


regards,

Farabi


0 Kudos
Reply