Nios® V Processor Software Developer Handbook

ID 743810
Date 4/01/2024
Public
Document Table of Contents

13.3. Programming the Zip File to Flash

To access files in the zip file subsystem, you must load program the zip data into flash. The RISC-V GNU objcopy utility (riscv32-unknown-elf-objcopy.exe) creates an Intel HEX file ( .hex ) that includes the data for the zip file system.
$ riscv32-unknown-elf-objcopy --input-target binary \
--output-target ihex example.zip example.hex

You can load the HEX file in general-purpose QSPI flash or configuration flash.