Nios® V Embedded Processor Design Handbook

ID 726952
Date 12/04/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

6.5.3.1. Generating the Board Support Package

Generate the BSP file using the following steps:
  1. Launch the Nios V Command Shell
  2. Based on your Intel® Quartus® Prime version, execute the following command to generate the BSP file. Select the type as hal or ucosii.
    • The command for Intel® Quartus® Prime Pro Edition:
      niosv-bsp -c --quartus-project=top.qpf --qsys=sys.qsys \
      --type=<hal, ucosii, or freertos> software/bsp/settings.bsp
    • The command for Intel® Quartus® Prime Standard Edition:
      niosv-bsp -c --quartus-project=hw/top.qpf --sopcinfo=hw/sys.sopcinfo \
      --type=<hal, ucosii, or freertos> software/bsp/settings.bsp