Nios® V Processor Software Developer Handbook

ID 743810
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

3.4.1.2. Configuring the Boot Environment

Your particular system may require a bootloader to configure the application image before execution. For example, suppose your application image is stored in flash memory and copied to volatile memory for performance. In that case, a bootloader must configure the application image in the volatile memory. This configuration process occurs before the HAL BSP library configuration routines execute and before the crt0 code block executes. A bootloader implements this process.