Forum Discussion
Altera_Forum
Honored Contributor
16 years agoFile access in uCLinux on NIOS II
I have sort of an elementary question. If I build a program that runs on uCLinux which is running on NIOS II, how can use file I/O? I mean where should the file be stored so it can be accessed at run...
Altera_Forum
Honored Contributor
16 years agoINITRAMFS:
http://www.nioswiki.com/special:search?search=initramfs&type=fulltext&go=find You can't copy files from your debug hist to the NIOS device using just the command line. A way to copy files over at runtime is using FTP. You can either activate an FTP server in the NIOS device or on your debug host. -Michael