Hi Nvidia,
We have ported our custom camera driver from L4T 35.5.0 to 36.4.0 on the AGX Orin 64GB Devkit… Following the porting process, we have observed continuous EMEM address decode errors in the kernel logs (dmesg) when streaming video using GStreamer or guvcview. Despite these errors, the camera stream functions correctly without any visible issues. Notably, this issue was not present in L4T 35.5.0.
GStreamer command used:
gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,width=1920,height=1080,pixelformat=UYVY ! Fpsdisplaysink
Error log snippet:
[ 7031.839310] tegra30_mc_handle_irq: 1787 callbacks suppressed
[ 7031.839324] tegra-mc 2c00000.memory-controller: vifalw: write @0x0000007ffc280000: EMEM address decode error (EMEM decode error)
[ 7031.839334] tegra-mc 2c00000.memory-controller: vifalw: write @0x0000007ffc2b0000: EMEM address decode error (EMEM decode error)
[ 7031.839340] tegra-mc 2c00000.memory-controller: vifalw: write @0x0000007ffc250000: EMEM address decode error (EMEM decode error)
We would appreciate your support in diagnosing and resolving this issue. Please let us know if additional logs or details are required.
Thanks.