[이전] [목차] [다음] 9 Porting a new camera to the tuning tool NXP에서 릴리스한 튜닝 서버와 클라이언트를 다운로드한다. 다른 센서 튜닝을 활성화하기 위해, "isp-imx"와 "vvcam"을 다시 빌드할 필요가 없다. 포팅 가이드에 따라 센서를 포팅하고 빌드한 후, "build_output_release" 디렉토리에서 관련된 센서 파일을 가져올 수 있다. 센서 관련 파일을 EVK에 푸시하기만 하면, 자체 센서에 대한 조정 도구를 실행할 수 있다: $ scp build_output_release/* root@$EVK_IP_Address:/home/root/build_output_release/ $ scp build_output_release/modules/[your..
[이전] [목차] [다음] 7 Setting the environment when booting >setenv fdtfile imx8mp-evk-xxx.dtb >saveenv >boot 필요한 파일을 생성하고 폴더에 복사한 후, ISP 폴더는 Figure 2와 같이 보일 수 있다. [이전] [목차] [다음]
[이전] [목차] [다음] 6 Using SCP to remotely send the files in the build-out directory to EVK $ scp -r [the build out directory] root@$EVK_IP_Address:/home/root/[the build out directory] $ scp imx8mp-evk-*.dtb root@$EVK_IP_Address:/run/media/mmcblk1p1 $ scp Image root@$EVK_IP_Address:/run/media/mmcblk1p1 참고 "libtinyxml2.so"는 빌드를 위해 필요하다. 그러나 모든 SDK 구성에 포함되지 않을 수 있다. Yocto 환경이 있거나 패키지 배포 저장소(packages.d..