jetson Orin NX platform, JetPack version is Jetson Linux 36.3 (part of JetPack 6.0), the sensor will start outputting MIPI data when it is powered on (no need to configure I2C), it doesn’t support read/write of i2c, the isp used is gl3008, the sensor used is imx415, the resolution of the sensor is 1080p, the frame rate is 30fps, the pixel format is YUV422, the MIPI LANE is 2, the sensor outputs stream directly after powering on by default. The resolution of sensor is 1080p, frame rate is 30fps, pixel format is YUV422, MIPI LANE is 2, sensor outputs stream directly after power on by default, no add/drop string is used。The /dev/video0 node was successfully generated, but dmseg reported this error:
[ 266.388533] tegra-camrtc-capture-vi tegra-capture-vi: uncorr_err: request timed out after 2500 ms
[ 266.388556] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: attempting to reset the capture channel
[ 266.389501] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: successfully reset the capture channel
[ 268.947753] tegra-camrtc-capture-vi tegra-capture-vi: uncorr_err: request timed out after 2500 ms
[ 268.947771] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: attempting to reset the capture channel
[ 268.948615] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: successfully reset the capture channel
[ 271.506973] tegra-camrtc-capture-vi tegra-capture-vi: uncorr_err: request timed out after 2500 ms
[ 271.506999] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: attempting to reset the capture channel
[ 271.507629] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: successfully reset the capture channel
[ 274.034273] tegra-camrtc-capture-vi tegra-capture-vi: uncorr_err: request timed out after 2500 ms
[ 274.034296] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: attempting to reset the capture channel
[ 274.035560] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: successfully reset the capture channel
[ 277.079913] imx415 10-0057: imx415_set_mode
[ 279.696759] tegra-camrtc-capture-vi tegra-capture-vi: uncorr_err: request timed out after 2500 ms
[ 279.696783] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: attempting to reset the capture channel
[ 279.697514] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: successfully reset the capture channel
[ 282.256103] tegra-camrtc-capture-vi tegra-capture-vi: uncorr_err: request timed out after 2500 ms
[ 282.256129] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: attempting to reset the capture channel
[ 282.257466] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: successfully reset the capture channel
[ 284.783501] tegra-camrtc-capture-vi tegra-capture-vi: uncorr_err: request timed out after 2500 ms
[ 284.783525] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: attempting to reset the capture channel
Doesn’t looks like receive any validate data from MIPI bus.
You may probe the MIPI signal to confirm. And try MIPI clock discontinuous/continuous clocks by the sensor output.
hi,
This is the mipi waveform I measured with discontinuous_clk = “no”, it looks like there is data, but I can’t get it with “v4l2-ctl --set-fmt-video=width=1920,height=1080 --stream-mmap -d /dev/video0”. This is the same as when discontinuous_clk = “yes”.
I’m getting this error when I use “v4l2-ctl --set-fmt-video=width=1920,height=1080 --stream-mmap -d /dev/video0” after changing the “tegra_sinterface” option, can you please help me to solve it? Thank you very much!
The resolution of sensor is 1080p, frame rate is 30fps, pixel format is YUV422, MIPI LANE is 2, sensor outputs stream directly after power on by default
Is there an error in the device tree configuration and driver file that prevents this request from being fulfilled, thus reporting this error?