Forum Discussion
How can I use the HDMI Tx port on Arria V GX Starter kit?
- 6 years ago
Hi,
I used NIOS II Command Shell and executed quartus, then opened the project.
I generated the example again.
Finally, I had generated the example codes.
Thank you so much.
Hi Sir,
For HDMI in AV GX kit, you may refer to the available example design that can obtain from this document.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_hdmi.pdf#page=47
Please note that the section also guide you on how to generate the design. You may refer to the design on how to fit the HDMI IP in quartus.
Also, the port that you listed is transceiver port. You suppose can use it without HDMI IP for other reason.
Hi,
When I used the Quartus version 18.1 standard to generate the example code, I got the error message like this:
nfo: hdmi_0: Creating fixed parameters (ignoring your setting) design example
Info: hdmi_0: Adding files from C:/Users/Timmy/AppData/Local/Temp/alt8180_4493176939796044939.dir/0002_hdmi_0_gen/ to your directory
Error: no files matched glob pattern "*"
while executing
"__altera__safe_glob -directory C:/Users/Timmy/AppData/Local/Temp/alt8180_4493176939796044939.dir/0002_hdmi_0_gen/av_sk_hdmi2/software/hdmi_demo_bsp *"
("uplevel" body line 1)
invoked from within
"uplevel 1 [list __altera__safe_glob {*}$args]"
(procedure "glob" line 2)
invoked from within
"glob -directory $src_dir *"
(procedure "glob_recursive" line 2)
invoked from within
"glob_recursive $item [file join $dest_dir $filename] $top_name"
(procedure "glob_recursive" line 8)
invoked from within
"glob_recursive $item [file join $dest_dir $filename] $top_name"
(procedure "glob_recursive" line 8)
invoked from within
"glob_recursive [pwd] {} $ed_name"
(procedure "generate_copy_ed" line 40)
invoked from within
"generate_copy_ed $design_name($family)"
(procedure "generate_example" line 11)
invoked from within
"generate_example hdmi_0_example_design"
Error: Failed to generate example design example_design to: C:\Users\Timmy\Desktop\FPGA\Project_1\hdmi_example_design
How can I solve this error?
Thanks.