Forum Discussion
Altera_Forum
Honored Contributor
21 years agohow to create a directory on the board?
Hi, I have a stratix 1s10 with a uclinux. I'd like to create a directory (mkdir new_directory) but I don't have the permission. I think it's a question of right, but ... I don...
Altera_Forum
Honored Contributor
21 years agoHi John,
You'll need to enable jffs2 in the kernel configuration, then create your own jffs2 image using the mkfs.jffs2 utility. You can get the sources from: http://www.psyent.com/download (http://www.psyent.com/download) The sources at this site were ported for use under cygwin ... but you'd be doing yourself a favor (at least for the time being) to build the utility under linux -- as the cygwin version doesn't do a good job with some of the file attributes. Regards, --Scott