[haiku-development] Re: Haiku over Raspberry PI

  • From: kallisti5 <kallisti5@xxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Sun, 09 Jul 2017 15:50:32 -0500

On 2017-07-07 01:41, Rahul Jain wrote:

You were right,
It alutomatically boots the haiku loader and filesystem. Looks like it
is hanged on starting kernel.

qemu-system-arm -bios ../../u-boot/u-boot.bin -drive
if=sd,file=haiku-rpi2.mmc,format=raw -machine raspi2 -serial stdio

and gives following output.


Here is a nice method bypassing the u-boot binary that seems to work on my stock Fedora qemu: :-)

from the generated.arm directory:

qemu-system-arm -M raspi2 -m 2G -dtb ./rpi2.dtb -kernel ./haiku_loader_linux.ub -initrd ./haiku-floppyboot.tgz.ub -d guest_errors


Remove the "-initrd ./haiku-floppyboot.tgz.ub" and you'll get the haiku loader prompt over serial.

The serial console shows the syslogs up until loading the kernel.

 -- Alex

Other related posts: