Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNiosII
hi I have a source code of compression vidéo (h.264 ,jpeg) how is exécutable in visual studio c++,my problem is how to implement this code in NiosII ,how to convert this source code in niosII. th...
Altera_Forum
Honored Contributor
13 years agoYou will either have to find or implement a different file system with write access, or use another method. For example instead of a file, you can put the JPEG data in a table or an allocated memory buffer and re-read it from there.
An alternative is to use the host file system instead of the rozipfs, and then you can directly read/write files on your PC. But this will only work when running the application with the debugger, not if you directly execute it.