Use of dt-blob only relates to the legacy camera stack and firmware based display stack, both of which are deprecated.
The supported route is to use libcamera for the camera and the kernel vc4 DRM drivers for the displays, which would then use something liketo configure 2 V2 cameras and the display.
If you have to stick with the legacy stacks, then https://datasheets.raspberrypi.com/cmio ... 1-cam2.dts and the compiled version https://datasheets.raspberrypi.com/cmio ... 1-cam2.bin does it for you - 1 display and 2 cameras (yes the file naming leaves a little to be desired).
The supported route is to use libcamera for the camera and the kernel vc4 DRM drivers for the displays, which would then use something like
Code:
dtoverlay=imx219dtoverlay=imx219,cam0dtoverlay=vc4-kms-dsi-7inch
If you have to stick with the legacy stacks, then https://datasheets.raspberrypi.com/cmio ... 1-cam2.dts and the compiled version https://datasheets.raspberrypi.com/cmio ... 1-cam2.bin does it for you - 1 display and 2 cameras (yes the file naming leaves a little to be desired).
Statistics: Posted by 6by9 — Wed Apr 17, 2024 10:30 am