|
发表于 2021-12-9 17:25:26
只看该作者
沙发
摄像头是OV1358, 接入的是MIPI_CSI0, 运行官网调试命令dmesg | grep ov13850
firefly@firefly:~$ dmesg | grep ov13850
[ 3.110451] ov13850 1-0036: driver version: 00.01.01
[ 3.110940] ov13850 1-0036: GPIO lookup for consumer reset
[ 3.110949] ov13850 1-0036: using device tree for GPIO lookup
[ 3.110977] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/i2c@ff110000/ov13850@36[0]' - status (0)
[ 3.111033] ov13850 1-0036: Looking up avdd-supply from device tree
[ 3.111168] ov13850 1-0036: Looking up dovdd-supply from device tree
[ 3.111237] ov13850 1-0036: Looking up dvdd-supply from device tree
[ 3.111446] ov13850 1-0036: could not get sleep pinstate
[ 3.111924] ov13850 1-0036: GPIO lookup for consumer pwdn
[ 3.111932] ov13850 1-0036: using device tree for GPIO lookup
[ 3.111960] of_get_named_gpiod_flags: parsed 'pwdn-gpios' property of node '/i2c@ff110000/ov13850@36[0]' - status (0)
[ 3.114580] ov13850 1-0036: write SCCB_ID failed
[ 3.115177] ov13850: probe of 1-0036 failed with error -5
[ 3.115866] ov13850 1-0046: driver version: 00.01.01
[ 3.116384] ov13850 1-0046: GPIO lookup for consumer reset
[ 3.116394] ov13850 1-0046: using device tree for GPIO lookup
[ 3.116420] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/i2c@ff110000/ov13850@46[0]' - status (0)
[ 3.116449] ov13850 1-0046: Looking up avdd-supply from device tree
[ 3.116540] ov13850 1-0046: Looking up dovdd-supply from device tree
[ 3.116614] ov13850 1-0046: Looking up dvdd-supply from device tree
[ 3.116831] ov13850 1-0046: GPIO lookup for consumer pwdn
[ 3.116840] ov13850 1-0046: using device tree for GPIO lookup
[ 3.116877] of_get_named_gpiod_flags: parsed 'pwdn-gpios' property of node '/i2c@ff110000/ov13850@46[0]' - status (0)
[ 3.120471] ov13850 1-0046: Detected OV00d850 sensor, REVISION 0xb2
[ 3.121244] ov13850 1-0046: Error applying setting, reverse things back
[ 5.854785] ov13850 1-0046: Error applying setting, reverse things back
|
|