They now require a special power supply for it to work else it just crashes under load. Their use of USB C is insanely confusing because it doesn’t work with any normal USB C psu.
This power supply costs 15 bucks which conveniently isn’t included in the price. Also a heat sink that costs 6 bucks.
Also they stuck with micro hdmi which sucks. (even more special accessories needed)
The required accessories almost cost as much as just an old pi.
I hope the community jumps over to Rockchip based boards soon. Pi has taken the communities open source efforts and spit in their face.
Risc5 is also interesting but that seems to be a far bigger task since it need recompilation of a lot of existing stuff
Depends on what it’s doing. The Pi5 has lower idle power usage but if it’s under constant load it’s actually very inefficient. Keep in mind that the Pi5 has a 25W max TDP, almost as high as the N100.
The reason that the N100 is seems less efficient in Jeff’s video is because it’s clocked a lot higher. And power usage increases exponentially with higher clockspeeds
The Pi5 is made on the 28nm node, which is from around 2011. Of course it has other efficiency improvements like the GPU and the ARM architecture, but pound for pound I don’t think the Pi5 even beats a 6 year old desktop in efficiency if the desktop was properly downclocked and not running some inefficient HDD’s or the likes.
Rockchip boards on the other hand are made on 22nm, which is why they tend to be a bit more efficient.
New X86 processors are as efficient as the Apple M series. They are far more power efficient than a Pi under load, though they will consume slightly more at idle. But not nearly as much as you’re suggesting.
Depends on what you do, most of the deep-learning world and scientific computing is based on Ubuntu. And not just Ubuntu but currently 22.04. Even upgrading the distro can bring compatibility conflicts.
I have a massive hate boner for development on Windows for things such as the \ in the paths and needing to install a 10gig IDE to do cpp development. Or they tell you WSL “just works” while it doesn’t “just work” because it can’t cv2.imshow your images because there’s no X11 passthrough etc.
No it installs and uninstalls a ton of packages and often relies on specific versions of certain packages. This is like saying Ubuntu isn’t different from Debian.
Some DE’s even use Wayland which will break a ton of software such as OpenCV.