Forum Discussion
Altera_Forum
Honored Contributor
14 years agoread a text file
Hi. I'm wondering if is possible to read contents from a text file in a NIOS2 software, either downloading that file to a SDRAM, or reading it from the hard disk via JTAG. is that possible...
Altera_Forum
Honored Contributor
14 years agoIf you have installed the Altera Zip Read Only File System the normal read operations for stream io (fscant, fget...) will work normaly.
One of my applications reads so some configuration files. Writing is of course not possible on this system.