Altera_Forum
Honored Contributor
12 years agoAltera rozipfs in SRAM partition
Hi,
has anyone attempted and succeeded in using rozipfs with memory base and offset located in SRAM? In my case it doesn't work. I have done the following: - created partition in SRAM (last MB defined as distinct memory region) - copied the 2 zipfs sectors from flash into SRAM at boot time - configured BSP to use SRAM base and the known MB offset In my application afterwards I am using the same fopen(/mnt/zipfs/filename, 'r') call. Thankful for any hints..