I am trying to port 12 camera modules to orin 32Gb by jetpack 6.0
The video0~video7 device nodes are using CSI0 and CSI6 buses, and the display is normal.
There are four other cameras with the same configuration, 96712+96715, which generate video8~video11 device nodes normally. They use CSI6 and CSI7, but use commands to capture images. The kernel log prompts:
v4l2-ctl --stream-mmap -d /dev/video8
[ 1096.919378] tegra-camrtc-capture-vi tegra-capture-vi: uncorr_err: request timed out after 2500 ms
[ 1096.919401] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: attempting to reset the capture channel
[ 1096.920208] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: successfully reset the capture channel
[ 1099.447441] tegra-camrtc-capture-vi tegra-capture-vi: uncorr_err: request timed out after 2500 ms
[ 1099.447458] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: attempting to reset the capture channel
Using an oscilloscope to measure mipi with waveform output.
why ?