Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThe limit of the ROZIPFS file system?
Hello, I use ROZIPFS successfully at several boards, but there maybe some limit, but what limit? 1. I find that if the ROZIPFS file size up to 2MB, the fopen() function usually can not return...
Altera_Forum
Honored Contributor
12 years agoHi,
regarding 2: do you have a decent amount of RAM? If you worry about flash but not about RAM maybe this could work:- store compressed files in flash
- reserve a region in RAM for the zipfs filesystem
- uncompress the compressed data and copy it to the RAM at boot time
- set ro_zipfs base and offset in RAM