Forum Discussion
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