this post was submitted on 24 Feb 2024
132 points (99.3% liked)

Open Source

30301 readers
1423 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 10 points 6 months ago* (last edited 6 months ago) (1 children)

Isn’t this the RockPi? Or is the RockPi just based on the RK3588? It’s great for open-source but good lord are these SBC’s astronomically high.

[–] [email protected] 6 points 6 months ago (1 children)

I thought these things had some sort of boot ROM that fixed what peripherals and in what order they are able to boot from.

[–] [email protected] 5 points 6 months ago (1 children)

Generally the ROM if it exists is very minimal and contains just enough to load the next stage of the boot process. Some devices can boot directly from flash and generally you want the ability to update the boot chain because these things are never perfect on release.

[–] [email protected] 2 points 6 months ago

I've been using an Orange Pi and the problem I ran into is that there seems to be no way to disable booting from SD card if one is present. Some people online were reporting it would fail to boot if the SD card was just data. I'd love to make it always boot from its MMC (with jumper pins or something to fall back to SD when needed).