728x90
반응형
4 Building "yocto vvcam" (details are in "build-all-vvcam.sh")
- https://source.codeaurora.org/external/imx/isp-vvcam에서 올바른 버전의 "yocto vvcam"을 다운로드한다.
Yocto에서 "vvcam"은 "build-wayland-8mp/tmp/work/imx8mpevk-poky-linux/kernel-module-isp-vvcam" 폴더에 있다. - 아래 커맨드를 사용하여 "vvcam"을 빌드한다("build-allvvcam.sh" 파일을 사용할 수도 있음):
$ source [/opt/my-tool-chain-path]/environment-setup-[depend_on_the_toolchain]
그 다음에:
$ export KERNEL_SOURCE_DIR = [the build path of the NXP kernel]
$ ./build-all-vvcam.sh
또는:
$ cd vvcam/v4l2
$ make KERNEL_SRC=[the build path of the NXP kernel] ENABLE_IRQ=yes
728x90
반응형