|
|
|
|
|
by BackBlast
1232 days ago
|
|
"better" is in the eye of the beholder. You can get very near equivalents to the rk3588 on the x86 side. N5105/N6005 are a pretty good match for CPU benchmarks and better GPU, better I/O (more PCIe), SO-DIMM slots, better software support. All for a similar costs. I got a Intel NUC Essential N5105 for $160 6 months ago (SSD/RAM were separate). The RK3588 is a 4 big core 4 little core design, so throwing out 8 cores as a point of difference is kind of misleading. Yes, there are 4 extra small cores in there. If you just want a small cheap system, used ebay systems are pretty hard to beat. J4125 class CPUs are an excellent choice. At this point "faster" is less important than "works" I think. And the RK3588 isn't even touching the price you can get a used J4125/J4105 for. $55 https://www.ebay.com/itm/115671002802 Claiming a J4125 is "big" and "noisy" is similarly misleading. J4125 is a 10W TDP. RK3588 is a 12W TDP. You can passively cool either. N5105 and N6005 are similar power profiles. My J4105 idles at 3-5W, runs proxmox with my firewall and a bunch of VMs for databases and servers. 32GB RAM. I couldn't find a Rock5 with case and power supply for anywhere near $150, and not even a bare board with 8GB for that. Let alone your claimed $140 for the full package. Then there's architecture... A lot of packages you can find off the shelf for x86 just aren't built for arm. It bites you in the random places and burns time. Lots of time. I've burned far too much time trying to make ARM servers work. |
|
Here's the link for the $119/$139 deal:
https://www.friendlyelec.com/index.php?route=product/product...
The ship today price from amazon was $180.
I was curious about system power (not just TDP), so I hooked up a kill-a-watt, at idle, ubuntu 22.04, normal stuff running (like sshd) and so far it's taken 7 hours to accumulate 0.01 kwh, sadly not very accurate yet, so I'll leave it go till at least 0.02 kwh, looks like an average idle around 1 watt.
I've been pondering some easy benchmarks from the command line, so far I've come up with:
1) openssl speed -bytes 16384 sha256 sha512 aes-256-cbc rsa2048
2) 7z b # benchmark mode for 7zip
3) wget https://github.com/jtsiomb/c-ray/releases/download/v2.0/c-ra...; tar xvf c-ray-2.0.tar.gz; cd c-ray-2.0; make; time ./c-ray-fast ./sphfract.scn -s 3840x2160 -r 4 -o output.pnm -p
4) any similar ideas that are easy, reports a useful number (or a few) in 5 minutes or less?
I'll run similar later on the rk3588, once I get a better idea of the idle watts.