Forum Discussion
Altera_Forum
Honored Contributor
14 years agoDE0-Nano Control Panel connect problem
Hi,
this is my first time use Altera fpga board, i copy the "DE0_Nano_ControlPanel" folder and try to run the application, it shows connection problem due to two missing file "jtag_client.dll" and "dinkum_alt.all", after copy two files from installation folder /bin directory, (why they don't include these two files in the folder?, user manual says just copy the folder and run the applicaiton.......) it shows "quartus_pgm download fail(0 sec), if click "ok", it shows "download SOPC file (DE0_Nano_ControlPanel.sof) fail! DE0_Nano_ControlPanel.sof is existing in the folder, so any idea what is going on there? Thanks, Bryce16 Replies
- Altera_Forum
Honored Contributor
I have encounered this problem also.
And i solved this issue by the method provided by "miyoung1984 (http://www.alteraforum.com/forum/member.php?u=68592)". Thanks. The reason is that i did not install the "Altera USB-Blaster". The process is : Computer->Propertis->Device Manger-> a yellow mark is found ->" by navigating to C:\altera\10.1\quartus\drivers and letting the computer install what it felt was appropriate."(from miyong1984). My software version is "Quartus II 13.0 (64-bit) Web Edition". - jjoao
New Contributor
Follow the instructions in this link: http://www.terasic.com.tw/wiki/Altera_USB_Blaster_Driver_Installation_Instructions
For Windows 10, do the following:
- Plug the USB-Blaster into your PC.
- Open the Device and Printers (Control Panel | Devices and Printers).
- Under Unspecified, USB Blaster should be listed. Right mouse click on this and then select Properties.
- Select the Hardware tab and select Properties.
- A new window should pop up with the General tab already selected. Select Change Settings.
- Again a new window should pop up with the General tab already selected. Select Update.
- Select Browse my computer for driver software.
- Find <Path to Quartus II installation>\quartus\drivers\
- (Note 1: Your altera file is located at the location you selected when you first installed quartus. The location listed in this document is the default location)
- (Note 2: Stop at the drivers folder, i.e., do NOT go deeper by opening a folder within the drivers folder)
- Select OK. Make sure the proper path was selected then select Next.
- If the Windows security window pops up Check the Always trust software from “Altera Corporation”box and select Install.
For Windows 7 and Windows 8, do the following:
- Plug the USB-Blaster download cable into the PC. The following will appear on the screen: Device driver software was not successfully install. Select Click here for details.
- Select Change settings…
- Now cancel this (probably by selecting Cancel)
- Open the Device Manager (Windows Key | Control Panel | Device Manage)
- Under Other devices, USB Blaster should be listed. Right mouse click on this and then select Update Driver Software…
- Select Browse my computer for driver software
- Find <Path to Quartus II installation>\quartus\drivers\, then select Next; (Note: Stop at this folder, i.e., do NOT go deeper by opening a folder within the drivers folder)
- Check the Always trust … box and then select Install
- dadin852
New Contributor
I have the same problem "quartus_pgm download fail"
Because I installed two versions of Quartus, so I kept "Quartus II 13.0 (64-bit) Web Edition" only.
Then I simply reinstall Quartus II 13.0, and the problem was solved!