On Fri, Mar 22, 2019 at 1:47 PM Jeffrey Walton noloader@gmail.com wrote:
Hi Everyone,
I've got a ASUS Tinkerboard. I like ASUS motherboards, but I am not happy with the Debian 9 image and its performance. MySQL performance blows, and takes over 2 minutes to create 4 tables.
I'd like to try a Fedora image if possible. I found some past posts about Fedora for the board, like [1], but I can't tell if it is supported.
[1] https://ask.fedoraproject.org/en/question/119755/fedora-27-pi-working-on-asu... [2] https://tinkerboarding.co.uk/forum/archive/index.php/thread-1826.html
Does Fedora support the Tinkerboard?
I've had reports it works but it's not a device we directly test. The biggest issue with the Rockchips devices is around U-Boot, I need to do some bits around polishing up how we deal with it for these devices but I've not had the time to do that. Mostly their offsets are insane so it ends up splatting itself over the first 32 Mb of the disk rather than the first 2Mb like all the other SoCs U-Boot do. Kernel/userspace wise I believe it should be all fine, I have Fedora running unmodified on a number of aarch64 rockchips devices without issues.
Peter