Forum Discussion
HamzahS
New Contributor
2 years agoNois V Command Shell Error
Hello, I've implemented Nios V/g in Quartus Prime Standard Edition 23.1std. I want to create the bsp project using the following command: niosv-bsp -c --quartus-project=TEST.qpf --sopcinfo=sys_modu...
Broddo
Occasional Contributor
2 years agoI've run afoul of this as well. There seems to be a discrepancy between the command-line arguments referenced in the docs, the commands that niosv-bsp claims to support and actually available in niosv-bsp.
The solution for now: try leaving out the --quartus-project switch. It's not necessary
niosv-bsp -c -s=sys_module.sopcinfo -t=hal sw/bsp_custom/settings.bsp
HamzahS
New Contributor
2 years agoI've tried this and it worked to generate the BSP, thanks a lot.