Visible to Intel only — GUID: frp1678179106671
Ixiasoft
6.5. Bootloader
Both Nios® II and Nios® V processors support:
- Execute-in-place (XIP) using alt_load function
- Program copied to system RAM using boot copier
Supported Boot Memories | Device | Nios® V Processor Booting Methods | Application Runtime Location | Boot Copier |
---|---|---|---|---|
On-Chip Flash (for Internal configuration) | MAX® 10 FPGA devices only (with On-Chip Flash IP) | Nios® V processor application execute-in-place from On-Chip Flash | On-Chip Flash (XIP) + OCRAM/ External RAM (for writable data sections) | alt_load() function |
Nios® V processor application copied from On-Chip Flash to RAM using boot copier | OCRAM/ External RAM | Reusing Bootloader via GSFI | ||
General Purpose QSPI Flash (for user data only) | All supported FPGA devices (with Generic Serial Flash Interface FPGA IP) |
Nios® V processor application execute-in-place from general purpose QSPI flash | General purpose QSPI flash (XIP) + OCRAM/ External RAM (for writable data sections) | alt_load() function |
Nios® V processor application copied from general purpose QSPI flash to RAM using boot copier | OCRAM/ External RAM | Bootloader via GSFI | ||
Configuration QSPI Flash (for Active Serial configuration) | Control block-based devices (with Generic Serial Flash Interface Altera FPGA IP) 2 | Nios® V processor application execute-in-place from configuration QSPI flash. |
Configuration QSPI flash (XIP) + OCRAM/ External RAM (for writable data sections) | alt_load() function |
Nios® V processor application copied from configuration QSPI flash to RAM using boot copier. | OCRAM/ External RAM | GSFI bootloader | ||
SDM-based devices (with Mailbox Client Altera FPGA IP). 2 | Nios® V processor application copied from configuration QSPI flash to RAM using boot copier. | OCRAM/ External RAM | SDM bootloader | |
On-chip Memory (OCRAM) |
All supported Altera FPGA devices. 2 | Nios® V processor application execute-in-place from OCRAM. | OCRAM | alt_load() function |
Tightly Coupled Memory (TCM) | All supported Altera FPGA devices.2 | Nios® V processor application execute-in-place from TCM. | Instruction TCM (XIP) + Data TCM (for writable data sections) | None |