Nios® V Processor Software Developer Handbook

ID 743810
Date 4/01/2024
Public
Document Table of Contents

4.2.1. Creating a BSP for an Intel® FPGA Development Board

To create a BSP, perform the following steps:
  1. Start the Nios V Command Shell.
  2. Create a working directory for your hardware and software projects. The following steps refer to this directory as <projects>.
  3. Make <projects> the current working directory.
  4. Create a Nios® V processor hardware example corresponding to your Intel® FPGA development board. You can refer to the Nios V Processor Design Example Scripts.
  5. Create and build the BSP with niosv-bsp --create command:
    niosv-bsp --create --qsys=<Platform Designer system> --type=<os name> settings.bsp

For details about the Nios V Command Shell and niosv-bsp, refer to the Getting Started from the Command Line.