SGTMM Posted December 5, 2024 Posted December 5, 2024 Hi, does anyone know where I can find a build for linux 5.1 for my orange pi zero 2w. I would like to use fbtft device, so either finding a pre 5.4 linux build, or building one myself (In that case how so because I failed miserably) or an alternative to fbtft. Thank you very much 0 Quote
Werner Posted December 6, 2024 Posted December 6, 2024 Why do you need an old kernel version while this driver is upstreamed into mainline Linux? https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing Build your own image, and use kernel configuration to enable them if not there already. 0 Quote
Ryzer Posted December 7, 2024 Posted December 7, 2024 Hi SGTMM, what type of TFT display are you trying to interact with? If you want to an alternative to fbtft, I would suggest look at drm based device drivers. Here you can find a list of the currently supported displays: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/gpu/drm/tiny?h=v6.6.63 0 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.