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 agoHello GreateWhite.DK,
You can read out some bytes from the flash where your files are stored to verify the flash process. This could be done with a pointer and printf or with the debugger. Perhaps there is a limitation with the length of the filename. Short the filenames and try it again. Good luck, niosIIuser