buildroot and v4l2
Posted: 2024-05-07 7:27
I try to enable v4l2 and utils in kernel. According to manuals:
After I try to find `libv4l2` but no result.
![Image](https://i.imgur.com/dw5j8Qk.png)
How to resolve this?
Code: Select all
cd <SDK directory>/sysdrv/source/kernel
cp ./arch/arm/configs/luckfox_rv1106_linux_defconfig .config
make ARCH=arm menuconfig
![Image](https://i.imgur.com/dw5j8Qk.png)
How to resolve this?