Forum Discussion
Nios IDE CPU Detection
Fpga_Egr_2025 wrote:I am trying to create bsp and software for Nios V , using Eclipse IDE.
For Nios V in Quartus Standard, you will be using the "niosv-bsp-editor" to generate the BSP, and Ashling RiscFree IDE to build the project.
(Nios II Eclipse IDE is not enabled to support Nios V.)
You may refer to the Max 10 Nios V project example here.
Regards,
Liang Yu
- Fpga_Egr_20251 month ago
Occasional Contributor
Thanks for pointing that to me , yes i was able to generate bsp as per document "AN 985: Nios® V Processor Tutorial" , But now i am stuck on this step :
See also attached my Niosv command console messages :
Any idea why niosv shell cannot recognize these switches ? Thanks
- tehjingy_Altera1 month ago
Regular Contributor
Could you try out the command format below:
niosv-bsp -c --quartus-project=top.qpf --qsys=sys.qsys --type=<hal, ucosii, or freertos> software/bsp/settings.bsp - LiangYuG_Altera1 month ago
Contributor
Fpga_Egr_2025 wrote:
Any idea why niosv shell cannot recognize these switches ?
Try removing the backslash.
Able to replicate your issues when "\" is present."\" works as a line continuation character in Linux, but that doesn't work in Windows.
Regards,
Liang Yu