Nios II Classic Software Developer’s Handbook

ID 683282
Date 5/14/2015
Public
Document Table of Contents

15.2.3. Finding create-this-app and create-this-bsp

The create-this-app and create-this-bsp scripts are installed with your Nios II design examples. You can easily find them from the following information:
  • Where the Nios II EDS is installed
  • Which Altera development board you are using
  • Which HDL you are using
  • Which Nios II hardware design example you are using
  • The name of the Nios II software example

The create-this-app script for each software design example is in <Nios II EDS install path>/examples/<HDL>/niosII_<board type>/<design name>/software_examples/app/<example name>. For example, the create-this-app script for the Hello World software example running on the triple-speed ethernet design example for the Stratix® IV GX FPGA Development Kit might be located in 
c:/altera/100/nios2eds/examples/verilog/niosII_stratixIV_4sgx230/triple_speed_ethernet_design/software_examples/app/hello_world.

Similarly, the create-this-bsp script for each software design example is in <Nios II EDS install path>/examples/<HDL>/niosII_<board type>/<design name>/software_examples/bsp/<BSP_type>. For example, the create-this-bsp script for the basic HAL BSP to run on the triple-speed ethernet design example for the Stratix IV GX FPGA Development Kit might be located in c:/altera/100/nios2eds/examples/verilog/niosII_stratixIV_4sgx230/triple_speed_ethernet_design/software_examples/bsp/hal_default.

Figure 18. Software Design Example Directory Structure