The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+
21–30 of 232 posts
Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+
#22I guess that's something to be expected, it's probably not a very used feature, but I really enjoy being able to play old video games on a CRT, as they were meant to be played.
Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+
#231) Far more open (you can get documentation and chip supply to build your own BeagleBone)
2) No more expensive
3) Mainline Debian
Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+
#24I think the main issues with all of these rasbi alternatives is the software. As ... quirky ... as the rasbi is, the software support and optimisation is excellent. There are several speed comparisons on youtube where the rasbi beats a lot of the competition through sheer software optimisation. Honestly, without complete Upstream Kernel support and Open Sourcing of all necessary drivers, none of these Boards is reall…
Allwinner based boards have mainline kernel support for most features, they're one of a handful of vendors that has mainline support (primarily due to community efforts). I personally like the OrangePi boards due to price & reliability, easy to set and forget without worrying about mSD corruption. http://linux-sunxi.org/Main_Page is pretty useful for a list of boards and info.
Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+
#25I think the main issues with all of these rasbi alternatives is the software. As ... quirky ... as the rasbi is, the software support and optimisation is excellent. There are several speed comparisons on youtube where the rasbi beats a lot of the competition through sheer software optimisation. Honestly, without complete Upstream Kernel support and Open Sourcing of all necessary drivers, none of these Boards is reall…
Software can be fixed by a large enough number of developers and users. Where the Raspberry Pi wins is community. I've got so many other boards but none of them work quite as well as the Pi.
Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+
#26http://www.hardkernel.com/main/products/prdt_info.php?g_code...
I'm thinking about buying two of them and using them as a NAS with offsite mirroring for critical data/important documents.
Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+
#27Many of the alternative boards, for all their improvements over he RPi, are virtually impossible to get hold of beyond directly importing from the OEM.
That said, i already have an RPI3B sitting around that i have yet to do anything with.
Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+
#28I think the main issues with all of these rasbi alternatives is the software. As ... quirky ... as the rasbi is, the software support and optimisation is excellent. There are several speed comparisons on youtube where the rasbi beats a lot of the competition through sheer software optimisation. Honestly, without complete Upstream Kernel support and Open Sourcing of all necessary drivers, none of these Boards is reall…
Allwinner based boards have mainline kernel support for most features, they're one of a handful of vendors that has mainline support (primarily due to community efforts). I personally like the OrangePi boards due to price & reliability, easy to set and forget without worrying about mSD corruption. http://linux-sunxi.org/Main_Page is pretty useful for a list of boards and info.
Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+
#29RPi is more compatible i.e. the software stack supports OpenGL.
But for cases where it’s OK to code against GLES, Mali-T764 is awesome. I once used NanoVG to build a very nice looking rich GUI, with alpha transparency, animated state transitions, etc. Moreover, it consumes practically no CPU time, because everything is hardware accelerated.
Re: The ASUS Tinker Board is a compelling upgrade from a Raspberry Pi 3 B+
#30Tinkerboard has amazingly performant GPU. Peak performance is 81.6GFlops, comparable to mid-range desktop GPUs from 2007 (e.g. GeForce 8400 GS had 67 GFlops, GeForce 8600 GT had 114 GFlops). It also supports 4k HDMI output resolution. RPi is more compatible i.e. the software stack supports OpenGL. But for cases where it’s OK to code against GLES, Mali-T764 is awesome. I once used NanoVG to build a very nice looking r…