Hi Community
I am putting together a stereo camera platform using two Alvium 1800-158C cameras (IMX273 sensor) allied vision github and a Jetson Nano. I have a custom carrier board with two 22pin MIPI connectors to connect to the cameras which is based on the Ant Micro open source Jetson baseboard Ant Micro Github.
I have followed the instructions to build and install the Alvium drivers on the Jetson Nano. However I have a few errors that must be rectified.
From the kernel log
[ 0.601800] i2c i2c-6: of_i2c: modalias failure on /host1x/i2c@546c0000/avt_pca9548@70
[ 1.179065] avt_csi2 0-003c: No camera detected
[ 1.184066] avt_csi2 6-003c: No camera detected
[ 11.127224] tegra-i2c 7000c700.i2c: rx dma timeout txlen:28 rxlen:128
[ 11.133675] tegra-i2c 7000c700.i2c: — register dump for debugging ----
[ 11.140391] tegra-i2c 7000c700.i2c: I2C_CNFG - 0x22c00
[ 11.145529] tegra-i2c 7000c700.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[ 11.152226] tegra-i2c 7000c700.i2c: I2C_FIFO_CONTROL - 0x1c
[ 11.157795] tegra-i2c 7000c700.i2c: I2C_FIFO_STATUS - 0x800040
[ 11.163624] tegra-i2c 7000c700.i2c: I2C_INT_MASK - 0x6c
[ 11.168846] tegra-i2c 7000c700.i2c: I2C_INT_STATUS - 0x2
[ 11.174180] tegra-i2c 7000c700.i2c: i2c transfer timed out addr: 0x50
I believe I need to update the device tree files to reflect the
I have a few questions:
- What does the modalias failure mean and what can cause it?
- How can I start to debug the i2c error register dump?
I have not been able to find relevant documentation for either error and would appreciate any help.
If you need clarification on something, please let me know.
Thanks