Manta M8P with CM4 not found the CSI Pi Global Shutter Camera and no working CSI Display
Magic2991 opened this issue · 6 comments
I have problems with the CSI ports for camera and display. Neither the PI Global Shutter Camera nor the display connected to the CSI port work with the Manta M8P+CM4. With an HDMI display it works without any problems, with CSI it stays dark.
I usw the pi OS Bullseye.
You need to install the overlays on the CM4 to enable the camera and the screen which has nothing to do with the manta. https://www.raspberrypi.com/documentation/computers/compute-module.html#sources
I have problems with the CSI ports for camera and display. Neither the PI Global Shutter Camera nor the display connected to the CSI port work with the Manta M8P+CM4. With an HDMI display it works without any problems, with CSI it stays dark. I usw the pi OS Bullseye.
Did you ever make any progress on this? Having the same issue myself.
The location of the dt-blob.bin is wrong. It needs to go into the /boot/firmware folder:
sudo wget https://datasheets.raspberrypi.com/cmio/dt-blob-disp1-cam1.bin -O /boot/firmware/dt-blob.bin
The location of the dt-blob.bin is wrong. It needs to go into the /boot/firmware folder:
sudo wget https://datasheets.raspberrypi.com/cmio/dt-blob-disp1-cam1.bin -O /boot/firmware/dt-blob.bin
THANK YOU. This fixed my BTT PITFT43.
I wanted to thank you very much, I tried everything possible for two days without success. Your solution worked right away, you should forward it to bigtreetech, because it is wrong in the description.
I wanted to thank you very much, I tried everything possible for two days without success. Your solution worked right away, you should forward it to bigtreetech, because it is wrong in the description.
I notified them about the error. It's related to a change in the newest version of Raspbian btw (bookworm).