Forum Discussion
Michael2021
Occasional Contributor
1 year agoIntel® Arria® 10 FPGA – Intel DisplayPort 8K RX-Only Design Example
Hello, I'm trying to look at this design. I downloaded the A10_DP_RX_FMC_PRO.par file and compiled it with Quartus Pro 21.1. I'm trying to compile the CPU program file in the Additional_Files dire...
Michael2021
Occasional Contributor
1 year agoWith the help of another helper, I have solved the problem with the nios2 command shell for running build_sw.sh.
if [[ $uname =~ "Microsoft" ]]; then => if [[ $uname =~ "microsoft" ]]; then
I have attached a screenshot of the execution result. The AN900 document says that the .elf file is created,
but it is not.
Please advise.
Thank you