I'm using meta-raspberry to create an image for Raspberry 5. Unfortunately, I can't make the camera work. The same HW works ok with the official Raspberry Pi OS. The camera is detected by kernel:But rpicam-hello shows no cameras available:Also vclog shows no camera compared to the official image:I switched to the latest https://github.com/raspberrypi/libcamera but still the same result: no camera available.
What else could I check to figure out the root cause? Thanks.
Code:
root@lm-rpi:~# dmesg | grep ov5647[ 2.130214] platform 1f00110000.csi: Fixed dependency cycle(s) with /axi/pcie@120000/rp1/i2c@88000/ov5647@36[ 5.397222] rp1-cfe 1f00110000.csi: found subdevice /axi/pcie@120000/rp1/i2c@88000/ov5647@36[ 5.463006] rp1-cfe 1f00110000.csi: Using sensor ov5647 6-0036 for capture
Code:
rpicam-hello [0:27:38.663123013] [856] INFO Camera camera_manager.cpp:284 libcamera v0.2.0+46-075b54d5-dirty (2024-03-30T18:04:07+00:00)Preview window unavailableERROR: *** no cameras available ***
Code:
root@lm-rpi:~# vclog -m004704.266: Initial voltage 800000 temp 44974004901.385: avs_2712: AVS pred 8580 858000 temp 46073004901.396: vpred 858 mV +0004905.800: FB framebuffer_swap 1004933.911: Select resolution HDMI0/2 hotplug 0 max_mode 2004933.927: Select resolution HDMI1/2 hotplug 0 max_mode 2006198.756: dtb_file 'bcm2712-rpi-5-b.dtb'009142.086: Starting OS 9142 ms009144.719: 00000040: -> 00000480009144.735: 00000030: -> 00100080009144.750: 00000034: -> 00100080009144.766: 00000038: -> 00100080009144.782: 0000003c: -> 00100080
What else could I check to figure out the root cause? Thanks.
Statistics: Posted by al1img — Sat Mar 30, 2024 6:47 pm — Replies 0 — Views 26