RTEMS not booting with Qemu PREP larger than 256Mb

2018-03-02 Thread Éric Tremblay
Hi, I am a new user of RTEMS and I have a weird issue using it with Qemu. I am using RTEMS release 4.11.3. I am using Qemu v 2.5.0 I am running in a Linux Ubuntu VM (64 bits) I can successfully launch various applications (.ralf) with qemu-system-ppc, like so for example: qemu-system-ppc -M pre

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

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

2018-03-08 Thread Éric Tremblay
IDE driver for the qemuprep bsp...unless someone tells me that it should work out-of-the-box with qemuprep bsp. On Thu, Mar 8, 2018 at 1:30 AM, Chris Johns wrote: > On 8/3/18 12:55 am, Éric Tremblay wrote: > > Hi, > > I read that it is possible to make a folder available to the

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

2018-03-09 Thread Éric Tremblay
I worked on adding an IDE driver since none existed for this bsp. I have something that works now but need to do a little more testing and packaging. How should I submit this patch, I need to create a ticket for a new feature? Thanks, Éric On Thu, Mar 8, 2018 at 9:39 AM, Éric Tremblay wrote