Forum Discussion
Altera_Forum
Honored Contributor
15 years agoURGENT : Nichestack TCP/IP in NIOS II
I am a beginner in this field. My project is to send and receive real time data from one system to another. A server/client program must run on NIOS II EDS on a startix board and a client/server prog...
Altera_Forum
Honored Contributor
15 years agoProbably a silly point, but the hostfs filesystem only works when "debugging" the code, not just executing it. The filesystem, itself, relies on the gdb debug channel to connect to the host.
A quick and dirty way to place a "file" on any embedded system is to just compile it into your code as a char array. Regards, slacker