This repo is a kas overlay layer on top of scailx-yocto with recipes for framos NXP drivers.
The kernel modules are built and installed sepperately. The vvcam driver is patched to support the Sony sensors via the built-in ISP. The image also includes devicetree overlays for the scailx-ml platform board.
Is recommended to use Visual Studio Code with the Yocto extension to develop with this repo. This will provide syntax highlighting and autocompletion for the Yocto files.
Install kas:
pip3 install kasBuild scailx-ml image:
kas buildAlternatively, to open a terminal with bitbake to perform various Yocto rleasted tasks, run the following command:
kas shell
# build scailx image
bitbake scailx-ml