this post was submitted on 17 Mar 2025
14 points (93.8% liked)

Selfhosted

44643 readers
2359 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

A recent Armbian kernel upgrade bricked my entire Rock64 cluster (5 cards) and after a week debugging, it seems beyond repair.

I would like to find some ARM-based SBC for self-hosting that's reliable enough to run for the next five years.

My question for you is reliability and support, rather than specs, as I found Pine64 lacking in support and 4 out of 8 cards failed in the period of two years (one got replaced by warranty).

I have already an x86 cluster, so my interest is for ARM vendors and do not need wifi, gpio, audio, hdmi, etc...

Any experience with Orange Pi or Radxa?

top 7 comments
sorted by: hot top controversial new old
[–] InvertedParallax@lemm.ee 4 points 2 days ago (1 children)

I don't understand 'beyond repair'?

The hardware is damaged by a kernel upgrade?

It's not impossible, merely unheard of.

[–] massive_bereavement@fedia.io 3 points 2 days ago

Rock64s had several issues with emmc slots, however one way I had to circumvent it was flashing the SPI allowing me to boot from usb, following the official guide: https://github.com/ayufan-rock64/linux-build/blob/master/recipes/flash-spi.md

The issue here is that with the recent updates on u-boot, some older models have issues with old u-boot systems, and while I can flash again to the previous working SPI and u-boot, I can't make it work with the latest lts kernel.

Could it be solved? Sure, if I invest time solving the issue and compiling my own kernel version, I guess.

Is it worth it? My time is more limited than my money. I'll rather some cash on three rpi5 or similar, than wasting more time on a set of cards that have been failing on several things for the past five years. (lattepandas and rock 64 pro had no issue during the same amount of time)

At the end of the day, I like selfhosting services but I also like having free time :)

[–] iggy@lemmy.world 4 points 2 days ago (1 children)

The only Radxa I'd bother with is the Rock 5 and for the price, I'd probably just go with rpi5 (unless you like to tinker... a lot). That's coming from someone that owns 3 Rock5's. The new Orion board looks interesting, but if it's like any other Radxa products it'll be 2+ years before it gets decent software support.

[–] massive_bereavement@fedia.io 1 points 2 days ago

Thanks, that is one of my biggest concerns. Rpi5 is on my radar, despite the supply situation that often plagues rpies

[–] HelloRoot@lemy.lol 3 points 2 days ago (1 children)

Not on topic but do you mind explaining the Pine64 breakage?

I am running a lot of their products and a soquartz cm module broke for me as well, I am hoping the rest will hold on for a long time.

[–] massive_bereavement@fedia.io 2 points 2 days ago (1 children)

I gave a bit of a heads-up on a different thread, but the TLDR is that I use usb for the main disk and there's an issue with usb in the latest uboot for rk3328. I tried flashing the SPI to an early version but as soon as I would update a kernel to LTS, I would start having problems.

To be honest, I feel that this is a solvable issue, but also that I'm done trying to make these cards work on my own. (I wasted a lot of time and money fixing the eemc modules and the sockets).

At this point I reached a conclusion that I would use my selfhosting time to focus on software and networks, and just use reliable hardware, even if it means doing less and paying more, and leave soldering for my diy projects.

That said, the Rock64 pro sbcs I have are still going strong despite being used non-stop for the last 5-6 years.

[–] HelloRoot@lemy.lol 2 points 1 day ago

Thanks for sharing! Thats good to know info.