Nios® V Embedded Processor Design Handbook

ID 726952
Date 12/04/2023
Public
Document Table of Contents

1.5.3.1.2. Generating the Board Support Package using the Command-Line Interface

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