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?