Live data from Hacker News

The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+

jeffgeerling.com

71–80 of 232 posts

Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+

#71

For something called the "Tinker Board" you'd expect there to be lots of documentation, and for the RK3288, it does not disappoint: Datasheet: http://opensource.rock-chips.com/images/4/4e/Rockchip_RK3288... Technical Reference Manual: http://rockchip.fr/RK3288%20TRM/ This is on par with what TI offers for its OMAP series, and a great deal better than anything Broadcom has ever released for its RPi SoCs. I remember ar…

4k60p too!

I'm working on a simply Yocto image that will autoplay a music video. It will serve as a nice test camera source for the medical device recorders I develop.

https://github.com/pauldotknopf/rockchip-camera-source

I still got to work out some kernel panics, but when it's done, I can just dd an image to an SD card. It beats the $10,000 medical camera I currently use :)

I am currently using a Yocto image for Raspberry Pi for 1080p60.

https://github.com/pauldotknopf/raspberry-pi-camera-source

Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+

#72

What is the cheapest RPi kit containing everything needed to get started?

If you are willing to splurge a little bit (in the context of rpi) this is absolutely the best case I’ve used for them.

https://www.amazon.com/gp/aw/d/B07349HT26/ref=mp_s_a_1_5?ie=...

Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+

#73
post #35
post #23

Is there a reason why everybody just HAS to stick to the RPi's when the BeagleBone Black/Green/Blue/etc. are: 1) Far more open (you can get documentation and chip supply to build your own BeagleBone) 2) No more expensive 3) Mainline Debian

Well, they are more expensive, though by just a little. The low price really seems to be the deciding factor for most people. I’m likewise baffled by the lack of popularity of some of these other boards. Thr RPi is honestly getting quite long in the tooth and just $10-15 more can get you a way better board.

Couple of years ago we were looking for an board to run embedded Linux. Anything relying on an SD card was a no go for us. Talking to a few friends with a bunch of experience with SD cards in industrial settings say they purchase high end ones from specific vendors. Otherwise it's just a question when it will fail. Industrial grade SD cards cost more than the $10-15 needed to get an SBC with eMMC.

Bit of warning about the Beaglebone Black. The power controller doesn't have proper brownout detection.

Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+

#74
Some more cheap SBCs from my bookmarks:

- BananaPi (Allwinner, MediaTek): http://www.banana-pi.org/

- Le Potato (Amlogic) and Renegate (Rockchip): https://libre.computer/

- NanoPi (Samsung, Allwinner) : http://www.friendlyarm.com/index.php?route=product/category&...

- OLinuXino (open hardware, Allwinner A20, A64, etc, iMX, Ralink): https://www.olimex.com/Products/OLinuXino/

- Odroid (Amlogic, Samsung): http://www.hardkernel.com/main/main.php

- OrangePi (Allwinner): http://www.orangepi.org/

- Pine64 (Allwinner) and Rock64 (Rockchip): https://www.pine64.org/

Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+

#75
post #28

Earlier quoted context omitted.

Not for any of the GPUs. If all you want is a terminal, you can pretty much buy anything..

You can run Gnome just fine, hardware accelerated video decoding/encoding works, HDMI with a few features is mainline, the only thing left is the Mali GPU, which is a fairly simple GPU as far as that kind of hardware goes, as compared to AMD or Nvidia GPUs. On that note, there has been a fair bit of activity on Lima as of late, which is a big change from a few years ago: https://github.com/yuq/linux-lima/tree/lima-4.…

Isn't Lima for 200 and 400 series. Tinkerboard needs has a 700 which already has kernel support but will need Panfrost for open source userspace.

Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+

#76
post #19
post #7

Earlier quoted context omitted.

The eMMC for me is worth the price. Too many corrupt SD cards.

I can't imagine how I'm so lucky. I've used RPis since the very first version and in all these years, dozens of PIs and thousands of hours, I've never had a single corrupt SD card.

Same here. I've used pretty much every version, and have quite a few running 24/7 around my house for multiple years.

Not a single issue with storage.

Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+

#77

Earlier quoted context omitted.

"Used Core i5" is not buying a NUC. At least, I don't think there's a huge aftermarket of NUCs at this point. I don't think they sell in the volume that leads to large aftermarkets, like your average Dell business machine. A five year old OptiPlex SFF PC though is available for around $100 or so, and capable of much more than any single-board PC.

> A five year old OptiPlex SFF PC This is more what I'm talking about; I needed a faster option with much more RAM and a proper SATA SSD for one project. I bought a used Lenovo ThinkCentre for about $80, put in a small SSD I had on hand, upgraded the RAM to 8 GB for $20 (one 4GB stick on eBay), and had an i5 with about 100x better overall performance than a Pi 3 B+ (and maybe 10x more power consumption, so not a bad…

How do you interface with arduino? serial?

Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+

#79
post #71

For something called the "Tinker Board" you'd expect there to be lots of documentation, and for the RK3288, it does not disappoint: Datasheet: http://opensource.rock-chips.com/images/4/4e/Rockchip_RK3288... Technical Reference Manual: http://rockchip.fr/RK3288%20TRM/ This is on par with what TI offers for its OMAP series, and a great deal better than anything Broadcom has ever released for its RPi SoCs. I remember ar…

4k60p too! I'm working on a simply Yocto image that will autoplay a music video. It will serve as a nice test camera source for the medical device recorders I develop. https://github.com/pauldotknopf/rockchip-camera-source I still got to work out some kernel panics, but when it's done, I can just dd an image to an SD card. It beats the $10,000 medical camera I currently use :) I am currently using a Yocto image for R…

What camera do you use with the Tinker?
Post reply on HN