Banana Pi BPI-M7 - More Reasons to Avoid the Raspberry Pi

The Banana Pi BPI-M7 single board computer is equipped with up to 32GB RAM and 128GB eMMC flash, and features an M.2 2280 socket for one NVMe SSD, three display interfaces (HDMI, USB-C, MIPI DSI), two camera connectors, dual 2.5GbE, WiFi 6 and Bluetooth 5.2, a few USB ports, and a 40-pin GPIO header for expansion.

DaGeek247,
DaGeek247 avatar

Is it $60 or less? Everytime one of these alternative boards with an assload of more features pops up, nobody bothers to mention the price. Obviously we could spend more money to get more features, that's what spending more money does. You can't replace something without actually offering an alternative. The pi's biggest selling point was that it was cheaper than a steak dinner. If you dont match or beat that, you aren't actually competing with the pi.

AbidanYre,

It looks like it’s ~$100. But when I’ve used similar SBCs in the past the issue ends up being drivers. Even if something is faster and better specced than a RasPi, you end up outside that ecosystem with very little in the way of support for whatever oddball hardware your board has.

ItCantBeThatEasy,

I have a BananaPi M3 and the software support was horrific. Getting a kernel to compile with the hacked drivers and firmware was like black magic.

Valmond,

Orange pi worked quite well but I mostly used python & GPIO.

Oh yeah, I had to debug and recompile that GPIO lib so no it was kind of not very user friendly…

TCB13,
@TCB13@lemmy.world avatar

SBCs in the past the issue ends up being drivers. (…) outside that ecosystem with very little in the way of support for whatever oddball hardware your board has.

The RPi does have a nice ecosystem but the trick is to pick a board supported by Armbian - that will ensure future kernel updates and low level things working fine. For instance I’ve been using a NanoPi M4v2 since 2018 with a RK3399 CPU mind that at that time it already had a PCIe x2 interface, 4GB of RAM and was cheaper than the Raspberry Pi 3 Model B+ from the same year that had Ethernet shared with the USB bus.

CmdrShepard,

For $100 you can buy a micro form factor Optiplex PC which has several orders of magnitude more computing power, but it does have a bit larger form factor and less ports than what OP listed.

scarilog,

And power, that’s a pretty important metric if you plan on running something 24/7.

AbidanYre,

Yeah, I’ve mostly given up on Pis at this point.

aBundleOfFerrets,

Your OptiPlex will have considerable PCIE expansion though, so you could slot in a second hand dual-port nic if you wanted to (10GbE might be easier to find than 2.5 and they are still relatively inexpensive as second hand hardware)

BreakDecks,

There’s an AliExpress link in the article that clearly prices it at $260…

AbidanYre,

Cool? I’m seeing $165, but my original comment was based on the article as it existed five months ago. I’m not sure the board was even shipping at that time

RobotToaster,
@RobotToaster@mander.xyz avatar

Current prices for the 8gb pi5 are around £80 which is about $100, and it won’t ship until some-when next year.

Oisteink,

This and support. My dad could set up a pi, and he doesn’t know what a kernel is or how to compile.

TCB13,
@TCB13@lemmy.world avatar

Is it $60 or less? Everytime one of these alternative boards with an assload of more features pops up, nobody bothers to mention the price

Have you considered that if you buy a RPi5 today it wont be 60$? Either if that’s your price point, depending in your use case, there might be better options. For a NAS for 100€ you can find an HP Mini with an i5 8th gen + 16GB of ram + 256GB NVME. For electronics Radxa Zero 3W / Zero 3E.

Bondrewd,

Those zero 3W sticks have been unavailable ever since I saw it here.

BombOmOm, (edited )
@BombOmOm@lemmy.world avatar

Looks like they are available now. I have never used a Zero 3W, but that price is real nice.

NM, I misread the site. They are not in stock.

agent_flounder,
@agent_flounder@lemmy.world avatar

AliExpress? I swear I saw em there the other day

Lutra,

Thanks for saying this. It’s features at price point.

“It’s better than the Pi at only 3x the price.”

And what’s with the “Avoid the Raspberry PI” sentiment? They are hard to get (?). I’ve been using the Pi for forever, and have zero ‘product’ complaints that would make me want to "Avoid the Pi’. If anything, I have plans for more. Again, the price - A Zero2W is $15 MSRP. For $15, You can put that in everything. A Pi4 is $35. Its just a great deal.

Virkkunen,
Virkkunen avatar

"More reasons to Avoid the Raspberry Pi"

I didn't know we even had reasons to avoid it

dan1101,

I think the reasons are they are pushing a competing product.

TCB13,
@TCB13@lemmy.world avatar

You may want to have a read at this: lemmy.world/comment/5357961. The Pi is becoming the least consumer friendly SBC and a money grab like no other.

AtariDump,

[Citations Needed]

fuckwit_mcbumcrumble,

What if you really hate support and ease of finding images online?

TCB13,
@TCB13@lemmy.world avatar

What if you really hate the fact that The RPi foundation is being hostile against people nowadays with proprietary PCIe connectors, telemetry, requiring a custom flash tool to get SSH and whatnot?

SomeBoyo,

You can dd the iso without any problems.

TCB13, (edited )
@TCB13@lemmy.world avatar

Yes you can, but then without a display and keyboard you won’t be able to SSH into the thing right away. They’re using small tricks like that to push people into their tool and you’ll be seeing more of that crap in the future.

Oisteink,

This is not true

TCB13,
@TCB13@lemmy.world avatar

roboticsbackend.com/enable-ssh-on-raspberry-pi-ra…

On Raspberry Pi OS, ssh is disabled by default, so you’ll have to find a way to enable ssh + find the IP address + connect to it.

The workarounds are either using their tool and/or fiddling on the SD card. Other SBCs do the reasonable thing and have it enabled by default. This simply pushes people into using their tool.

Oisteink,

The extra menu in the flasher does the magic on the sd-card. I’ve been setting up headless pi’s since before 3b came out, and the same options are available today.

The idea that ssh being enabled by default is reasonable is just like your opinion. Did you know you have to enable it during installation on both Debian and canonicals derivative? Maybe it’s still on by default on fedora (with root login enabled to help you!)

If editing your config is fiddling then I struggle to see your use of an sbc.

TCB13,
@TCB13@lemmy.world avatar

Did you know you have to enable it during installation on both Debian and canonicals derivative?

The difference is that Debian requires you to install with a screen/keyboard and/or use something generic like cloud-init not a proprietary tool that pushes people into telemetry and whatnot. Also a Pi is a lot less critical than a full system and almost always used by hobbyists. Professional users would change passwords / use keys so, yes, it makes absolutely no sense.

Oisteink,

The Debian installer can be pre-seeded and be automated. You can use cloud-init for non cloud installs but why would you? Preseed or use fai and let your config system handle the rest.

I get that you love this board and think that “the establishment” is evil. But you come off as someone not having the knowledge to back your assumptions.

Sometimes this will be the right board, sometimes a Pi is better. And sometimes 2-3 microcontrollers are a better fit. But the choice should not be based on telemetry in an optional imager, or the fact that your headless setup requires editing of config files.

TCB13,
@TCB13@lemmy.world avatar

I get that you love this board and think that “the establishment” is evil. But you come off as someone not having the knowledge to back your assumptions.

No, no. I like “the establishment” as long as it doesn’t turn out to end up like Google Chrome. Think about it, few things against the Pi:

  • Overpriced / last to market:
    • Only the model 3B+ had gigabit ethernet - however still shared with the USB. At that time the majority of other brands already had gigabit for about two years. To make things worse also remember that in 2009 (yes 09) the “original” SBC, the SheevaPlug also had gigabit ethernet and it wasn’t USB;
    • In 2018 there were tons of SBCs with PCIe x2 on the market. The Pi only got it in 2023 and it’s x1 only;
  • Questionable practices:
    • We now have PCIe just to end up with a custom connector that is yet another push for selling more hats, boards and adapters. Other vendors did the right thing and used generic PCIe interfaces or the M2 format that is also very common and cheap to work with;
    • Instead of pushing the OS to be something truly open by contributing to a project such as Armbian they’ve kept running their own thing - just image if every PC manufacturer out there developed a custom version of Windows/Linux just because they didn’t feel like using generic MS Windows / Linux;
    • Microsoft repo and key are automatically added to Raspberry Pis - even if not installed by default the fact that the repo is included leaks information and for what’s worth “installation binaries come packed with some proprietary stuff, like telemetry and tracking”. I believe we’re all aware of the fact that VSCode isn’t true open-source nor it plays nice;
    • Showing the middle finger to consumers during COVID: I get it, profit matters but still they could’ve handled it better;
    • Disabling SSH by default when the old policy of “mandatory password change on first login” was enough. The interesting part is that change was made close to the time when telemetry was included on their flasher app;

Overall the Pi is isn’t even great at anything specific besides “holding the hand” of beginners and whatnot. If you’re looking for a networking / storage solution you’re better using another SBC with real PCI and/or a Mini PC. If you’re into electronics an ESP32 will be more than enough to drive a couple of GPIOs and will cost 3$, in short too little CPU for computing tasks and too much CPU for basic electronics. If you’re under heavy industrial environments the Pi won’t be up to your certifications or you’ll require protective gear that is so expensive that a solution from Gateworks will be cheaper at that point.

On a side note, just notice how the Pi bulldozed the Arduino business by simply integrating the GPIO in the CPU and then now they’re going in the opposite direction into the classic “big CPU talks to small microcontroller architecture for low level stuff” with their “innovative” RP1 chip.

…and I’m not the only person with that 1 2 opinion it seems.

Sometimes this will be the right board, sometimes a Pi is better. And sometimes 2-3 microcontrollers are a better fit. But the choice should not be based on telemetry in an optional imager, or the fact that your headless setup requires editing of config files.

I do agree with you there, I know the the Pi is better in education, hobbyists and people who aren’t that proficient with electronics and computers however it opens the door to a lot of potencial market abuse, Apple-style and whatnot. At the end of the day it is overpriced and it isn’t really good at anything - not even in ethics - as specialized options in those niches (ESP32, Arduino, Other SBCs, MiniPCs…) are better for said use cases.

It looks a lot like the Pi Foundation knows about this market-fit issue and is just trying to push more and more stuff into the hobbits as a way to keep growing and making money. The SSH/telemetry/app bundle thing isn’t objectively bad alone, but people aren’t complaining and it is just opening the door to a LOT of more custom stuff and eventually a closer ecosystem and a situation like Chrome market dominance.

What the next step for them? A cloud service that you need to use / pay to develop stuff for the Pi? :)

Oisteink,

How is a pi (or other single-board computers) less critical than “a full system”? Do you have any idea how many pi’s are out there running serious stuff? Where I work I bump into them all over - including in security systems and door-access.

This one has two 2.5gb ports, 8 to 32gb ram. This is serious stuff for an sbc, clearly overkill for your pihole install. What’s not equally serious with banana pi is support. I went to their wiki, it lists Android and Debian (previous version) “images” but no download links, so it’s hard for me to verify that this board boots with sshd running or not. Like I said Debian does not, and for a good reason. Raspberry pi os pulls from raspbian, and they pull from Debian.

You can run Ubuntu LTS, fedora or others on your pi.

The telemetry is bad news - soon we will be out of food because someone knows what size of sd-cards you use, and the number of installs you do. So better go buys a silly board, track down some ancient image of an install someone did at some point where they managed to compile the nic drivers and include the binary blob. Because nobody gets to force you to add an empty file to your sd-card!

TCB13,
@TCB13@lemmy.world avatar

Where I work I bump into them all over - including in security systems and door-access.

Yes and like me you’re perfectly capable of changing a default password / using SSH keys for those critical use cases. People who use them for serious things also know how to properly handle security and in the other cases security isn’t required at the level they pushing for. A simple “change password on first login” was enought.

What’s not equally serious with banana pi is support. I went to their wiki, it lists Android and Debian (previous version) “images” but no download links, so it’s hard for me to verify that this board boots with sshd running or not

www.armbian.com/download/?device_support=Standard…

In case you aren’t aware the Banana Pi are a platinum member of Armbian and they provide money, code and general support to the project and actively tell people to use Armbian is they don’t want Android. They also the the same with OpenWRT for specific models. This is true open-source collaboration, not what the Pi Foundation does, and leads to long term, well supported boards with kernel updated and paid support for enterprise customers. And why isn’t the Pi Foundation also contributing to Armbian? Simple, they want to keep things for themselfs.

Making things easier for you Armbian are builds of Debian or Ubuntu with tweaks for SD cards, low level device tree overlays, kernel tweaks and everything required to have a barebones Debian system for SBCs.

The telemetry is bad news - soon we will be out of food because someone knows what size of sd-cards you use, and the number of installs you do. So better go buys a silly board, track down some ancient image of an install someone did at some point where they managed to compile the nic drivers and include the binary blob. Because nobody gets to force you to add an empty file to your sd-card!

The Pi is better in education, hobbyists and people who aren’t that proficient with electronics and computers however it opens the door to a lot of potencial market abuse, Apple-style ecosystems and whatnot. At the end of the day it is overpriced and it isn’t really good at anything - not even in ethics - as specialized options in those niches (ESP32, Arduino, Other SBCs, MiniPCs…) are better for said use cases. It looks a lot like the Pi Foundation knows about this market-fit issue and is just trying to push more and more stuff into the hobbits as a way to keep growing and making money. The SSH/telemetry/app bundle thing isn’t objectively bad alone, but people aren’t complaining and it is just opening the door to a LOT of more custom stuff and eventually a closer ecosystem and a situation like Chrome market dominance.

What the next step for them? A cloud service that you need to use / pay to develop stuff for the Pi? :)

towerful,

Don’t you just touch SSH in the /boot dir after you flash, then you can SSH in as pi and password raspberry?

TCB13,
@TCB13@lemmy.world avatar

The workarounds are either using their tool or doing what you suggested. Other SBCs do the reasonable thing and have it enabled by default like the Pi did in the past. This change simply pushes less-proficient users into using their tool.

SailorMoss,

Having it enabled by default is a pretty massive security hole. I preordered the raspberry pi 1 when it launched and I don’t remember SSH ever being enabled be default in their images. Where did you hear it was enabled by default?

TCB13,
@TCB13@lemmy.world avatar

I preordered the raspberry pi 1 when it launched and I don’t remember SSH ever being enabled be default in their image

I was, I remember it being that way. They later on made it so you would be required to change the password after the first login.

Having it enabled by default is a pretty massive security hole.

Most people are running those in a home network that is isolated either way. Most people even share their entire hard drives on the network with little to no security and you’re telling me a Pi with SSH access enabled by default is a risk? Professional deployments will be done by people who know how to change the passwords, port and use keys. There’s no reason to consider that an issue because of those reasons.

AtariDump,

They later on made it so you would be required to change the password after the first login.

That’s just good password security and reasonable.

Most people are running those in a home network that is isolated either way. Most people even share their entire hard drives on the network with little to no security and you’re telling me a Pi with SSH access enabled by default is a risk?

See that qualifying word there? “Most”? That’s why they force SSH to be disabled and password changes. If you PERSONALLY can guarantee that no one will EVER put a freshly imaged RPi directly on the internet backed by a 10 million dollar/pound/euro guarantee per incident it still doesn’t matter; there’s still a need to change these defaults. I’ve seen the RPi’s deployed in a business environment and I 10000% know that vendors are fscking stupid and would leave default permissions enabled because they’re the lowest bidder.

It’s people like you why we have massive botnets due to default security measures being ignored by major manufacturers.

Good day sir.

TCB13,
@TCB13@lemmy.world avatar

That’s just good password security and reasonable.

Yes, that’s my point, you don’t need to disable it by default.

See that qualifying word there? “Most”? That’s why they force SSH to be disabled and password changes. If you PERSONALLY can guarantee that no one will EVER put a freshly imaged RPi directly on the internet backed by a 10 million dollar/pound/euro guarantee per incident it still doesn’t matter; there’s still a need to change these defaults. I’ve seen the RPi’s deployed in a business environment and I 10000% know that vendors are fscking stupid and would leave default permissions enabled because they’re the lowest bidder.

There are those things called licenses and liability liability waivers that are signed specially for those cases. The people doing deployments on business environment should know how to change password / use SSH keys and whatnot, if they don’t that’s not the Pi’s problem.

It’s people like you why we have massive botnets due to default security measures being ignored by major manufacturers.

By enabling people who shouldn’t be configuring Pi boards in the first place you’re are the one creating botnets. They might be saved by the fact that it doesn’t have SSH enabled by default just to be hacked later on when they decide to run a sudo wget … | sh.

Making things easier has this downside, you protect people so much, they don’t ever learn and then things go bad they can’t handle it and the damage is way way worse.

AtariDump,

Now you’re just a troll arguing in bad faith.

I SAID GOOD DAY SIR!

lingh0e,

Case in point: a number of years ago I knew a kid who was smart enough to flash Tomato on his router, enable SSH and even install a bunch of Entware packages. But he wasn’t intelligent enough to change the SSH port from 22 or leave the remote access disabled.

Fast forward a month or two and his ISP tells him that they traced some pretty serious botnet shenanigans to his IP.

Just because someone is smart enough to use a device doesn’t necessarily mean they’re intelligent enough to use it safely.

CmdrShepard,

There’s definitely an argument for not supporting the Pi Foundation with their anti-consumer practices over the last few years. They’ve sold out to corporate interests and don’t give a shit about the educational/hobbyist mission of the original Raspberry Pi.

MeanEYE,
@MeanEYE@lemmy.world avatar

No need, RaspberryPi has been avoiding us. Finding to purchase one has become a tiresome errand.

dinckelman,

There aren’t really any reasons to avoid it. There are certainly reasons to choose an alternative product, namely the complete unavailability of 4B and 5 boards. My biggest issue so far is that the alternatives offer features that I don’t want, or have a price that’s way too high for a SBC

dan, (edited )
@dan@upvote.au avatar

namely the complete unavailability of 4B and 5 boards

Is unavailability still an issue? My local computer store always has a lot in stock of them in stock these days.

CmdrShepard,

Considering the 5 isn’t even being sold yet, I question the validity of your anecdote. The 3B and 4/4B are still hit or miss as far as stock goes. I just bought a 3B from Digikey and it’s the first I’ve seen them in stock since before COVID though it’s not as if I’ve been checking rpilocator daily for updates.

dan,
@dan@upvote.au avatar

Considering the 5 isn’t even being sold yet

Yes it is. My local store had stock three weeks ago: x.com/centralcomputer/status/1719814131652440132. I didn’t buy one since I have enough computers, but I physically saw them at the store.

Every time I’ve been there this year, they’ve had the Pi 4B in stock.

Gormadt,
@Gormadt@lemmy.blahaj.zone avatar

Straight up some of those single board computers cost so much that I’ve just considered getting an old mini office PC

They’re really capable and can be had for like $100

MrMcGasion,

Yeah, unless you need the GPIO or the lower power consumption of a Pi, mini PCs are better for 90% of the projects people use single board computers for. Plus you usually get upgradable ram, and more-resilient storage.

Gormadt,
@Gormadt@lemmy.blahaj.zone avatar

Last time I needed IO pins for a project I ended going with a circuit python compatible board

I think I went with a Qt Py with an esp32, it was like $15, has native type C, and was really easy to work with

FlavoredButtHair,
@FlavoredButtHair@lemmy.world avatar

Damn, I got a Pi 4 8GB ram. Still planning on putting recalbox on it though.

TCB13,
@TCB13@lemmy.world avatar

Do you research very well before buying other boards than a Pi. It may be for you or now, depends a lot on your use-case.

deleted,

Hopefully it’ll beat pi4 prices as well

TCB13, (edited )
@TCB13@lemmy.world avatar

If you’re looking for cheap… what would recommend is instead a Mini-PC like the HP EliteDesk 800 G2 DM or the Dell OptiPlex 3050 Micro.

For a small NAS and self-host a few services even an old laptop will do it, however there are advantages to picking a mini PC. Those machines are quiet, don’t require much power and some can even fit a 2.5" hard drive so you won’t need external hard drive enclosures. More on that later.

For eg. for 100€ you can find an HP Mini with an i5 8th gen + 16GB of ram + 256GB NVME that obviously has a case, a LOT of I/O, PCIe (m2) comes with a power adapter and outperforms a RPi5 in all possible ways. Note that the RPi5 8GB of ram will cost you 80€ + case + power adapter + cable + bullshit adapter + SD card + whatever else money grab - the Pi isn’t just a good option.

Aside from the big brands like HP and Dell there are other alternatives such as the trendy MINISFORUM however their BIOS comes out of the factory with weird bugs and the hardware isn’t as reliable - missing ESD protection on USB in some models and whatnot.

PeachMan,

So it costs more up front, and it uses more electricity which costs more in the long term.

I don’t need all the extra Pi accessories, I already have cables and chargers and SD cards. So for me, the price of a Pi is just the price of a Pi.

TCB13, (edited )
@TCB13@lemmy.world avatar
  • HP Mini with an i5 8th gen = 35W
  • RPi 5 = 27W

Do you really think that will make a difference. For what’s worth how much do you pay to have a 35W device running all year? In my case I’m paying a crazy 0,157€/kW… Amounts to 35/100024365*0.157 = 48.14€/year considering a full load that the machine never has.

PeachMan,

Lmao did you just compare the highest possible power consumption on a Pi with the lowest possible consumption on a desktop PC?

TCB13,
@TCB13@lemmy.world avatar

Lmao, do your research before commenting stuff like that.

TDP 35 W Thermal Design Power (TDP) represents the average power, in watts, the processor dissipates when operating at Base Frequency with all cores active under an Intel-defined, high-complexity workload. Refer to Datasheet for thermal solution requirements.

Here’s how things look on the HP model above:


<span style="color:#323232;">  Model name:            Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
</span><span style="color:#323232;">    BIOS Model name:     Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz To Be Filled By O.E.M. CPU @ 2.0GHz
</span><span style="color:#323232;">    BIOS CPU family:     205
</span><span style="color:#323232;">    CPU family:          6
</span><span style="color:#323232;">    Model:               158
</span><span style="color:#323232;">    Thread(s) per core:  1
</span><span style="color:#323232;">    Core(s) per socket:  6
</span><span style="color:#323232;">    Socket(s):           1
</span><span style="color:#323232;">    Stepping:            10
</span><span style="color:#323232;">    CPU(s) scaling MHz:  23%
</span><span style="color:#323232;">    CPU max MHz:         3500.0000
</span><span style="color:#323232;">    CPU min MHz:         800.0000
</span>

Obviously that thing wont be running at base frequency while idling. Here is one if units right now:


<span style="color:#323232;">analyzing CPU 0:
</span><span style="color:#323232;">  driver: intel_pstate
</span><span style="color:#323232;">  CPUs which run at the same hardware frequency: 0
</span><span style="color:#323232;">  CPUs which need to have their frequency coordinated by software: 0
</span><span style="color:#323232;">  maximum transition latency: 4294.55 ms.
</span><span style="color:#323232;">  hardware limits: 800 MHz - 3.50 GHz
</span><span style="color:#323232;">  available cpufreq governors: performance, powersave
</span><span style="color:#323232;">  current policy: frequency should be within 800 MHz and 3.50 GHz.
</span><span style="color:#323232;">                  The governor "powersave" may decide which speed to use
</span><span style="color:#323232;">                  within this range.
</span><span style="color:#323232;">  current CPU frequency is 800 MHz.
</span>

See, it scales down to 800Mhz with a watt meter I remember it translated to idling at around 10-11W.

I never said it was better than a Pi, I just said the difference is not worth it and you’re still ignoring the fact that i5-8500T will be able to do a LOT more work than the RPi5 could do while keeping the CPU bellow or at 2.1 GHz - not surpassing the 35 W TDP.

PeachMan,

Okay got it, so you compared the highest possible TDP on a Pi with the average/idle TDP on a desktop, and you’re acting like that’s a fair comparison. Thanks for clearing that up!

TCB13,
@TCB13@lemmy.world avatar

No… I compared the highest possible TDP on a Pi with with the average TDP of a “T-CPU” (power-optimized) running at full load and I concluded by saying a realistic idle consumption is 11W.

Look I’m sure the Pi does a lot better than 11W idle, but at those such low consumptions is is mostly irrelevant. I also added that given load X (equivalent to the Pi CPU at max load) the Intel CPU will make make it without reaching even the 35W while the Pi is going to be running at a full 27W.

fox2263,

TDP != Power consumption.

ShortN0te,

The max Power consumption often does not matter on devices that run 24/7 more important is the idle powet consumption. Here are SBCs and ARM Chips in generell way better.

I had my Pi 3B+ down to under 5W on idle having various services running. I can not speek for newer Pi versions but i would estimate them still lower then 8W on idle. That is really hard to beat with an normal PC. Maybe the Mini PC with newer Mobile or integrated CPUs are getting in this region.

Not quite sure where you got the 37W for the HP Mini.

TCB13,
@TCB13@lemmy.world avatar

Check this out: lemmy.world/comment/5503906

DaGeek247,
DaGeek247 avatar

100$ isn't cheaper than 55$. That's 200% more than the pi. If someone is looking for a pi because of the price, a 100$ computer isn't an option.

Strit,
@Strit@lemmy.linuxuserspace.show avatar

The Pi is $55 without any accessories… With accessories it’s way over $100.

DaGeek247,
DaGeek247 avatar

Not really. It's made to run headless, and isn't always used for compute tasks. I use mine for running servos. But accessories for the desktop are also not included, so your point doesnt stand regardless.

TCB13,
@TCB13@lemmy.world avatar

Oh his point stands, as soon as you add a case and a power adapter/cable you’re near 100$.

DaGeek247,
DaGeek247 avatar

Oh his point stands,

No it doesn't. The power supply is 8$ and the case is 10$, from the official store. That's 72$. Stop lying.

TCB13,
@TCB13@lemmy.world avatar
DaGeek247,
DaGeek247 avatar

You're funny. That makes the total 77$. Still not the 100$ + required accessories that a desktop needs.

TCB13,
@TCB13@lemmy.world avatar

You won’t be running a Pi5 without a cooler, the kit costs 79$ or 99$ (for the 8GB of RAM). I never said it was over 100$.

Now HP Mini i5 8th gen + 16GB of ram + 256GB NVME that obviously has a case, a LOT of I/O, PCIe (m2) comes with a power adapter and outperforms a RPi5 in all possible ways costs you 100$ as well. And then there’s the 4 and 5th gen Mini PCs selling for 50-70$. If you want even cheaper then look for i3 CPU + 4 GB of RAM, you’ll find 40$ complete machines that run faster and are way better than a Pi

BearOfaTime,

I’ve got easily 50 power adapters for things like Pi. Doesn’t everyone?

Bondrewd,

My brother in christ. A used PC has powersupply, case, storage and cooling. This is about the basic kit you need for a proper pi5 experience. You can very easily hit the 100 dollar mark.

Also, most of the used business PC will have 8G RAM, which would put your little ARM funsies up to the $130 budget range.

And you would still only have 4 shitty cores, no expandability.

DaGeek247,
DaGeek247 avatar

And it wouldn't have gpio, would require at least a square foot of floor/desk space, and it would cost more to run. Price. Size. Gpio. Nobody is running their remote controlled car with a cabled desktop sat on it.

TCB13,
@TCB13@lemmy.world avatar

If you just need GPIO for low level electronics there are 20$ SBCs that get the job done. No need for a full RPi5.

MangoPenguin,
@MangoPenguin@lemmy.blahaj.zone avatar

USFF boxes are quite a bit smaller footprint than 1 sq/ft, about 7"x7"x1.4"

Bondrewd,

Not sure how much more it would cost to run. If you only really talk about stuff a pi can do as well, you wont be maxing out your cores. You will use a bit more maybe. Nothing sort of whatever you only really keep in mind for monero mining.

Aceticon, (edited )

If you’re running a remote controlled car you want something way down the power scale like as ESP32 or even an ATTiny + radio HW.

Mind you, I don’t disagree with your actual point, I just think the example you used wasn’t correct.

BearOfaTime,

You’re assuming use-case.

BearOfaTime,

What accessories? You’re assuming everyone needs all the accessories.

Which accessories?

I’ve got a million keyboards, mice, monitors, cables, chargers, adapters, etc. And I run RPi headless for most use-cases. One is currently using a ten-year old phone charger, it’s on wifi, so what accessories again?

I don’t need that mini computer which is 10 times the size of an RPi for my use cases.

Is it attractive for certain use-cases? Certainly (and I have those on my shopping list), but you keep going on like it’s just the better device.

Hell, I bought a few Pis on sale for $5 each years ago. How is that PC going to beat five bucks, 2 watts max, for my given use-cases (things like Pi-Hole, Vaultwarden, Joplin, etc)?

Yea, to replace my Pis would be about $30 each, but they’d fit in the same place, and migration is a snap.

Strit,
@Strit@lemmy.linuxuserspace.show avatar

I’ve got a million keyboards, mice, monitors, cables, chargers, adapters, etc.

Sure, you do. But people just starting likely do not. I’m thinking of the new user, not just myself.

Hell, I bought a few Pis on sale for $5 each years ago. How is that PC going to beat five bucks, 2 watts max, for my given use-cases (things like Pi-Hole, Vaultwarden, Joplin, etc)?

For that you don’t even need a Pi 5. You can get a cheap SBC at around $10-20 to do that work.

Yea, to replace my Pis would be about $30 each, but they’d fit in the same place, and migration is a snap.

And you are assuming people are only buying new boards to replace old boards.

but you keep going on like it’s just the better device.

“Keep going on”? I’ve mentioned it maybe 2 times, that’s hardly enough to classify it as “keep going on”.

I just don’t believe that Raspberry Pi or SBCs are the king(s) of home servers anymore. There are a lot of cheap x86_64 based options out there. But yes, if you just upgrade from a previous generation the Pi 5 is perfect for you, even though it’s likely overkill for your use-case.

TCB13,
@TCB13@lemmy.world avatar

You’re ignoring the fact that you need accessories that will up your cost to the 100$ range. Either way, fine, there are now 4 and 5th gen HP Mini PCs selling for 50-70$. Want even cheaper then look for i3 CPU + 4 GB of RAM, you’ll find 40$ complete machines that run faster and are way better than a Pi. All of those options come with power adapters and all the things required to get it going.

deleted,

Thank you for your detailed suggestion.

I’ve got HP ProDesk 600 G5 Mini i5-9500T off ebay for $190. Best damn purchase ever. Running 21 docker containers and transcode 4k with ease while consuming only 35w.

However, sometimes you need GPIOs especially for school projects.

TCB13,
@TCB13@lemmy.world avatar

However, sometimes you need GPIOs especially for school projects.

Yes but think about this, for a simple school/electronics project you can get even an old RPi 2B+ for around 10$ nowadays that will get the job done. For a NAS / media center / selfhosting any second hand machine will be a better choice. I wouln’t even mix the two into a single board.

There are also other brand new cheap SBCs that might work for your electronics such as the Radxa Zero 3W or the Zero 3E or even the Raspberry Pi Zero W. The point is that it doesn’t make sense to buy a standard and expensive RPi for things that don’t require much CPU. If you don’t really need an OS and you code C or MicroPython a 3.5$ ESP32 board as well.

eclipse,

Where on earth are you buying HP Mini machines for so cheap? Even the older gen seem to be 5 times as expensive as your estimate.

TCB13,
@TCB13@lemmy.world avatar

With patience and from eBay and local second hand websites. If you’re in Europe you’ll usually see sellers from Germany selling them for cheap, in the US there are a LOT more offers.

Regardless, like used cars, sometimes a specific generation that is cheap today can be more expensive tomorrow , it all depends on the amount of machines someone or some big company is dumping at the time you’re searching for. In my case I can usually get things locally cheaper than eBay, for eg. recently I saw a very good deal on a HP Elite Mini 600 G9 i3-12100T 16GB of RAM, NMVe 256GB for 300€.

eclipse,

Thanks for taking the time to respond.

I appreciate the info, but I am not a patient man. :)

TCB13,
@TCB13@lemmy.world avatar

Fair enough 😂

dauerstaender,

Does it’s run upstream Debian or SUSE? No? A custom distribution with proprietary binary blobs and no updates after one year you say? Sounds shit.

Jason2357,

This is the only question that really matters. If it’s overpriced? meh, it’s a cheap alternative to a NUC. But if it’s going to be stuck on obsolete software forever, run.

TCB13,
@TCB13@lemmy.world avatar

That’s the reason why Armbian exists. So those devices will keep having newer kernels and software. Read into the things.

TCB13,
@TCB13@lemmy.world avatar

??? Armbian is open-source. Some boards eventually get stuff from Armbian merged back into upstream Debian however you’re still better running Armbian as it comes with optimizations to avoid burning SD cards etc.

ck_,

My experience with Banana PIs is that they require some obscure kernel to run because the developers cannot be bothered to bring their hardware support and drivers upstream. Same was true for uboot. Has any of that changed in the meantime? If not, that this is a no go for me.

cucumber_sandwich,

I had the same impression until I dusted off my banana pi one last month and there was an up-to-date armbian image for it. Totally pleasant surprise.

ck_,

Fair, but I’m not running armbian, so my requirements boils down to: Must run any up to date Linux distro without having to side-load custom kernels or anything. Should work out of the box.

RegalPotoo,
@RegalPotoo@lemmy.world avatar

Yeah, this is an absolute blocker for me. If its not supported upstream then it’s a no-go. I don’t want to be running whatever hacked up Ubuntu image the manufacturer put together then stopped updating in 3 months when the next iteration gets churned out

CmdrShepard,

That’s too bad because the specs OP listed are pretty great plus I’d love to see the Raspberry Pi Foundation (or whichever corporate entity controls production and sales) knocked down a few pegs due to their anti-consumer behavior over the last several years.

ck_,

Definitely, the specs are nice and I also cannot say I’m a huge fan of the RPi foundation. More competition in this space would be great, but not having mainline support is just too much of a hassle.

AustralianSimon,

Yeah they are a massive fuck around unless you already know how

PumpkinEscobar,

It’s the same, I picked up an Orange Pi 5 plus on sale and didn’t even think about the kernel and module driver situation. It’s rough. Joshua-Riek/ubuntu-rockchip and the other contributors do great work to un-fuck the situation and get a non-screwy ubuntu install cobbled together, but in the comments for issues even he gives off a “well, the situation is shit” sort of vibe.

I won’t buy another rockchip sbc.

ck_,

Yeah, I figured. I’ll stick to the Raspberries then, mainly because the "just work"™

pete_the_cat,

That’s a shame.

Treczoks,

Good specs, but the rpi still has the absolute big advantage of it’s vast field of available turnkey software.

There is a big difference between “it works out of the box” and “it works so-so after a lot of fiddling, and I still don’t know why”.

TCB13,
@TCB13@lemmy.world avatar

Depends on your use-case. If you want to use GPIO and other low level features, yes the Pi is faster to get going, if you’re just using ir for a NAS/storage then a board like that will work out of the box.

atzanteol,

At which point you’re better off with a mini pc.

TCB13,
@TCB13@lemmy.world avatar

I totally agree with you there. lemmy.world/comment/5500098:

For eg. for 100€ you can find an HP Mini with an i5 8th gen + 16GB of ram + 256GB NVME that obviously has a case, a LOT of I/O, PCIe (m2) comes with a power adapter and outperforms a RPi5 in all possible ways. Note that the RPi5 8GB of ram will cost you 80€ + case + power adapter + cable + bullshit adapter + SD card + whatever else money grab - the Pi isn’t just a good option.

I even went further on GPIOs and low level electronics here lemmy.world/comment/5500638:

RPi 2B+ for around 10$ nowadays (…) other brand new cheap SBCs such as the Radxa Zero 3W or the Zero 3E or even the Raspberry Pi Zero W. The point is that it doesn’t make sense to buy a standard and expensive RPi for things that don’t require much CPU. If you don’t really need an OS and you code C or MicroPython a 3.5$ ESP32 board as well.

atzanteol,

This is the problem I see with these “high end pi” systems. The benefit of the RPI is low-cost and small form factor along with the GPIO.

When you start to get too expensive you compete with more capable systems in the same price range.

Treczoks,

Well, it always depends on the use case. And if you think over the use case, maybe other solutions might even be better.

ZILtoid1991,
ZILtoid1991 avatar

Also GPU drivers.

If you're mad at NVidia for their closed-source drivers, then remember that ARM seldom makes their Linux drivers available for free, so you have to either have to deal with absolutely no GPU driver while the CPU does the graphics rendering (might not be a big deal on a NAS though), or with open source drivers that are less capable than the Nouveau drivers and even fiddlier to install. The ARM Mali driver issue is so bad I was legit thinking on a solution to run the Android binary blobs (which at least are available by ripping them off from the Android kernel) on regular Linux, a lot of function call redirects would likely take care of that issue.

JustARegularNerd,

I’ve got one of those cheap Rockchip rk322x TV boxes and it took me fucking literal hours to get the Mali driver working and the performance, while noticeably better, was still way worse than if I ran it’s stock Android image on it.

sic_semper_tyrannis,

Pretty cool. I’d compare this one to the Odroid H3±

TCB13,
@TCB13@lemmy.world avatar

That “SBC” has a strange price point because it is Intel and costs 250$. For 100€ you can find an HP Mini with an i5 8th gen + 16GB of ram + 256GB NVME that obviously has a case, a LOT of I/O, PCIe (m2) comes with a power adapter and outperforms a RPi5 in all possible ways.

sic_semper_tyrannis,

I found it for $165. Definitely wouldn’t pay $250.

MangoPenguin,
@MangoPenguin@lemmy.blahaj.zone avatar

Still have to buy power supply, case, cooling, etc… And it has an older Intel CPU too.

There are newer Intel N100 boxes with a case, PSU, cooling, and so on for the same price or less sometimes.

sic_semper_tyrannis,

Do you know of any newer Intel SBCs with the same IO? I would like to take a look

MangoPenguin,
@MangoPenguin@lemmy.blahaj.zone avatar

What kind of IO are you looking for? Here’s a couple mini PCs, I’m not sure about SBC options.

1GbE: www.amazon.com/…/B0BVFS94J5

Dual 2.5GbE: www.amazon.com/…/B0C339KVH9

sic_semper_tyrannis,

I’m looking for something to run Open Media Vault. Fast Ethernet and multiple drive options. I also like to tinker, the prebuilt mini PCs haven’t interested me much

MangoPenguin,
@MangoPenguin@lemmy.blahaj.zone avatar

You can pick up an i3-8100 with motherboard and RAM for about $80 on eBay if you look around, that would let you do your own build

TCB13,
@TCB13@lemmy.world avatar

Well kubii.com/…/3824-odroid-h3h3-card-3272496313545.h… on their website yes, it costs $165 www.hardkernel.com/shop/odroid-h3-plus/ assuming you won’t pay extra taxes.

possiblylinux127,

I recently bought a Quartz64

TCB13,
@TCB13@lemmy.world avatar

The full PCIe slot on those boards is just gold. I have a NanoPi M4v2 that also has PCIe in a M2 slot, used a cheap board to get 6 sata ports out of it.

possiblylinux127,

I actually got the B version but there is an adapter if I change my mind down the road. I wanted the wireless and ir sensor

Evil_Shrubbery,

Well, I do kinda want a new router (but would also need to switch from opnsense to openwrt).

TCB13,
@TCB13@lemmy.world avatar

I’ve better suggestions for you than that board… way better.

There’s an upcoming board the BPI-R4 with optional Wifi and 10G SPF cage: wiki.banana-pi.org/Banana_Pi_BPI-R4

Evil_Shrubbery,

Oh, waw, this is amazing. And exactly why I don’t follow this kind of things :). I don’t need a new router. But then again, need is such a weird word …

Veraxus,
Veraxus avatar

Honestly, given the driver situation with all the RbP knockoffs, if I'm not going to run a RbP I'll use a Steam Deck.

Given the attractive pricing and specs, stripping down a Steam Deck is a better option than using one of these other janky boards.

Midnitte,
Midnitte avatar

Tbf, the Steam Deck is also significantly more expensive.

The W3 is $162

MangoPenguin, (edited )
@MangoPenguin@lemmy.blahaj.zone avatar

I dunno, this is going to be expensive, unless you need the GPIO or the smallest size possible I’m not sure what the advantage is over spending $150 or so on one of those mini Intel N100 boxes with dual 2.5GbE, they are x86 so can easily run normal software like Opnsense or similar without worrying about support going away down the road.

Or without 2.5GbE just one of those $60-80 8th gen Dell/Lenovo/HP USFF PCs off ebay.

SBCs just don’t seem very competitive currently because they’re quite expensive for what you get, and require specialized software releases, plus stuff like hardware transcoding never seems very well supported even though the chip can technically do it.

TCB13,
@TCB13@lemmy.world avatar

So you share my opinion: lemmy.world/comment/5500098:

For eg. for 100€ you can find an HP Mini with an i5 8th gen + 16GB of ram + 256GB NVME that obviously has a case, a LOT of I/O, PCIe (m2) comes with a power adapter and outperforms a RPi5 in all possible ways. Note that the RPi5 8GB of ram will cost you 80€ + case + power adapter + cable + bullshit adapter + SD card + whatever else money grab - the Pi isn’t just a good option.

I even went further on GPIOs and low level electronics here lemmy.world/comment/5500638:

RPi 2B+ for around 10$ nowadays (…) other brand new cheap SBCs such as the Radxa Zero 3W or the Zero 3E or even the Raspberry Pi Zero W. The point is that it doesn’t make sense to buy a standard and expensive RPi for things that don’t require much CPU. If you don’t really need an OS and you code C or MicroPython a 3.5$ ESP32 board as well.

bruhduh,
@bruhduh@lemmy.world avatar

I agree with you, i wanted raspberry pi for my EE practice in uni but it was way too expensive for what it gives and i bought raspberry pi pico 16mb type c for 2$ on sale, for those who want compact pc to tinker with it’s better to buy used mini pc because it’ll be much better bang for the buck

avidamoeba,
@avidamoeba@lemmy.ca avatar

It’s the software, stupid!

splendoruranium,

Unless it can natively run all the existing ready-to-go Pi images and software packages and will also receive community support when I ask for help in a Pi-adjacent forum it’s not really going to be a competitor to the Pi. The hardware is pretty much irrelevant.

doublejay1999,

What an unpleasant and unnecessary turn of phrase .

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • DreamBathrooms
  • mdbf
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • InstantRegret
  • tacticalgear
  • anitta
  • ethstaker
  • modclub
  • cisconetworking
  • tester
  • GTA5RPClips
  • cubers
  • everett
  • megavids
  • provamag3
  • normalnudes
  • Leos
  • JUstTest
  • lostlight
  • All magazines