[haiku-development] Re: Haiku over Raspberry PI

  • From: Rahul Jain <talentediq@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Fri, 7 Jul 2017 11:11:18 +0530

Hi Adrien/Alex,

After talking to Stephen Warren qemu/u-boot developer, I got to know
There was some issue with qemu with machine as raspi2.
because the timer that U-Boot uses isn't implemented, so it hangs
forever waiting for a timeout that never happens since the timer
doesn't tick.

But i got https://github.com/0xabu/qemu/ this guy did that to emulate for raspi.
and i am also able to emulate uboot with

"qemu-system-arm  -M raspi2 -bios u-boot.bin  -serial stdio"

And successfully getting uboot terminal handle.

Now next as Alex told to load the haiku loader ( haiku_loader.ub ),
where can i find this loader?

-- 
Thanks,
Rahul jain

Other related posts: