Forum Discussion

haglo's avatar
haglo
Icon for New Contributor rankNew Contributor
2 years ago

Freezing Intel/Altera Monitor Programm

Hello,

I installed on KUbuntu 22.04 the following Software
- Quartus Prime Version 21.1.1
- Intel FPGA Monitor Programm 21.1

1) I connected via USB the FPGA Board.
jtagconfig gives:
1) DE-SoC [3-4]
4BA00477 SOCVHPS
02D020DD 5CSEBA6(.|ES)/5CSEMA6/..

2) Programmer gives:

3) When i execute Intel FPGA Monitor Prrogramm i get:
Writing the makefile: /home/localadmin/tools/quartus/quartus-fpga-demo-data/amp.mk
make -f amp.mk CLEAN
make: Nothing to be done for 'CLEAN'.
Info: Hardware cable detected. Proceeding with operation.
make -f amp.mk DETECT_DEVICES
quartus_pgm -c "DE-SoC [3-4]" --auto
1) DE-SoC [3-4]
4BA00477 SOCVHPS
02D020DD 5CSEBA6(.|ES)/5CSEMA6/..
make -f amp.mk DOWNLOAD_SYSTEM SYS_ARG_JTAG_INDEX=2
quartus_pgm -c "DE-SoC [3-4]" -m jtag -o P\;"/home/localadmin/tools/quartus/quartus-fpga-demo-data/output_files/crc_interface.sof"@2
Info: *******************************************************************
Info: Running Quartus Prime Programmer
Info: Version 21.1.1 Build 850 06/23/2022 SJ Standard Edition
Info: Copyright (C) 2022 Intel Corporation. All rights reserved.
Info: Your use of Intel Corporation's design tools, logic functions
Info: and other software and tools, and any partner logic
Info: functions, and any output files from any of the foregoing
Info: (including device programming or simulation files), and any
Info: associated documentation or information are expressly subject
Info: to the terms and conditions of the Intel Program License
Info: Subscription Agreement, the Intel Quartus Prime License Agreement,
Info: the Intel FPGA IP License Agreement, or other applicable license
Info: agreement, including, without limitation, that your use is for
Info: the sole purpose of programming logic devices manufactured by
Info: Intel and sold by Intel or its authorized distributors. Please
Info: refer to the applicable agreement for further details, at
Info: https://fpgasoftware.intel.com/eula.
Info: Processing started: Fri Aug 4 11:20:35 2023
Info: Command: quartus_pgm -c "DE-SoC [3-4]" -m jtag -o P;/home/localadmin/tools/quartus/quartus-fpga-demo-data/output_files/crc_interface.sof@2
Info (213045): Using programming cable "DE-SoC [3-4]"
Info (213011): Using programming file /home/localadmin/tools/quartus/quartus-fpga-demo-data/output_files/crc_interface.sof with checksum 0x00E62FAB for device 5CSXFC6D6F31@2
Info (209060): Started Programmer operation at Fri Aug 4 11:20:37 2023
Info (209016): Configuring device index 2
Info (209017): Device 2 contains JTAG ID code 0x02D020DD
Info (209007): Configuration succeeded -- 1 device(s) configured
Info (209011): Successfully performed operation(s)
Info (209061): Ended Programmer operation at Fri Aug 4 11:20:39 2023
Info: Quartus Prime Programmer was successful. 0 errors, 0 warnings
Info: Peak virtual memory: 345 megabytes
Info: Processing ended: Fri Aug 4 11:20:39 2023
Info: Elapsed time: 00:00:04
Info: Total CPU time (on all processors): 00:00:01

4) Problem
The Problem is that FPGA Monitor Prrogramm freezes then.
It is simply hanging. Nothing goes on


5) What can i do that Intel FPGA Monitor is not freezing?

12 Replies

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

    Hello,


    can somebody tell me where i can get a Testfile for Testing the functionality of Intel/Altera Monitor Programm 21.1

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

      Hello,
      i have installed like in the documentation.
      First i installed Version 18.1, all went well
      Then i installed Version 21.1, then i get this problem.

      I get also the following message, when i start Monitor_Programm:

      OpenJDK 64-Bit Server VM warning: You have loaded library /root/flexdock/RubberBand.so which might have disabled stack guard. The VM will try to fix the stack guard now.
      It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
      java.net.ConnectException: Verbindungsaufbau abgelehnt (Connection refused)
      at java.net.PlainSocketImpl.socketConnect(Native Method)
      at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
      at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
      at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
      at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
      at java.net.Socket.connect(Socket.java:607)
      at java.net.Socket.connect(Socket.java:556)
      at java.net.Socket.<init>(Socket.java:452)
      at java.net.Socket.<init>(Socket.java:229)
      at org.flexdock.docking.drag.outline.x11.Connection.<init>(Connection.java:35)
      at org.flexdock.docking.drag.outline.x11.Graphics.create(Graphics.java:49)
      at org.flexdock.docking.drag.outline.x11.Graphics.<clinit>(Graphics.java:34)
      at org.flexdock.docking.drag.outline.x11.X11RubberBand.<clinit>(X11RubberBand.java:14)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:264)
      at org.flexdock.util.Utilities.createInstance(Utilities.java:285)
      at org.flexdock.docking.drag.effects.EffectsManager.createRubberBand(EffectsManager.java:94)
      at org.flexdock.docking.drag.effects.EffectsManager.loadSystemRubberband(EffectsManager.java:137)
      at org.flexdock.docking.drag.effects.EffectsManager.prime(EffectsManager.java:43)
      at org.flexdock.docking.drag.effects.EffectsManager.<clinit>(EffectsManager.java:37)
      at org.flexdock.docking.drag.DragManager.prime(DragManager.java:42)
      at org.flexdock.docking.DockingManager.init(DockingManager.java:137)
      at org.flexdock.docking.DockingManager.<clinit>(DockingManager.java:127)
      at monitor.ui.UIManager.initDocking(UIManager.java:337)
      at monitor.ui.UIManager.init(UIManager.java:160)
      at monitor.globals.Globals.init(Globals.java:87)
      at monitor.Main.main(Main.java:36)

  • Jeet14's avatar
    Jeet14
    Icon for Frequent Contributor rankFrequent Contributor

    Hi,


    I am checking on this with relevant team. I will update you ASAP.


    Regards

    Tiwari


  • Jeet14's avatar
    Jeet14
    Icon for Frequent Contributor rankFrequent Contributor

    Hi,


    It is taking some more time to get the response on this from the backend team.


    Regards

    Tiwari


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

    Hi,

    thanks for your reply.
    Can you tell me how long you think it needs until we get reply.
    We must make our time schedule.

  • Jeet14's avatar
    Jeet14
    Icon for Frequent Contributor rankFrequent Contributor

    Hi,


    I am continuously checking with the team who used to handle the academic programs. I will try to get the update within this week.


    Regards

    Tiwari


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

    I want ask for the status of my request.
    I should have some informations how long it needs that we can plan further steps.
    In 3 weeks starts at our university the new semester and we must prepare our lecture.

  • Jeet14's avatar
    Jeet14
    Icon for Frequent Contributor rankFrequent Contributor

    Hi,


    Apologies for delayed response.

    I had send you private email to you. Please have a look and respond.


    Regards

    Tiwari


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

      Thanks for your reply.
      I have sent you a respond to your private Email.