Re: How to use qemu vfat feature with RTEMS and the powerPC PREP bsp

2018-03-07 Thread Chris Johns
On 8/3/18 12:55 am, Éric Tremblay wrote: > Hi, > I read that it is possible to make a folder available to the guest system > using > the vfat feature of Qemu but can't get it to work. > > I am using qemu-system-ppc with PREP (-M prep)  (qemu v2.5.0) > I am using rtems 4.11.3 > > I am currently e

Re: Crash deep in heap allocation for rtems_region_get_segment() call

2018-03-07 Thread Sebastian Huber
Hello Matthew, it is very likely not a bug in the heap code. It is probably a use after free or heap block overwrite. You can use the --enable-rtems-debug configuration option to enable a heap protections which helps to catch these application errors. -- Sebastian Huber, embedded brains GmbH

How to use qemu vfat feature with RTEMS and the powerPC PREP bsp

2018-03-07 Thread Éric Tremblay
Hi, I read that it is possible to make a folder available to the guest system using the vfat feature of Qemu but can't get it to work. I am using qemu-system-ppc with PREP (-M prep) (qemu v2.5.0) I am using rtems 4.11.3 I am currently experiencing with the 'qemu_vfat' example but can't get passe