Forum Discussion
YawenLi
New Contributor
2 years agoThank you,VenTing_Intel
But I think the argument 'o' is needed to tell quartus_pgm which parameter is passed.
And I have found the reason of the error, it is the typo. Before the "o" should be a hyphen. Not a dash.
quartus_pgm -c 1 -m JTAG -o "p;$AOCL_BOARD_PACKAGE_ROOT/bringup/B1E1_8GBx4/top.sof"
Now I have successfully verified the card. I hope it can help others.