Is an example of TCP/IP on RTEMS i386 QEMU platform available?

2018-05-17 Thread 구철회
Hello, I am trying to test the TCP/IP on RTEMS. And I found the virtualbox image (provided by Joel Sherrill on 2012, https://sourceforge.net/projects/rtems-vms/files/Centos-6.3-RTEMS-4.11-20121128/) is a good starting point to begin the test. It has RTEMS i386 bsp and QEMU emulator, and some e

Re: IMFS usage

2018-05-17 Thread Matthew J Fletcher
Hi, Thanks for that information. > The IMFS uses malloc for disk blocks so that might have to be addressed for your use cases. Is there any way to pass in / override the block allocator ? On Thu, 17 May 2018, 15:58 Joel Sherrill, wrote: > > > On Thu, May 17, 2018, 9:51 AM Matthew J Fletcher

Re: IMFS usage

2018-05-17 Thread Joel Sherrill
On Thu, May 17, 2018, 9:51 AM Matthew J Fletcher wrote: > Hi, > > I've not been able to find a clear guide on how to setup/use an IMFS > filesystem. I wish to mount this to use a separate volatile memory area, > not as a root filesystem. > > > There is some incomplete documentation here, https://

IMFS usage

2018-05-17 Thread Matthew J Fletcher
Hi, I've not been able to find a clear guide on how to setup/use an IMFS filesystem. I wish to mount this to use a separate volatile memory area, not as a root filesystem. There is some incomplete documentation here, https://docs.rtems.org/branches/master/filesystem/in-memory.html and the imfs.h