Nios® V Embedded Processor Design Handbook

ID 726952
Date 5/26/2023
Public

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

Document Table of Contents

5.5.2. Software Development Flow

Creating a µC/TCP-IP and µC/OS-II software image for the Simple Socket Server or the iPerf example design consist of the following general steps:

  1. Create a board support package (BSP) project, including µC/OS-II and the µC/TCP-IP software component.
  2. Creating a Nios V application project with the provided software design files.
  3. Building the application project.
  4. Running and debugging the application project.

To ensure a streamlined build flow, you are encouraged to create similar directory tree in your design project. The following software design flow is based on this directory tree.

Follow these steps to create the software project directory tree:
  1. In your design project folder, create a folder called software.
  2. In the software folder, create two folders called app and bsp.
Figure 81. Software Project Directory Tree