Ya_super_grafiti Posted December 2, 2023 Posted December 2, 2023 (edited) I found a .dts file for my TV set-top box on an amlogic processor, and I want to compile this file for Armbian, please tell me how to do this, my TV box is K1 plus. https://github.com/CoreELEC/device-trees-amlogic/tree/master Edited December 2, 2023 by Ya_super_grafiti 0 Quote
SteeMan Posted December 8, 2023 Posted December 8, 2023 @Ya_super_grafiti dts/dtb files are specific to the linux kernel. Armbian focuses on mainline linux kernels and others out there use vendor kernels (which usually are a ported android based kernels from ancient sources). The differences between vendor kernels and mainline linux are usually significant preventing direct reuse of a dts/dtb from one to the other. If you know how dtb's work and have the hardware specs, you could port the dts into mainline, but that is expert level work. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.