Hello, I tried to run L4linux on a beagle board. I downloaded the snapshot, did Make setup (I chose config for beagleBoard) Make I compiled quiet well but I can't launch le L4linux on my qemu (Maybe I did something wrong), I'm currently using qemu-linaro (last release) Qemu-system-arm -M beagle -m512 -kernel obj/l4/arm-beagleboard/images/bootstrap_L4Linux_ARM.elf -initrd files/ramdisks-arm.rd And I get this error: Qemu:Hardware error: no boot device found CPU#0 {registers....} Aborted Thank you Best regards, -- Simone Julien Stagiaire Novasys
On Thu Oct 20, 2011 at 12:20:52 +0200, Julien SIMONE wrote:
I tried to run L4linux on a beagle board. I downloaded the snapshot, did
I compiled quiet well but I can't launch le L4linux on my qemu (Maybe I did something wrong), I'm currently using qemu-linaro (last release)
Qemu-system-arm -M beagle -m512 -kernel obj/l4/arm-beagleboard/images/bootstrap_L4Linux_ARM.elf -initrd files/ramdisks-arm.rd
And I get this error:
Qemu:Hardware error: no boot device found
CPU#0
{registers....}
Aborted
I think you are the first to try this qemu. My guess would be that this qemu might require some storage option to be present and does not work with the -kernel option alone as the mainline one does. Adam -- Adam adam@os.inf.tu-dresden.de Lackorzynski http://os.inf.tu-dresden.de/~adam/
Hi Julien, qemu-linaro emulates the real BB boot process and you therefore have to provide a bootable SD-card device or image instead of just the kernel ELF. qemu-system-arm -M beagle -m 512 --clock unix --serial stdio -sd <device name | image file> The SD image must contain proper BB initialization instructions. MLO + u-boot are usually used for this. Angstrom demo files will probably be a great source of inspiration for you: http://www.angstrom-distribution.org/demo/beagleboard/ . François On Thu Oct 20, 2011 at 12:20:52 +0200, Julien SIMONE wrote:
I tried to run L4linux on a beagle board. I downloaded the snapshot, did
I compiled quiet well but I can't launch le L4linux on my qemu (Maybe I did something wrong), I'm currently using qemu-linaro (last release)
Qemu-system-arm -M beagle -m512 -kernel obj/l4/arm-beagleboard/images/bootstrap_L4Linux_ARM.elf -initrd files/ramdisks-arm.rd
And I get this error:
Qemu:Hardware error: no boot device found
CPU#0
{registers....}
Aborted
participants (3)
-
Adam Lackorzynski -
Francois Goichon -
Julien SIMONE