versatilepb barebox under qemu

Antony Pavlov antonynpavlov at gmail.com
Wed Apr 29 02:07:10 PDT 2015


Hi!

I have just checked barebox for versatilepb under qemu.

After the commit c79d68bd169113600ed0b3edc3b78700995a73f5

  Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
  Date:   Tue Dec 23 19:21:54 2014 +0100

      versatilepb: switch to defaultenv-2

       - Boot from NOR
       - enable UBI
       - use PBL

old qemu run string

  $ qemu-system-arm -M versatilepb -nographic \
            -monitor null -kernel barebox -serial stdio

does not work anymore.

But this run string works fine
  $ qemu-system-arm -M versatilepb -nographic -monitor null  -kernel arch/arm/pbl/zbarebox -serial stdio

I have not succeed with starting barebox from flash under qemu.

Do you know appropriate qemu-system-arm run string for running versatilepb barebox from flash?

-- 
Best regards,
  Antony Pavlov



More information about the barebox mailing list