Intel® FPGA University Program
University Program Material, Education Boards, and Laboratory Exercises
1183 Discussions

Freezing Intel/Altera Monitor Programm

haglo
Beginner
1,388 Views

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:

haglo_0-1691141904428.png

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

haglo_1-1691142122379.png


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

 

Labels (1)
0 Kudos
12 Replies
haglo
Beginner
1,330 Views

Hello,


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

0 Kudos
Jeet14
Employee
1,308 Views

Hi,


Please follow the step by step procedure given in below link-

https://github.com/fpgacademy/Tutorials/releases/download/v21.1/Monitor_Program_ARM.pdf


Regards

Tiwari


0 Kudos
haglo
Beginner
1,301 Views

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)

0 Kudos
Jeet14
Employee
1,263 Views

Hi,


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


Regards

Tiwari


0 Kudos
haglo
Beginner
1,260 Views

Thanks

0 Kudos
Jeet14
Employee
1,238 Views

Hi,


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


Regards

Tiwari


0 Kudos
haglo
Beginner
1,223 Views

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.

0 Kudos
Jeet14
Employee
1,202 Views

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


0 Kudos
haglo
Beginner
1,194 Views
0 Kudos
haglo
Beginner
1,112 Views

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.

0 Kudos
Jeet14
Employee
1,102 Views

Hi,


Apologies for delayed response.

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


Regards

Tiwari


0 Kudos
haglo
Beginner
1,091 Views

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

0 Kudos
Reply