Forum Discussion
Altera_Forum
Honored Contributor
13 years agoRead-Only Zip File System zipfs on nios ii
Hi I'm using Quartus II 12.1 to develop software for nios II processor I fallowed this wiki page (http://www.alterawiki.com/wiki/readonlyzipfilesystem) to enable the zipfs on nios II but i ca...
Altera_Forum
Honored Contributor
13 years agoThe rozipfs can be used in both debug and run modes. I suggest that you write more debug information from your code to see what is wrong (especially if any error is returned when you are trying to open the file).
There is another filesystem module available on Nios that is called the host filesystem. This modules allows the application running on the Nios to directly read/write files on the host PC. This module only works in debug mode.