Forum Discussion
Altera_Forum
Honored Contributor
21 years agohow to change files to excutable mode?
when i input in uclinux shell : chmod 777 myfile the shell say: myfile: Read-Only system well, how to change file mode? thanks !
Altera_Forum
Honored Contributor
21 years agoRead only is read only is read only. There is no way to change the permissions to write to a romfs filesystem. By definition, it is impossible.
You need to read up on the available filesystems (perhaps, ramfs, jffs -- on flash, etc.), implement one of those filesystems. If you're asking how to _change_ a particular file on a romfs filesystem, that is covered in the Microtronix-provided documentation. Start reading. :-) Cheers, - slacker