Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

59% Positive

Analyzed from 5576 words in the discussion.

Trending Topics

#support#more#hardware#https#software#arm#kernel#linux#board#com

Discussion (191 Comments)Read Original on HackerNews

BirAdam4 days ago
I love that OrangePi is making good hardware, but after my experience with the OrangePi 5 Max, I won’t be buying more hardware from them again. The device is largely useless due to a lack of software support. This also happened with the MangoPi MQ-Pro. I’ll just stick with RPi. I may not get as much hardware for the money, but the software support is fantastic.
Aurornis1 day ago
> The device is largely useless due to a lack of software support.

I think everyone considering an SBC should be warned that none of these are going to be supported by upstream in the way a cheap Intel or AMD desktop will be.

Even the Raspberry Pi 5, one of the most well supported of the SBCs, is still getting trickles of mainline support.

The trend of buying SBCs for general purpose compute is declining, thankfully, as more people come to realize that these are not the best options for general purpose computing.

mikepurvis1 day ago
"none of these are going to be supported by upstream in the way a cheap Intel or AMD desktop will be"

Going big-name doesn't even help you here. It's the same story with Nvidia's Jetson platforms; they show up, then within 2-3 years they're abandonware, trapped on an ancient kernel and EOL Ubuntu distro.

You can't build a product on this kind of support timeline.

bri3dabout 22 hours ago
For what it’s worth, Jetson at least has documentation, front ported / maintained patches, and some effort to upstream. It’s possible with only moderate effort and no extensive non-OEM source modification to have an Orin NX running an OpenEmbedded based system using the OE4T recipes and a modern kernel, for example, something that isn’t really possible on most random label SBCs.
yonatan80701 day ago
Yup, I'm working a lot with Jetsons, and having the Orin NX on 22.04 is quite limiting sometimes, even with the most basic things. I got a random USB Wi-Fi dongle for it, and nope! Not supported in kernel 5.15, now have fun figuring out what to do with it.
elevation1 day ago
> Even the Raspberry Pi 5 [...] is still getting trickles of mainline support.

I thought raspberry pi could basically run a mainline kernel these days -- are there unsupported peripherals besides Broadcom's GPU?

geerlingguy1 day ago
It takes a few years, but the Broadcom chips in Pis eventually get mainline support for most peripherals, similar to modern Rockchip SoCs.

The major difference is Raspberry Pi maintains a parallel fork of Linux and keeps it up to date with LTS and new releases, even updating their Pi OS to later kernels faster than the upstream Debian releases.

cptskippy1 day ago
> The trend of buying SBCs for general purpose compute is declining,

Were people actually doing that?

hnuser1234561 day ago
More like people try doing anything other than use the base OS, and realize the bottom-tier x86 mini-PCs are 3-4x faster for the same price, and can encode a basic video stream without bogging down.

If the RPI came with any recent mid-tier Snapdragon SOC, it might be interesting. Or if someone made a Linux distro that supports all devices on one of the Snapdragon X Elite laptops, that would be interesting.

Instead, it's more like the equivalent of a cheap desktop with integrated GPU from 20 years ago, on a single board, with decent linux support, and GPIO. So it's either a linux learning toy, or an integrated component within another product, and not much in between.

Tor31 day ago
I've used them for mostly dedicated tasks, at least the RPi3 and older. I've used the RPi3 as CUPS servers at a couple of sites, for a few printers. Been running for many years now 24/7 with no issues. As I could buy those SBCs for the original low price and the installation was a total no-brainer, I would never consider using any kind of mini PC for that.

I have a couple of RPi4 with 8GB and 4GB RAM respectively, these I have been using as kind-of general computers (they're running off SSDs instead of SD cards). I've had no reason so far to replace them with anything Intel/AMD. On the other hand they can't replace my laptop computer - though I wish they could, as I use the laptop computer with an external display and external keyboard 100% of the time, so its form factor is just in the way. But there's way too little RAM on the SBCs. It's bad enough on the laptop computer, with its measly 16GB.

chromacity1 day ago
Raspberry Pi was and is selling official desktop kits: https://www.raspberrypi.com/products/raspberry-pi-4-desktop-...

I wouldn't wish it upon an enemy, but it's a thing.

aj_hackmanabout 17 hours ago
I daily drove my Raspberry Pi 5 for all of 2024. It primarily compiled tons of C++ and served 1080p video via Jellyfin, and it did so flawlessly.
Schlagbohrerabout 23 hours ago
Yeah Raspi even sells a keyboard formfactor and there was a Raspi laptop made from 3D printable casing and basic peripherals (screen, keyboard with mouse nub) for it. A cheap quasi-open source laptop at the time.
bluGill1 day ago
They are cheap and seem like the hardware is good enough. The hardware is, but getting software support very diy.
alexjplant1 day ago
People do all manner of wacky stuff with Pis that could be more easily done with traditional machines. Kubernetes clusters and emulation boxes are the more common use cases; the former can be done with VMs on a desktop and the latter is easily accomplished via a used SFF machine off of eBay. I've also heard multiple anecdotes of people building Pi clusters to run agentic development workflows in parallel.

I think in all cases it's the sheer novelty of doing something with a different ISA and form factor. Having built and racked my share of servers I see no reason to build a miniature datacenter in my home but, hey, to each their own.

unethical_ban1 day ago
They probably define general purpose as anything homelab based that runs on a commodity OS.
bdavbdav1 day ago
Good. ESPs are better for low power IO. Cheap desktop HW / mini pcs are better for tinkering environments.
gspr1 day ago
> The trend of buying SBCs for general purpose compute is declining, thankfully, as more people come to realize that these are not the best options for general purpose computing.

If we take a step back, I think this is something to be saddened by. I, too, find boards without proper mainline support to be e-waste, and I am glad that we perhaps aren't producing quite as much of that anymore. But imagine if a good chunk of these boards did indeed have great mainline support. These incredibly cheap devices would be a perfect guarantor of democratized, unstoppable general compute in the face of the forces that many of us fear are rising. Even if that's not a fear you share, they'd make the perfect tinkering environment for children and adults not otherwise exposed to such things.

bdavbdav1 day ago
So don N100s / N150s - often cheaper and better.
utopiah1 day ago
> device is largely useless due to a lack of software support.

Came looking for this. It's the pitfall of 99% of hardware projects. They get a great team of hardware engineer, they go through the maddening of actually producing a thing (which is crazy complex) at scale, economically viable (hopefully), logistic hurdles including tax worldwide, tariffs, etc... only to have only people on their team be able to build and run a Hello World example.

To be fair even big player, e.g. NVIDIA, sucks at that too. Sure they have their GPU and CUDA but if you look at the "small" things like Jetson everybody I met told me the same thing, great hardware, unusable because the stack worked once when shipped then wasn't maintained.

throwup2381 day ago
Welcome to the world of firmware. That’s why RaspberryPi won and pivoted to B2B compute module sales as they managed to leech broad community support for their chips and then turn around and sell it to industry who were tired of garbage BSPs.

The reality for actual products is even worse. Qualcomm and Broadcom (even before the PE acquisition) are some of the worst companies to work with imaginable. I’ve had situations where we wasted a month tracking down a bug only for our Qualcomm account manager to admit that the bug was in a peripheral and in their errata already but couldn’t share the whole thing with us, among many other horror stories. I’d rather crawl through a mile of broken glass than have to deal with that again, so I have an extreme aversion to using anything but RPi, as distasteful as that is sometimes.

Schlagbohrerabout 23 hours ago
Ouch. I sympathize, having gone through similar hoops with Renesas. We buy a hardware product from them and try to develop on it but they won't share more than a few superficial datasheets with us. And I know they have way more manuals / datasheets because they'll sometimes drip the info to me when I ask specific questions, but they won't just give us them so we can do it ourselves.

This is a common business model sadly where the seller wants the buyer to buy an additional support contract for any actual firmware development.

pjmlp1 day ago
Which is why Raspberry PIs are more valuable to me than an x86 NUC, even if the prices are similar.

There are no ARM NUCs at such prices, and even if there were the GNU/Linux support would be horrible.

utopiah1 day ago
What's Qualcomm and Broadcom moat? Is it "just" IP or could they be replaced by a slower more expensive equivalent, say FPGA based, relying on open building blocks?
daymanstep1 day ago
Yeah that's the problem with ARM devices. Better just buy a N100
Gigachad1 day ago
I gave up on them and switched to a second hand mini pc. These mini desktops are offloaded in bulk by governments and offices for cheap and have much better specs than the same priced SBC. And you are no longer limited to “raspberry pi” builds of distros.

Unless you strictly need the tiny form factor of an SBC you are so much better going with x86.

colechristensen1 day ago
The mobility+power has been a thing for me. I can pick it up and take it outside with a USB battery pack and it just works.
severino1 day ago
I thought N100 equivalent SBC computers like Radxa's, etc., were largely out of stock for quite some time now.
simlevesque1 day ago
The N100 is way larger than a OrangePi 5 Max.
blacksmith_tb1 day ago
There are quite a few x86-64 machines in the 70mm x 70mm form factor[1], which is close?

1: https://www.ecs.com.tw/en/Product/Mini-PC/LIVA_Q2/

nl1 day ago
I have a Bosgame AG40 (low end Celeron N4020 - less powerful than the N100 - but runs fanless)[1].

It's 127 x 127 x 508 mm. I think most mini N100 PCs are around that size.

The OrangePi 5 Max board is 89x57mm (it says 1.6mm "thickness" on the spec sheet but I think that is a typo - the ethernet port is more than that)

Add a few mm for a case and it's roughly 2/3 as long and half the width of the A40.

[1] https://manuals.plus/asin/B0DG8P4DGV

geerlingguy1 day ago
Also about half as efficient, if that matters, and 1.5-2x higher idle power consumption (again, if that matters).

Sometimes easier to acquire, but usually the same price or more expensive.

bawanaabout 21 hours ago
Zimaboard2 has n150 and is smaller
nijave1 day ago
My Ace Magician N100 is 190x115mm

Big by comparison, but still pretty small

moffkalast1 day ago
Well... https://radxa.com/products/x/x4/

It has major overheating issues though, the N100 was never meant to be put on such a tiny PCB.

ekianjo1 day ago
The N100 is more expensive, does not come with onboard wifi, and requires active cooling.
bluGill1 day ago
Once you get a case, power supply, and some usable diskspace is the n100 isn't that much more expensive.
ValdikSS1 day ago
>software support is fantastic.

Unreliable USB: https://github.com/raspberrypi/linux/issues/3259

Unreliable Wi-Fi:

* https://github.com/raspberrypi/linux/issues/7092

* https://github.com/raspberrypi/linux/issues/7111

* https://github.com/raspberrypi/linux/issues/7272

I don't understand why many say that RPi software/firmware support is 'fantastic'. Maybe it used to be in the beginning compared to other chips and boards, but right now it's a bit above average: they ignore many things which is out of their control/can't debug and fix (as in Wi-Fi chip firmware).

Oryginabout 23 hours ago
> I don't understand why many say that RPi software/firmware support is 'fantastic'.

Because other vendors are way worse. Those tickets would not be "unreliable" but simply "broken" with a "Won't fix" status.

ValdikSSabout 20 hours ago
>Those tickets would not be "unreliable" but simply "broken" with a "Won't fix" status.

Check the Wi-Fi tickets, they are sitting without any replies from the RPi team since 2025. It is broken in these configurations, I decided not to use this strong general term for this case (it's broken only in certain configurations and use cases).

The USB bug (from 2019) has not be fully fixed. They got it much less extent, but did not eliminate the issue.

>Because other vendors are way worse.

There's only a single difference: Chinese vendors don't fix issues in both things they do control and in things they don't. The thing they control is usually a "Distro Build" or Buildroot rootfs hierarchy, which I personally see little value in.

Bugs related to third-party hardware and firmware present on the board gets rarely fixed by both sides.

Don't get me wrong, I'm absolutely not happy with it. I bought Intel NUC, which has Intel Ethernet and Intel Wi-Fi, as my PC with the idea that Intel has end-user support and writes drivers, and NUCs should come with golden Linux support, right? Yet Intel developers still supposed that I had to fix the bug in Intel drivers myself: https://marc.info/?l=linux-pci&m=175368780217953&w=2

edg5000about 22 hours ago
The main issue was that they forked UBoot and did not release their modifications, making it hard to run anything other than their Armbian fork. They forked Armbian a long time ago and kind of hacked things together rather than adding support for their HW to Armbian. After a while I gave up running anothing other than their releases, I had good experiences with the Orange Pi 3 and 5. But it's really uncool that they don't release their UBoot build! Lame! Their WiFi chip (Dragon something brand), had a bug where the WiFI beacon frames had incorrect element orderings, causing inconsistent results with some clients. Overall their Wifi was pure garbage. But apart from the Wifi it's robust stuff.
Centrinoabout 18 hours ago
I had good experiences with the Orange Pi 5 (only problem was soft reboot hanging), but only because Joshua Riek had created and maintained an Ubuntu distribution for the Rockchip. That project seems to be in limbo now, no kernel updates since at least a year.
theshrike79about 23 hours ago
Good to know that the OrangePi software support is exactly at the same level it was during the first boards.

There's a reason people just default to RaspberryPi even though better _hardware_ exists. RPi at least gets drivers and software support consistently.

notRobot1 day ago
Have you taken a look at armbian? If so, what was your experience?

https://www.armbian.com/boards?vendor=xunlong

BirAdam1 day ago
I have. It’s great on the RPi. On OPi5max, it didn’t support the hardware.

Worse, if you flash it to UEFI you’ll lose compat with the one system that did support it (older versions of BredOS). For that, you grab an old release, and never update. If you’re running something simple that you know won’t benefit from any update at all, that’s great. An RK3588 is a decent piece of kit though, and it really deserves better.

danielheath1 day ago
Every time there's a new discussion of some arm board, I compare the price / features / power use with the geekom n100 SBC I picked up awhile back.

As far as I can tell, the OrangePi 6 remains distinctly uncompetitive with SBCs based on low-end intel chips.

- Orange pi consumes much more power (despite being an arm CPU) - A bit faster on some benchmarks, a bit slower on others - Intel SBC is about 60% the price, and comes with case + storage - Intel SBC runs mainline linux and everything has working drivers

pantalaimon1 day ago
I thought RK3588 had pretty good mainline support, what's the issue with this board?
imoverclocked1 day ago
Yes, and no. I have an OrangePi 5 Ultra and I'm finally running a vanilla kernel on it.

Don't bother trying anything before kernel 6.18.x -- unless you are willing to stick with their 6.1.x kernel with a million+ line diff.

The u-boot environment that comes with the board is hacked up. eg: It supports an undocumented amount of extlinux.conf ... just enough that whatever Debian writes by default, breaks it. Luckily, the u-boot project does support the board and I was able to flash a newer u-boot to the boot media and then the onboard flash [1].

Now the hdmi port doesn't show anything and I use a couple of serial pins when I need to do anything before it's on-net.

--

I purchased a Rock 5T (also rk3588) and the story is similar ... but upstream support for the board is much worse. Doing a diff between device trees [2] (supplied via custom Debian image vs vanilla kernel) tells me a lot. eg: there are addresses that are different between the two.

Upstream u-boot doesn't have support for the board explicitly.

No display, serial console doesn't work after boot.

I just wanted this board for its dual 2.5Gb ethernet ports but the ports even seem buggy. It might be an issue with my ISP... they seem to think otherwise.

--

Not being able to run a vanilla kernel/u-boot is a deal-breaker for me. If I can't upgrade my kernel to deal with a vulnerability without the company existing/supporting my particular board, I'm not comfortable using it.

IMHO, these boards exist in a space somewhere between the old-embedded world (where just having a working image is enough) and the modern linux world (where one needs to be able to update/apply patches)

[1] https://www.reddit.com/r/OrangePI/comments/1l6hnqk/comment/n...

[2] https://gist.github.com/imoverclocked/1354ef79bd24318b885527...

cyberrock1 day ago
Hardware video decoding support for h264 and av1 just landed in 7.0 so it hasn't been a great bleeding edge experience for desktop and Plex etc users. But IMO late support is still support.
ThatPlayer1 day ago
I've got this bookmarked for tracking: https://gitlab.collabora.com/hardware-enablement/rockchip-35...

Not on this list is the current GPU Vulkan drivers Collabora are working on too. Don't think that's really blame Rockchip since they're ARM Mali-G610 GPUs, but yeah those didn't get stable in Mesa until last year.

Muromec1 day ago
Current vetsion of vulkan panfrost notably doesn't run zed. Not just some games, a text editor doesn not get some surface extensions
BirAdam1 day ago
Video, networking, etc. To get working 3588 you’d have to go with a passionate group like MNT, and then you’re paying way more.
rcarmo1 day ago
This is not an RK3588, to begin with.
poulpy1231 day ago
The orange pi 5 max op's complaining about uses a rk3588
Havoc1 day ago
>The device is largely useless due to a lack of software support.

It's pretty hacky for sure but wouldn't classify it as useless. e.g. I managed to get some LLMs to run on the NPU of an Orange pi 5 a while back

I see there is now even a NPU compatible llama.cpp fork though haven't tried it

kombine1 day ago
I was planning to build a NAS from OPi 5 to minimise power consumption, but ended up going for a Zen 3 Ryzen CPU and having zero regrets. The savings are miniscule and would not justify the costs.
hedora1 day ago
On a related note: I pulled my pinebook pro out of a drawer this week, and spent an hour or so trying to figure out why the factory os couldn’t pull updates.

I guess manjaro just abandoned arm entirely. The options are armbian (probably the pragmatic choice, but fsck systemd), or openbsd (no video acceleration because the drivers are gpl for some dumb reason).

This sort of thing is less likely to happen to rpi, but it’s also getting pretty frustrating at this point.

yjftsjthsd-h1 day ago
> I guess manjaro just abandoned arm entirely

Er?

https://manjaro.org/products/download/arm explicitly lists the pinebook pro?

hedora1 day ago
None of the arm mirrors have recent updates.

Maybe the LLM was wrong and manjaro completely broke the gpg chain (again), but it spent a long time following mirror links, checking timestamps and running internet searches, and I spent over an hour on manual debugging.

Muromec1 day ago
Arch is pretty good on both arm and risc. Run my pis on it for years, including the orange one with rk3588
ugh1231 day ago
What specifically is lacking?
Muromec1 day ago
Hdmi output on the vanilla kernel started to work thus year. Hdmi in still doesnt. Zed doesn not start bc of some missing vulkan extensions
mort961 day ago
Oh they finally got that up and running? That's good, but extremely late. It released in 2021. That's half a decade. As long as running an upstream kernel means you have to use 5+ year old SoCs, running upstream Linux instead of a vendor kernel remains completely out of the question for most circumstances.
Lerc1 day ago
You have to go in with your eyes open wth SBCs. If you have a specific task for it and you can see that it either already supports it or all the required software is there and it just needs to be gathered, then they can be great gadgets.

Often they can go their entire lifespan without some hardware feature being usable because of lack of software.

The blunt truth is that someone has to make that software, and you can't expect someone to make it for you. They may make it for you, and that's great, but really if you want a feature supported, it either has to already be supported, or you have to make the support.

It will be interesting to see if AI gets to the point that more people are capable of developing their own resources. It's a hard task and a lot of devices means the hackers are spread thin. It would be nice to see more people able to meaningfully contribute.

zzzoom1 day ago
At some point SBCs that require a custom linux image will become unacceptable, right?

Right?

Aurornis1 day ago
Using vendor kernels is standard in embedded development. Upstreaming takes a long time so even among well-supported boards you either have to wait many years for everything to get upstreamed or find a board where the upstreamed kernel supports enough peripherals that you're not missing anything you need.

I think it's a good thing that people are realizing that these SBCs are better used as development tools for people who understand embedded dev instead of as general purpose PCs. For years now you can find comments under every Raspberry Pi or other SBC thread informing everyone that a mini PC is a better idea for general purpose compute unless you really need something an SBC offers, like specific interfaces or low power.

mort961 day ago
Somehow, this isn't a problem in the desktop space, even though new hardware regularly gets introduced there too which require new drivers.
doubled1121 day ago
x86 hardware has a standard way to boot and bring up the hardware, usually to at least a minimum level of functionality.

ARM devices aren't even really similar to one another. As a weird example, the Raspberry Pi boots from the GPU, which brings up the rest of the hardware.

ThrowawayB71 day ago
The "somehow" is Microsoft, who defines what the hardware architecture of what a x86-64 desktop/laptop/server is and builds the compatibility test suite (Windows HLK) to verify conformance. Open source operating systems rely on Microsoft's standardization.
apatheticonion1 day ago
I have always found it perplexing. Why is that required?

Is it the lack of drivers in upstream? Is it something to do with how ARM devices seemingly can't install Linux the same way x86 machines can (something something device tree)?

girvo1 day ago
Yeah lack of peripheral drivers upstream for all the little things on the board, plus (AIUI) ARM doesn't have the same self-describing hardware discovery mechanisms that x86 computers have. Basically, standardisation. They're closer to MCUs in that way, is how I found it (though my knowledge is way out of date now, been years since I was doing embedded)
pylotlight1 day ago
What's the feasibility these days of using AI assistanted software maintenance for drivers? Does this somewhat bridge the unsupported gap by doing it yourself or is this not really a valid approach?
leoedinabout 23 hours ago
I've found AI tools to be pretty awful for low level work. So much of it requires making small changes to poorly documented registers. AI is very good at confidently hallucinating what register value you should use, and often is wrong. There's often such a big develop -> test cycle in embedded, and AI really only solves a very small part of it.
KeplerBoy1 day ago
That's just the new normal. Everyone is doing AI assisted work, but that doesn't mean the work goes away.

Someone still has to put in meaningful effort to get the AI to do it and ship it.

megous1 day ago
Or you can just upstream what you need yourself.
joshuaissac1 day ago
There are some projects to port UEFI to boards like Orange Pi and Raspberry Pi. You can install a normal OS once you have flashed that.

https://github.com/tianocore/edk2-platforms/tree/master/Plat...

https://github.com/edk2-porting/edk2-rk3588

ajb1 day ago
There also seems to be a plan to add uefi support to u-boot[1]. Many of these kinds of boards have u-boot implementations, so could then boot uefi kernel.

However many of these ARM chips have their own sub-architecture in the Linux source tree, I'm not sure that it's possible today to build a single image with them all built in and choose the subarchitecture at runtime. Theoretically it could be done, of course, but who has the incentive to do that work?

(I seem to remember Linus complaining about this situation to the Arm maintainer, maybe 10-20 years ago)

[1] https://docs.u-boot.org/en/v2021.04/uefi/uefi.html

aidenn01 day ago
Per TFA, the Orange Pi 6 Plus ships with UEFI, but the SoC requires a vendor specific kernel.
ekianjo1 day ago
The orange pi 6 plus supports UEFI from the get go.
parl_match1 day ago
> At some point SBCs that require a custom linux image will become unacceptable, right?

The flash images contain information used by the bios to configure and bring up the device. It's more than just a filesystem. Just because it's not the standard consoomer "bios menu" you're used to doesn't mean it's wrong. It's just different.

These boards are based off of solutions not generally made available to the public. As a result, they require a small amount of technical knowledge beyond what operating a consumer PC might require.

So, packaging a standard arm linux install into a "custom" image is perfectly fine, to be honest.

zzzoom1 day ago
If the image contains information required to bring up the device, why isn't that data shipped in firmware?
parl_match1 day ago
> If the image contains information required to bring up the device, why isn't that data shipped in firmware?

the firmware is usually an extremely minimal set of boot routines loaded on the SOC package itself. to save space and cost, their goal is to jump to an external program.

so, many reasons

- firmware is less modular, meaning you cant ship hardware variants without also shipping firmware updates (the boot blob contains the device tree). also raises cost (see next)

- requires flash, which adds to BOM. intended designs of these ultra low cost SOCs would simply ship a single emmc (which the SD card replaces)

- no guaranteed input device for interactive setup. they'd have to make ui variants, including for weird embedded devices (such as a transit kiosk). and who is that for? a technician who would just reimage the device anyways?

- firmware updates in the field add more complexity. these are often low service or automatic service devices

anyways if you're shipping a highly margin sensitive, mass market device (such as a set top box, which a lot of these chipsets were designed for), the product is not only the SOC but the board reference design. when you buy a pi-style product, you're usually missing out on a huge amount of normally-included ecosystem.

that means that you can get a SBC for cheap using mass produced merchant silicon, but the consumer experience is sub-par. after all, this wasn't designed for your use case :)

orangeboats1 day ago
In some cases the built-in firmware is very barebones, just enough to get U-boot to load up and do the rest of the job.
jagged-chisel1 day ago
“Custom”? No.

Proprietary and closed? One can hope.

Gigachad1 day ago
I think even custom is unacceptable. It’s too much of a pain being limited in your distro choice because you are limited to specific builds. On x86 you can run anything.
james-clef1 day ago
Something in me wants to buy every SBC and/or microcontroller that is advertised to me.
3abiton1 day ago
Even though all can be replaced by a decent mini pc with beefy memory, with lots of VMs.
nomel1 day ago
Yeah, I ended up using an old mac mini for my Home Assistant needs. It draws a whopping 7W from the wall at idle (and it's near always idle), but the price of a new RPi is the same as 13k hours of electric usage for this.

Using whatever compute you have sitting in a drawer usually makes the most sense (including an old phone).

thesh4d0w1 day ago
SBC is good for usbip endpoints for those vms. I use them to push devices around my home network.
hypercube331 day ago
Yeah I have this problem (?) too. They are just so neat. I also really like tiny laptops and recreations of classic computers.
junon1 day ago
Clockwork Pi if you haven't seen it. Beautiful little constructions.
james-clef1 day ago
These are awesome.
quadrupleabout 23 hours ago
It should be noted that the CIX P1(this board's SoC) has ongoing efforts to be upstreamed. Last I checked, the GPU drivers were still not available(due to them not supporting ACPI? I may be wrong on this) and power draw being weird and stuck at 10-15ish watts. It seems like this blog confirms nothing has changed on those 2 points.

With that being said, CIX and their main board partner, Radxa, have been open with the UEFI.

I am not an expert in low-level environments such as the kernel or the UEFI, but if these tidbits sound interesting I would encourage anyone who is to look further into the CIX P1. To my untrained eyes, CIX looks like a company that is working towards a desktop/laptop chip with real UEFI/ACPI support. I look forward to the day it is polished up a bit.

adrianwaj1 day ago
One or two USB-C 3.2 Gen2 ports are all that's required - can then plug in a hub or dock. eg: https://us.ugreen.com/collections/usb-hub?sort_by=price-desc...

Can also plug in a power bank. https://us.ugreen.com/collections/power-bank?sort_by=price-d...

The advantage is that if the machine breaks or is upgraded, the dock and pb can be retained. Would also distribute the price.

The dock and pb can also be kept away to lower heat to avoid a fan in the housing, ideally.

Better hardware should end up leading to better software - its main problem right now.

This 10-in-1 dock even has an SSD enclosure for $80 https://us.ugreen.com/products/ugreen-10-in-1-usb-c-hub-ssd (no affiliation) (no drivers required)

I'd have another dock/power/screen combo for traveling and portable use.

spwa41 day ago
Unfortunately most of my attempts to power both embedded PC and robot motors from the same power bank result in unexpected reboots (even on what is effectively an RC car). And yes, I'm a CS Msc, not an electrical engineer, but ...
adrianwajabout 22 hours ago
Yeah, I've got a new mini PC that reboots at random. It kind of "drops out." Works better with Ubuntu than Manjaro. Failed device. I was thinking of setting up a forum of some sort to discuss various devices that people may be tinkering with. The domain is tinkeriDOTng - just need to do something with it - could end up looking like Discogs with all the variations on gadgets and devices out there - sort of like music. And then there's the whole "builds" dimension.

How much otherwise highly useful stuff are people sitting on that they can't get going (or going well) for one reason or another? Also, recycling I expect will end up important at some point, and knowing who has what (and where) could expedite this process.

eqvinoxabout 21 hours ago
> lspci is a bit more revealing, especially because you get to see where the dual 5GbE setup and Wi-Fi controller are placed–each seems to get its own PCI bridge:

That's how PCIe works. A PCIe port - both upstream and downstream - is a "PCI bridge". The link is one bus. A switch chip's "interior" is another bus. The next links are each their own bus again. One per port. There's no switch here, bus 0 ( / 30 / 60)is "in" the CPU, each port is it's own bus.

The more interesting thing is the PCI domain, the first 4 digits:

  0000:60:00.0 PCI bridge: CIX Technology Group Co., Ltd. CIX P1 CD8180 PCI Express Root Port
  0000:61:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8126 5GbE Controller
  0001:30:00.0 PCI bridge: CIX Technology Group Co., Ltd. CIX P1 CD8180 PCI Express Root Port
  0001:31:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8126 5GbE Controller
  0002:00:00.0 PCI bridge: CIX Technology Group Co., Ltd. CIX P1 CD8180 PCI Express Root Port
  0002:01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8852BE PCIe 802.11ax Wireless Network Controller
This generally (caveat emptor) means the ports aren't handled in some common PCIe subsystem, rather each port is independently connected to the CPU crossbar. The ports may also not be able to access each other, or non-transparent mapping rules apply.

Doesn't have to, though; it might be due to some technicality, driver bug, misunderstanding, whatever else.

youngNed1 day ago
I'm a big fan of raspberry pi, I have many, in fact I have so many I have:

``` alias findpi='sudo nmap -sP 192.168.1.0/24 | awk '\''/^Nmap/{ip=$NF}/B8:27:EB|DC:A6:32|E4:5F:01|28:CD:C1/{print ip}'\''' ```

On every `.bashrc` i have.

But I just don't get... everything, I don't get the org, I don't get the users on hn, I'm like skinner in the 'no the kids are wrong' meme.

It's a lambda. It's a cheap, plug in, ssh, forget. And it's bloody wonderful.

If you buy a 1 or 2 off ebay, ok maybe a 3.

After that? Get a damn computer.

Want more bandwidth on the rj45? Get a computer.

Want faster usb? Get a computer.

Want ssd? Get a computer

Want a retro computing device? Get a computer.

Want a computer experience? Etc etc etc, i don't need to labour this.

Want something that will sit there, have ssh and run python scripts for years without a reboot? Spend 20 quid on ebay.

People demanded faster horses. And the raspi org, for some, damn fool, reason, tried to give them.

There are people bemoaning the fact that raspberry pi's aren't able to run LLM's. And will then, without irony, complain that the prices are too high. For the love of God, raspi org, stop listening to dickheads on the Internet. Stop paying youtubers to shill. Stop and focus.

You won't win this game

randusernameabout 20 hours ago
> People demanded faster horses. And the raspi org, for some, damn fool, reason, tried to give them.

It's like commercial success is a three step tragedy:

(1) solve 1 problem well

(2) pivot to trying to solve all problems for all users, undermining (1) but chasing mass adoption

(3) pivot back to solving 1 problem again, this time for a very specific whale customer with very specific needs, undermining (1) and (2)

I would say Arduino is at step (3) and RPI is at (2)

thegdsks1 day ago
This resonates. I still have a Pi 3B running pihole and it's been up for years. No updates needed, just works. The newer boards trying to compete with mini PCs feels like a different product category entirely.
vlapecabout 20 hours ago
Right. In trying to become everything, it stopped being the cheap little computer people loved in the first place!
geerlingguy1 day ago
TFA is about an Orange Pi, with a 12-core Arm chip, a bit more than a Raspberry Pi.
youngNed1 day ago
They are chasing the same waterfalls though jeff
BirAdam1 day ago
As opposed to the rivers and the lakes that they’re used to?
preisschild1 day ago
> ``` alias findpi='sudo nmap -sP 192.168.1.0/24 | awk '\''/^Nmap/{ip=$NF}/B8:27:EB|DC:A6:32|E4:5F:01|28:CD:C1/{print ip}'\''' ```

> On every `.bashrc` i have.

You might want to try mDNS / avahi

jonpalmisc1 day ago
Looks like the SoC (CIX P1) has Cortex-A720/A520 cores which are Armv9.2, nice.

I've still been on the hunt for a cheap Arm board with a Armv8.3+ or Arvm9.0+ SoC for OSDev stuff, but it's hard to find them in hobbyist price range (this board included, $700-900 USD from what I see).

The NVIDIA Jetson Orin Nanos looked good but unfortunately SWD/JTAG is disabled unless you pay for the $2k model...

timschumi1 day ago
And it doesn't seem like anything newer than ARMv9.2 is available either, no matter the price point.
dd_xplore1 day ago
I bought a NanoPi R6C in the past in the hope that it's going to be a nice mini pc to run all my containers with super low power usage or router. But the software was bad, really bad. I found https://github.com/Joshua-Riek/ubuntu-rockchip/ , it was godsend but still had some shortcomings. after 2 years, it's bit stable but I just keep it around as a backup route to access my homelab incase the main machines go down.
freedombenabout 23 hours ago
> and you end up diving far more into boot chains, vendor GPU blobs and inference runtimes than you ever intended.

Yep, I'll pass. I'm done dealing with that kind of crap that is spread like a nasty STD through the ARM world. I'm sticking with x64 unless/until ARM gets this crap together.

Advertisement
abc123abc1231 day ago
Excellent! There is an OrangePi Zero 3W. That means my radxa zero tv-computer now has some competition. It is sad that rasspberry pi abandoned the small, zero computer. Will keep the OrangePi Zero 3W in mind next time I need to cobble together a new tv computer.
ggdxwz1 day ago
This seems to be an overkill for most of my workloads that require an SBC. I would choose Jetson for anything computationally intensive, as Orange Pi 6 Plus's NPU is not even utilized due to lack of software support. For other workloads, this one seems a bit too large in terms of formfactor and power consumption, and older RK3588 should still be sufficient
preisschild1 day ago
this has much better IO than equivalent RK3588 compute modules / boards though. Useful if you want to build a distributed storage system.
Neywiny5 days ago
Disappointing on the NPU. I have found it's a point where industry wide improvement is necessary. People talk tokens/sec, model sizes, what formats are supported... But I rarely see an objective accuracy comparison. I repeatedly see that AI models are resilient to errors and reduced precision which is what allows the 1 bit quantization and whatnot.

But at a certain point I guess it just breaks? And they need an objective "I gave these tokens, I got out those tokens". But I guess that would need an objective gold standard ground truth that's maybe hard to come by.

jerfabout 20 hours ago
So, this is slightly off topic, but out of curiousity, what are NPUs good for right this very second? What software uses them? What would this NPU be able to run if it was in fact accessible?

This is an honest, neutral question, and it's specifically about what can concretely be done with them right now. Their theoretical use is clear to me. I'm explicitly asking only about their practical use, in the present time.

(One of the reasons I am asking is I am wondering if this is a classic case of the hardware running too far ahead of the actual needs and the result is hardware that badly mismatches the actual needs, e.g., an "NPU" that blazingly accelerates a 100 million parameter model because that was "large" when someone wrote the specs down, but is uselessly small in practice. Sometimes this sort of thing happens. However I'm still honestly interested just in what can be done with them right now.)

topspin1 day ago
There are a couple outfits making M.2 AI accelerators. Recently I noticed this one: DeepX DX-M1M 25 TOPS (INT8) M.2 module from Radxa[1]: https://radxa.com/products/aicore/dx-m1m

If you're in the business of selling unbundled edge accelerators, you're strongly incentivized to modularize your NPU software stack for arbitrary hosts, which increases the likelihood that it actually works, and for more than one particular kernel.

If I had an embedded AI use case, this is something I'd look at hard.

geerlingguy1 day ago
The even more confounding factor is there are specific builds provided by every vendor of these Cix P1 systems: Radxa, Orange Pi, Minisforum, now MetaComputing... it is painful to try to sort it out, as someone who knows where to look.

I couldn't imagine recommending any of these boards to people who aren't already SBC tinkerers.

Havoc1 day ago
>But I rarely see an objective accuracy comparison.

There are some perplexity comparison numbers for the previous gen - Orange pi 5 in link below.

Bit of a mixed bag, but doesn't seem catastrophic across the board. Some models are showing minimal perplexity loss at Q8...

https://github.com/invisiofficial/rk-llama.cpp/blob/rknpu2/g...

coredog641 day ago
I was also onboard until he got to the NPU downsides. I don't care about use for an LLM, but I would like to see the ability to run smallish ONNX models generated from a classical ML workflow. Not only is a GPU overkill for the tasks I'm considering, but I'm also concerned that unattended GPUs out on the edge will be repurposed for something else (video games, crypto mining, or just straight up ganked)
cyanydeez4 days ago
just try to find some benchmark top_k, temp, etc parameters for llama.cpp. There's no consistent framing of any of these things. Temp should be effectively 0 so it's atleast deterministic in it's random probabilities.
Neywiny4 days ago
Right. There are countless parameters and seeds and whatnots to tweak. But theoretically if all the inputs are the same the outputs should be within Epsilon of a known good. I wouldn't even mandate temperature or any other parameter be a specific value, just that it's the same. That way you can make sure even the pseudorandom processes are the same, so long as nothing pulls from a hardware rng or something like that. Which seems reasonable for them to do so idk maybe an "insecure rng" mode
andai1 day ago
>Temp should be effectively 0 so it's atleast deterministic in it's random probabilities.

Is this a thing? I read an article about how due to some implementation detail of GPUs, you don't actually get deterministic outputs even with temp 0.

But I don't understand that, and haven't experimented with it myself.

kingstnap1 day ago
By default CUDA isn't deterministic because of thread scheduling.

The main difference comes from rounding order of reduction difference.

It does make a small difference. Unless you have an unstable floating point algorithm, but if you have an unstable floating point algorithm on a GPU at low precision you were doomed from the start.

eqvinoxabout 22 hours ago
I can for the love of whatever is holy not understand why they put 5GbE on that thing.

Massively simplified, 2.5G is 1G sped up while 5G is 10G slowed down. It makes no sense and the market agrees. The ladder of popularity goes:

1000base-T, <long break>, 10Gbase-T, 2.5Gbase-T, <long break>, 5Gbase-T. (Depends on context ofc, 2.5G is quite popular on APs for example.)

And note a lot of 10Gbase-T hardware is not Nbase-T compatible, and there are chips that do only 1G, 2.5G and 10G - no 5G.

I guess if your design doesn't work at 10GbT you try with 5? Ugh.

madduci1 day ago
Can you please upload your work with the custom image on GitHub?
bitfilpedabout 17 hours ago
Complaining about vendor blobs while showing a picture of a machine hooked up to a China produced RAT box is certainly a statement.
preisschild1 day ago
Unfortunately only available atm for extremely high prices. I'd like to pick some up to create a ceph cluster (with 1x 18tb hdd osd per node in an 8 node cluster with 4+2 erasure coding)