Forum Discussion
RaduB_Altera
Occasional Contributor
1 month agoHi Barry,
I've found the document AN 985: Nios V Processor Tutorial. Please take a look especially at Chapter 3. Hello World on MAX 10 FPGA 10M50 Evaluation Kit and see whether you are missing anything from the steps.
There is also the document Nios V Processor Software Developer Handbook especially section 4.2.1. Building Single Application and Single BSP that should cover the same thing.
From what I can tell, you need to run both the following tools, before being able to import into Ashling RIscFree:
- niosv-bsp → generates the BSP CMakeLists.txt
- niosv-app → generates the Application CMakeLists.txt
Did you run both apps?
Thanks a lot,
Radu