Nios® V Embedded Processor Design Handbook

ID 726952
Date 5/13/2024
Public
Document Table of Contents

6.6.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 Quartus® Prime version, execute the following command to generate the BSP file. Select the type as hal or ucosii.
    • The command for 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 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