Nios® V Processor Software Developer Handbook

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

13.2. Preparing the Zip File

Ensure that the zip file is uncompressed. The read-only zip file system uses the zip format only for bundling files; it does not provide the file decompression features for which zip utilities are known.
Create a zip file without compression using the WinZip GUI or the -e0 option to turn off compression using either winzip or pkzip from a command line. When using the ZIP command in Linux, use the -0 option to turn off compression.
$ zip -r example.zip -0 example.txt