|
8#
楼主 |
发表于 2021-11-15 11:36:48
|
只看该作者
写入了帖子上提供的toybrick-imx258.dtb输入dmesg | grep imx258打印信息如下:
root@debian10:/mnt/share/rk3399/example# dmesg | grep imx258
[ 2.190485] imx258_eeprom 1-0050: probing...
[ 2.192593] imx258_eeprom 1-0050: probing successful
[ 2.194793] imx258_eeprom 2-0050: probing...
[ 2.196892] imx258_eeprom 2-0050: probing successful
[ 2.582759] imx258 1-0010: driver version: 00.01.03
[ 2.582809] imx258 1-0010: GPIO lookup for consumer reset
[ 2.582813] imx258 1-0010: using device tree for GPIO lookup
[ 2.582848] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/i2c@ff110000/imx258@10[0]' - status (0)
[ 2.582889] imx258 1-0010: GPIO lookup for consumer pwdn
[ 2.582893] imx258 1-0010: using device tree for GPIO lookup
[ 2.582916] of_get_named_gpiod_flags: parsed 'pwdn-gpios' property of node '/i2c@ff110000/imx258@10[0]' - status (0)
[ 2.582935] imx258 1-0010: Looking up avdd-supply from device tree
[ 2.582942] imx258 1-0010: Looking up avdd-supply property in node /i2c@ff110000/imx258@10 failed
[ 2.583021] imx258 1-0010: Looking up dovdd-supply from device tree
[ 2.583027] imx258 1-0010: Looking up dovdd-supply property in node /i2c@ff110000/imx258@10 failed
[ 2.583090] imx258 1-0010: Looking up dvdd-supply from device tree
[ 2.583096] imx258 1-0010: Looking up dvdd-supply property in node /i2c@ff110000/imx258@10 failed
[ 2.583228] imx258 1-0010: could not get sleep pinstate
[ 2.585083] imx258 1-0010: Unexpected sensor id(000000), ret(-5)
[ 2.585327] imx258 2-0010: driver version: 00.01.03
[ 2.585355] imx258 2-0010: GPIO lookup for consumer reset
[ 2.585359] imx258 2-0010: using device tree for GPIO lookup
[ 2.585402] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/i2c@ff120000/imx258_1@10[0]' - status (0)
[ 2.585424] imx258 2-0010: GPIO lookup for consumer pwdn
[ 2.585428] imx258 2-0010: using device tree for GPIO lookup
[ 2.585450] of_get_named_gpiod_flags: parsed 'pwdn-gpios' property of node '/i2c@ff120000/imx258_1@10[0]' - status (0)
[ 2.585467] imx258 2-0010: Looking up avdd-supply from device tree
[ 2.585473] imx258 2-0010: Looking up avdd-supply property in node /i2c@ff120000/imx258_1@10 failed
[ 2.585521] imx258 2-0010: Looking up dovdd-supply from device tree
[ 2.585526] imx258 2-0010: Looking up dovdd-supply property in node /i2c@ff120000/imx258_1@10 failed
[ 2.585566] imx258 2-0010: Looking up dvdd-supply from device tree
[ 2.585573] imx258 2-0010: Looking up dvdd-supply property in node /i2c@ff120000/imx258_1@10 failed
[ 2.585676] imx258 2-0010: could not get sleep pinstate
[ 2.587145] imx258 2-0010: Unexpected sensor id(000000), ret(-5)
root@debian10:/mnt/share/rk3399/example#
在帮忙分析一下吧.
|
|