tegra-vi4 15700000.vi: Status: 4 channel:00 frame:00B5
[ 529.896502] tegra-vi4 15700000.vi: timestamp sof 537715891904 eof 537715900192 data 0x00000100
[ 529.905630] tegra-vi4 15700000.vi: capture_id 209 stream 4 vchan 0
[ 530.092673] tegra-vi4 15700000.vi: PXL_SOF syncpt timeout! err = -11
[ 530.099251] tegra-vi4 15700000.vi: tegra_channel_error_recovery: attempting to reset the capture channel
[ 530.109456] nvcsi 150c0000.nvcsi: csi4_stream_check_status (4) INTR_STATUS 0x00000004
[ 530.117386] nvcsi 150c0000.nvcsi: csi4_stream_check_status (4) ERR_INTR_STATUS 0x00000004
[ 530.126603] nvcsi 150c0000.nvcsi: csi4_stream_check_status (4) INTR_STATUS 0x00000004
[ 530.134686] nvcsi 150c0000.nvcsi: csi4_stream_check_status (4) ERR_INTR_STATUS 0x00000004
This is the printed information of the operation of the device. May I ask what problem should I locate based on this information? Before, I have checked" Jetson/l4t/Camera BringUp - eLinux.org", it seems that I do not have this situation, the following is my device tree information:
mode0 {
mclk_khz = "24000";
num_lanes = "4";
tegra_sinterface = "serial_e";
phy_mode = "DPHY";
discontinuous_clk = "no";
dpcm_enable = "false";
cil_settletime = "0";
active_w = "3840";
active_h = "2160";
pixel_t = "bayer_rggb10";
csi_pixel_bit_depth = "10";
readout_orientation = "90";
line_length = "2250";
inherent_gain = "1";
mclk_multiplier = "24";
pix_clk_hz = "576000000";
gain_factor = "1000000";
min_gain_val = "1000000";
max_gain_val = "72000000";
step_gain_val = "300000";
default_gain = "1000000";
min_hdr_ratio = "1";
max_hdr_ratio = "1";
framerate_factor = "1000000";
min_framerate = "60400000";
max_framerate = "60400000";
step_framerate = "1";
default_framerate= "60400000";
exposure_factor = "1";
min_exp_time = "44";
max_exp_time = "100000";
step_exp_time = "1";
default_exp_time = "16667";/* us */
embedded_metadata_height = "1";
};```