Forum Discussion
Altera_Forum
Honored Contributor
21 years agohowto build an executable file for ftp to ram
I can compile an application, say "hello world", place it in my flash file system, and all is well. It runs fine. But if I ftp that same executable file into the ram fs (/var). It crashes, I think b...
Altera_Forum
Honored Contributor
21 years agoI don't think there are problems in using ftp to upload executables to /var, as long as the executables can fit in the ramdisk. Make sure binary format, not ascii, is used when you upload the executable.