Forum Discussion

jpk's avatar
jpk
Icon for New Contributor rankNew Contributor
4 years ago
Solved

Intel FPGA monitor_host connection issue

Hi!

I am a DE1_SoC user. I am using Quartus prime lite 16.1, and I am working on an Intel FPGA monitor program tutorial. In the project creation stage, an error message appears stating that the cable cannot be found in the "host connection" category. However, the "programming" function of the Quartus prime lite 16.1 normally recognizes JTAG. How to solve this problem. Also, whenever I run an Intel FPGA monitor, it requests "javaw.exe". I'm manually specifying it every time, but I don't know if this is normal. Do you have any experts to solve this problem?

  • Hi,

    You shouldn't have to manually specify javaw.exe every time. I assume that you are using Windows. Are you running the monitor program from the Windows shortcut that was created by the installer. If yes, what is the "Target" of that shortcut (ie. what is the shortcut trying to run). It should be something like: 'C:\intelFPGA\16.1\quartus\bin64\jre64\bin\javaw.exe -Dsun.java2d.noddraw=true -jar C:\intelFPGA\16.1\University_Program\Monitor_Program\bin\Altera_Monitor_Program.jar'

    Kind regards,

    Blair

7 Replies

  • Blair's avatar
    Blair
    Icon for New Contributor rankNew Contributor

    Hi,

    You shouldn't have to manually specify javaw.exe every time. I assume that you are using Windows. Are you running the monitor program from the Windows shortcut that was created by the installer. If yes, what is the "Target" of that shortcut (ie. what is the shortcut trying to run). It should be something like: 'C:\intelFPGA\16.1\quartus\bin64\jre64\bin\javaw.exe -Dsun.java2d.noddraw=true -jar C:\intelFPGA\16.1\University_Program\Monitor_Program\bin\Altera_Monitor_Program.jar'

    Kind regards,

    Blair

    • jpk's avatar
      jpk
      Icon for New Contributor rankNew Contributor

      Hi!

      Thank you so much! Thanks to this, the problem of running the monitor program was solved. But still, the "host connection" problem is not resolved. I don't know why it doesn't recognize Cable.
      Can you help me more about this?

      • Blair's avatar
        Blair
        Icon for New Contributor rankNew Contributor

        Hi,

        Thank you for the screenshot, it is very helpful. It seems that the monitor program is not getting the correct path for Quartus. It's getting c:/altera/quartus/ isn't quartus installed at c:/intelFPGA_lite/16.1/. Do you have two versions of quartus installed? What path is set in the environment variable 'QUARTUS_ROOTDIR'? I think you might need to fix it.

        Kind regards,

        Blair