Forum Discussion
Altera_Forum
Honored Contributor
21 years agoR/W Filesystem?
I'm currently running the stock FS, built following the instructions in the Getting Started manual. Is there any quick way to make this FS read/write? Changing the kernel command line str...
Altera_Forum
Honored Contributor
21 years agoHi Ryan,
> All I'd really like to do is be able to update config files and my userland apps via FTP .... Use jffs2 -- you can keep all of your "system stuff" as is ... and add a r/w jffs2 partition for your config files & apps. You can mount the r/w partition under your ramfs during sysinit ... or add an entry in fstab. Regards, --Scott