Forum Discussion
Altera_Forum
Honored Contributor
22 years agoHOL filesystem does not seem to work.
Hi I have tried to follow the exsample in the tutorial how to use a HOL filesystem(the one where you include your filesystem as a ZIP file). my code: # include <stdio.h> int main() ...
Altera_Forum
Honored Contributor
22 years agoHi Trogdor_the_Burninator ( and others )
When I use the flash utility within the IDE it says that it programs the filling system. But when I try to acces my file afterwards it is not there. How can I verify that the filesystem has been written to the flash??? Must I use the "alt_flash_open_dev" and "alt_read_flash" rutines to verify on a bitpatternlevel or is there a more simple way??? It is really beginning to bug me this filesystem. The WOSFS from NIOS1 was much more straightforward. But this ZIP filesystem sounds in teory to be better but if it won't work that's not much help :o) Hope you can give me some more help. Regards GreateWhite.DK