CSI Manual on Pi 5: Difference between revisions
No edit summary |
No edit summary |
||
| Line 88: | Line 88: | ||
For the Debian version 12 (Bookworm), | For the Debian version 12 (Bookworm), | ||
v4l2-ctl -d /dev/v4l-subdev2 --set-edid=file=/home/pi/ | v4l2-ctl -d /dev/v4l-subdev2 --set-edid=file=/home/pi/edid60.txt --fix-edid-checksums | ||
For the Debian version 13 (trixie), | For the Debian version 13 (trixie), | ||
v4l2-ctl -d /dev/v4l-subdev2 --set-edid=file=/home/pi/ | v4l2-ctl -d /dev/v4l-subdev2 --set-edid=file=/home/pi/edid60.txt | ||
PS:Pay attention to the directory of your edid file | PS:Pay attention to the directory of your edid file | ||