Hello Everyone,
I’m trying to run a camera on a custom board with the AGX Orin Industrial version. It works well on the commercial version within the devkit using a similar device tree and driver, but it’s not working on the industrial version with custom board. I’m using JetPack 36.4.
I am getting logs from FSI, but I’m not sure what they mean and can’t find any information on them. What could I be missing?
Serial port:
verify_rate_range : FMON_NVCSI: rate 10045312 below min 18750000
fmon_update_config: FMON_NVCSI: detected fault 0x80
LOG TRACE:
CaptureSchedule-5927 [004] ....... 180.918578: tegra_channel_set_power: 13e00000.host1x:nvcsi@15a00000- : 0x1
CaptureSchedule-5927 [004] ....... 180.918582: csi_s_power: enable : 0x1
CaptureSchedule-5927 [004] ....... 180.919605: tegra_channel_set_stream: enable : 0x1
CaptureSchedule-5927 [004] ....... 180.920367: tegra_channel_set_stream: 13e00000.host1x:nvcsi@15a00000- : 0x1
CaptureSchedule-5927 [004] ....... 180.920371: csi_s_stream: enable : 0x1
CaptureSchedule-5927 [004] ....... 180.920372: tegra_channel_set_stream: imx678 1-001a : 0x1
CaptureSchedule-5927 [004] ....... 181.181281: vi_task_submit: class_id:48 ch:1 syncpt_id:49 syncpt_thresh:0 pid:5927 tid:1012
CaptureSchedule-5927 [004] ....... 181.197153: vi_task_submit: class_id:48 ch:1 syncpt_id:49 syncpt_thresh:0 pid:5927 tid:1012
CaptureSchedule-5927 [004] ....... 181.197301: vi_task_submit: class_id:48 ch:1 syncpt_id:49 syncpt_thresh:0 pid:5927 tid:1012
kworker/5:1-81 [005] ....... 181.197565: rtcpu_nvcsi_intr: tstamp:7164234948 class:GLOBAL type:PHY_INTR0 phy:0 cil:0 st:0 vc:0 status:0x10000000
kworker/5:1-81 [005] ....... 181.197568: rtcpu_nvcsi_intr: tstamp:7164235442 class:GLOBAL type:PHY_INTR0 phy:0 cil:1 st:0 vc:0 status:0x00000008
kworker/5:1-81 [005] ....... 181.197573: rtcpu_vinotify_event: tstamp:7164805818 cch:1 vi:0 tag:VIFALC_TDSTATE channel:0x0b frame:0 vi_tstamp:229273548256 data:0x359cc80010000000
kworker/5:1-81 [005] ....... 181.197574: rtcpu_vinotify_event: tstamp:7164805957 cch:1 vi:0 tag:VIFALC_TDSTATE channel:0x0b frame:0 vi_tstamp:229273553600 data:0x0000000031000001
kworker/5:1-81 [005] ....... 181.197575: rtcpu_vinotify_event: tstamp:7164806110 cch:1 vi:0 tag:VIFALC_ACTIONLST channel:0x0b frame:0 vi_tstamp:229273556128 data:0x0000000007020001
kworker/5:1-81 [005] ....... 181.253567: rtcpu_vinotify_event: tstamp:7165431789 cch:1 vi:0 tag:VIFALC_TDSTATE channel:0x0b frame:0 vi_tstamp:229289409152 data:0x359cc50010000000
kworker/5:1-81 [005] ....... 181.253570: rtcpu_vinotify_event: tstamp:7165431953 cch:1 vi:0 tag:VIFALC_TDSTATE channel:0x0b frame:0 vi_tstamp:229289414560 data:0x0000000031000002
CaptureSchedule-5927 [006] ....... 185.826129: tegra_channel_set_stream: enable : 0x0
CaptureSchedule-5927 [006] ....... 185.826134: tegra_channel_set_stream: imx678 1-001a : 0x0
kworker/5:1-81 [005] ....... 185.873539: rtcpu_nvcsi_intr: tstamp:7310929860 class:GLOBAL type:PHY_INTR0 phy:0 cil:0 st:0 vc:0 status:0x00000001
kworker/5:1-81 [005] ....... 185.873542: rtcpu_nvcsi_intr: tstamp:7310929860 class:GLOBAL type:PHY_INTR1 phy:0 cil:0 st:0 vc:0 status:0x00000125
kworker/5:1-81 [005] ....... 185.873542: rtcpu_nvcsi_intr: tstamp:7310929860 class:GLOBAL type:PHY_INTR1 phy:0 cil:1 st:0 vc:0 status:0x00000104
CaptureSchedule-5927 [006] ....... 185.901547: tegra_channel_set_stream: 13e00000.host1x:nvcsi@15a00000- : 0x0
CaptureSchedule-5927 [006] ....... 185.901553: csi_s_stream: enable : 0x0```
DMESG:
[ 1071.581926] tegra-camrtc-capture-vi tegra-capture-vi: uncorr_err: request timed out after 2500 ms
[ 1071.581951] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: attempting to reset the capture channel
[ 1071.583561] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: successfully reset the capture channel
Thanks in advance