Re: Connecting a proprietary device to a filesystem

2015-04-22 Thread Spam Bucket
This is very helpful. Thank you! On 20-Apr-15 11:23 PM, Sebastian Huber wrote: Hello Spam Bucket, please have a look at: https://docs.rtems.org/doxygen/cpukit/html/group__JFFS2.html https://git.rtems.org/rtems/tree/testsuites/fstests/jffs2_support/fs_support.c

Re: Connecting a proprietary device to a filesystem

2015-04-21 Thread Sebastian Huber
Hello Spam Bucket, please have a look at: https://docs.rtems.org/doxygen/cpukit/html/group__JFFS2.html https://git.rtems.org/rtems/tree/testsuites/fstests/jffs2_support/fs_support.c -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89

Connecting a proprietary device to a filesystem

2015-04-20 Thread Spam Bucket
Hello, I am attempting to implement a file system on a flash device over a serial connection. I have written routines that use the serial port on my board and happily read and write data from the flash device. I am trying to figure out how to make these routines be the underlying I/O for a