Hello there,
So I am following this tutorial
https://www.intel.com/content/www/us/en/develop/articles/intel-cyclone-10-lp-fpga-kit-build-a-custom-hardware-system.html
Everything can easily followed but up until "Generate header file", I started getting error when I tried to enter this command line
BAT_PATH {}
tcl> if {$tcl_platform(platform) == "windows"} {
> set BAT_PATH [glob -join $quartus(quartus_rootpath) .. nios2eds {Nios II Command Shell.bat}]
> }
Alternatively it worked when I generate it using NIOS II shell but the problem is for the next line where there is need for global join
# execute sopc-create-header-files to generate the header files
tcl> eval exec -ignorestderr ${BAT_PATH} ${SCHF_PATH} soc_system.sopcinfo --output-dir qsys_headers
# read the header file for master_0 into a TCL variable
tcl> set master_0_header [read [open [glob -join qsys_headers master_0.h] r]]
I cannot find any suggestion on the web so I proceed with the next tutorial in this link
https://www.intel.com/content/www/us/en/develop/articles/intel-cyclone-10-lp-fpga-kit-debug-hardware-with-system-console.html
When I tried to insert master read and write command, the error said
"Jun 01, 2020 8:04:30 PM com.altera.debug.coreWARNING: This transaction has not completed in 10 seconds. System Console will keep trying for 50 more seconds.
----after 50 seconds----
java.lang.Exception: master_read_32: This transaction did not complete in 60 seconds. System Console is giving up.
Someone told me that it is because of the IP (JTAG to Avalon) is not responding and the clock is missing.
Can you advice me on this? Here I attached the Platform Designer .qsys that I worked on based on the links above. Thanks
Regards
Sayed