NXP i.MX SoC Family/AN13713 (8MP ISP New Camera Porting)

NXP i.MX SoC Family/AN13713 (8MP ISP New Camera Porting)

AN13713 (8MP ISP New Camera Porting) - Revision history

[이전] [목차] [다음] 10 Revision history Table 1. Revision history Revision number Date 0 24 August 2022 Initial release [이전] [목차] [다음]

NXP i.MX SoC Family/AN13713 (8MP ISP New Camera Porting)

AN13713 (8MP ISP New Camera Porting) - Porting a new camera to the tuning tool

[이전] [목차] [다음] 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..

NXP i.MX SoC Family/AN13713 (8MP ISP New Camera Porting)

AN13713 (8MP ISP New Camera Porting) - Running ISP and sensor (e.g. OS08A20) on 8MP EVK

[이전] [목차] [다음] 8 Running ISP and sensor (e.g. OS08A20) on 8MP EVK 아래 경로에 추가: $ export LD_LIBRARY_PATH=$pwd:$LD_LIBRARY_PATH 새로운 폴더에 ISP 모듈을 빌드하기 때문에, Yocto의 기본 ISP가 자동으로 시작된다. 따라서 아래와 같이 기본 ISP를 중지한다: $ systemctl stop imx8-isp.service 기존 모듈 제거: $ rmmod vvcam-dwe $ rmmod vvcam-isp $ rmmod vvcam-video $ rmmod imx8-media-dev.ko $ rmmod os08a20.ko 모듈 설치: $ insmod vvcam-dwe $ insmod vvcam-isp $ insmo..

NXP i.MX SoC Family/AN13713 (8MP ISP New Camera Porting)

AN13713 (8MP ISP New Camera Porting) - Setting the environment when booting

[이전] [목차] [다음] 7 Setting the environment when booting >setenv fdtfile imx8mp-evk-xxx.dtb >saveenv >boot 필요한 파일을 생성하고 폴더에 복사한 후, ISP 폴더는 Figure 2와 같이 보일 수 있다. [이전] [목차] [다음]

NXP i.MX SoC Family/AN13713 (8MP ISP New Camera Porting)

AN13713 (8MP ISP New Camera Porting) - Using SCP to remotely send the files in the build-out directory to EVK

[이전] [목차] [다음] 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..

까마귀75
'NXP i.MX SoC Family/AN13713 (8MP ISP New Camera Porting)' 카테고리의 글 목록