Rasbperry Pi is a popular choice as a SoC / SBC Linux board. But you have to use their custom linux kernel. Are there Linux boards with decent mainline Linux kernel support?
Rasbperry Pi is a popular choice as a SoC / SBC Linux board. But you have to use their custom linux kernel. Are there Linux boards with decent mainline Linux kernel support?
Pine64 ROCKPro64: https://www.pine64.org/rockpro64/
DTS: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355
Thanks a lot! What does DTS mean?
Device Tree Source. It’s a text description of the hardware. The kernel uses it to load and configure drivers. It’s the most critical set of information for supporting any particular board.