---------- Forwarded Message ---------- Subject: Re: Fwd: [Milkymist-devel] USB good, RTEMS bad (was Re: [RFC PATCH 0/3] increase navre clock to 72 MHz) Date: Tuesday, April 17, 2012, 03:56:40 AM From: Sebastian Huber <[email protected]> To: Sebastien Bourdeauducq <[email protected]>
Hello, the general file system layer checks now the permissions. One problem with YAFFS2 were the default permissions of the root and lost+found directory: http://www.aleph1.co.uk/lurker/message/20120302.111636.12a2448e.en.html https://github.com/milkymist/rtems- yaffs2/commit/eae68a935f0bad6230a463097cae69b953fc881b Try to use chmod("/path/to/root/directory", S_IRWXU | S_IRWXG | S_IRWXO) if you want to use an existing YAFFS2 image with the current YAFFS2 library. _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode
