Forum Discussion

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

Can't get C5G Control Panel v 1.0.2 to connect to Cyclone V GX Starter Kit board

I get a popup dialog box with the following message: please make sure quartus is installed! when I attempt to connect the Control Panel running on my Windows 7 PC to the Cyclone V GX Starter Kit board. I have the USB Blaster cable properly connected and the driver is installed. The device shows up in the Windows Device Manager as: altera usb-blaster. I have not reprogrammed the FPGA, it still has the original demonstration program installed and running. I have Quartus II 64 Bit version 15.0.2 installed and running. Please advise.

15 Replies

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

    As it turns out, there were a couple of problems that needed to be fixed on my installation. There are several scripts that look for files to be located in hard-coded directories. This means you need to accept installation defaults if you want the scripts to work or, you have to alter the scripts to match your personal installation directories. In addition, as I was going through the Terasic documentation I noticed that the Terasic demonstrations and utility software were all developed for Quartus II version 13.1. I would suggest using this version if you want the example code to work properly. If you are running Windows, you should also make sure that your system-level environmental variables are setup to point to the proper installation directories after installing Quartus II. I had a problem with this because I had done multiple installations and the variables were setup wrong for the last version of Quartus II that I installed.

    After making these changes, everything is working properly on my system.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I just wanted to say thanks for the answers in this thread, they've been incredibly helpful in getting my kit up and running for the first time.

    One thing I'd like to add in case it saves someone trouble later, in my case I had already installed the USB Blaster drivers from Quartus Prime Lite 15.1, which seem to be troublesome, at least for this board. Things appeared to work fine in the Quartus Programmer (but not in the control panel), but on my machine they caused a BSOD a few minutes after programming - not a great first time experience!

    In the end, uninstalling these drivers and using the ones from Quartus 13.1.0.162 solved both the control panel issues and the BSODs for me.

    It might be possible to update Quartus but keep the old drivers (perhaps someone here can confirm?), I haven't attempted this yet though.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    I had the same problem and asked Terasic what to do. Their solution was to first load the C5G_ControlPanel.sof file onto the board using Quartus Programmer. After that, the Control Panel was able to connect.

    --- Quote End ---

    How do I program in a .sof file?