Visible to Intel only — GUID: lro1432912635282
Ixiasoft
2.1. Starting the Flash Programmer GUI
2.2. Specifying your Flash Programmer Settings
2.3. Working with Flash Programmer Settings Files
2.4. Setting the Hardware Connection
2.5. Checking System ID and System Timestamp
2.6. Generating Flash Files and Programming Flash Memory
2.7. Document Revision History for Using the Flash Programmer GUI
B.1. Overview
B.2. Start Button Grayed Out in the Flash Programmer GUI
B.3. 'No Nios® II Processors Available' Error
B.4. 'No CFI Table Found' Error
B.5. 'No EPCS Registers Found' Error
B.6. 'System Does Not Have Any Flash Memory' Error
B.7. 'Reading System ID at Address 0x<address>: FAIL' Error
B.8. 'Base Address Not Aligned on Size of Device' Error
B.9. Document Revision History for Troubleshooting
Visible to Intel only — GUID: lro1432912635282
Ixiasoft
3.3.1.2. CFI Parameters
Name | Required | Description |
---|---|---|
--base=<addr> | Required. | The base address of the flash memory component. elf2flash uses this parameter with --end and --reset to determine whether the system requires a boot copier. |
--end=<addr> | Required. | The end address of the flash memory component. elf2flash uses this parameter with --base and --reset to determine whether the system requires a boot copier. |
--reset=<addr> | Required. | The processor reset address, which is specified in Platform Designer. elf2flash uses this parameter with --base and --end to determine whether the system requires a boot copier. |
--boot=<file> | Required under the following conditions:
|
Specifies the boot copier object code file. Ignored if the boot copier is not required. If elf2flash determines that a boot copier is required, but the --boot parameter is absent, elf2flash displays an error message. The boot copier resides at < Nios® II EDS install path> /components/Intel FPGA_nios2/boot_loader_cfi.srec. |