Quote:
Originally Posted by OrangeWindies
It has taken quite a few months since I asked whether anyone had already tried making a Yocto build for the Clara HD but I've finally got it working and in a state that's close enough to respectable to show other people.
The Yocto layer is at https://github.com/kevinior/meta-kobo-clara-hd It's built on top of NXP's imx-linux Yocto stuff, I'm planning to try to get rid of that and just use a standard Yocto release. That should allow upgrading to a current Yocto version too.
The main purpose for all this was to build my own Home Assistant dashboard running on the Clara, without any leftover Kobo software getting in the way. You can find HAslate here: https://github.com/kevinior/haslate
Many thanks to andi45 for his patched kernels with Clara HD support.
|
Interesting project. Nice to see some progress. Basically what is new on my side:
There is a kobo/merged-5.11 branch now, a basic charger/fuel gauge driver is upstreamed, I am working on replacing the fbdev driver with a drm driver. Then it can use standard interfaces for updating contents and does not need the special nxp one. For now it works well with some IMX6SL readers, for the Kobo Clara HD it needs some tweaking.