this post was submitted on 26 Sep 2023
3 points (100.0% liked)

RiscV

164 readers
1 users here now

founded 1 year ago
MODERATORS
 

This isn't a rip on RISC-V but it's something I notice a lot with ARM and RISC SBCs compared to x86, which seems to support Linux, Windows, MacOS regardless of the device specs.

On other platforms, the developers have to build special iso images for each device, even though the underlying OS supports the whole architecture.

If I wanted to move to a new device (say, upgrade my Raspberry pi 4B to an Orange Pi, or other RISC-V alternatives) I'd have to ensure the new device had support from my OS choice, download a new image for it, and manually port stuff across. (as far as I can tell).

What's the technical reason that x86 can configure the OS on the fly but ARM/RISC can't?

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 11 months ago

x86 computers have BIOS or UEFI which provides a way for the OS find the hardware. ARM devices generally do not have a counterpart to BIOS/UEFI. More details here: https://unix.stackexchange.com/questions/721976/why-is-it-harder-to-upgrade-an-arm-device-vs-an-x86-device-with-newer-linux-ker