Wow, I completely missed this update.
Thanks for the great work on the RISC-V port!
Let’s hope, that we will have affordable boards with this architecture in the near future.
X512 should get a medal for his work on RISC-V and Vulkan
Technically that’s still accurate. Haiku currently only “officially” targets x86 32-bit (x86_gcc2), and x86_64 support for major (aka named) releases. However, we likely need to sit down and re-evaluate this position as alternative architecture ports become available.
I just tried the latest RISC-V image in QEMU.
At the first try it only showed a black screen,now I have a desktop.
Mouse and keyboard still don’t work,is that expected at the current state or should I try rebooting more often?
Also the CPU usage is going from 50% to 100% and back every few milliseconds while it’s actually doing nothing (serial doesn’t show any new events either).
Maybe try the qemu flags the article mentions? I think most of the erratic keyboard + mouse behavior is due to #17380 mentioned below. It’s funny that the hardware works better than qemu at the moment
I used exactly the command from the article.
After another reboot,it still behaves the same way.
I hope there will be support for the VisionFive V1 SBC when it’s released next year.
QEMU is not a perfect solution,but the HiFive Unmatched is too expensive for me.
After we merged gcc 11 a few weeks ago, the RISCV64 images saw several regressions.
I updated this article with the working hrevs (between hrev55624 and hrev55697)
@X512 has been busy on the Vulcan + wine ports, and hasn’t had the time to look into the issues.
I’ve been poking at the problem in the tickets above, but haven’t been able to figure out the cause.
Hello, i wanna buy Lichee RV Dock, and try boot Haiku, this is real on nightly builds? , small, not big price for buy-in , interest board :),?
And if there is boot, may be i can get sensor display, for send any data to be develop/contribute information for this businness… I decided to take…
Also this is Be Good for, deep diving in tech, io connecting, development tldr, on board have many for this. This is enother level
The only requirement today is a RV64GC or better core, UEFI firmware (Tianocore, etc) for the device, or the ability to boot a UEFI bootloader providing UEFI hooks (modern u-boot).
Beyond the above requirements, we also need a video framebuffer device, 1 GiB (2 better) of Memory, and some media to boot from (SD Card, etc)
If the above is available, Haiku is much more likely to boot today (or be booted after some minor adjustments in the future)
For all of EFI’s pain points (PE, etc), It definitely makes porting to boards a lot easier.