Hi, all
请问有关于 rce debug firmware 打印信息的解释,文档,或者资料吗?在DEBUG的时候很多时候不知道所打印的信息具体代表什么意思,比如0x0000000040 表示 MIPI信号的同步字至少有一位出错了,这样的信息或者释义我在哪里可以找到?谢谢
另外如果有关于csi_trace 的 log 信息的解释那就更好了,我没有找到如何解读这些log 的相关文档,谢谢。
hello 541449841,
there’s no public documentation to have explanation.
but… you may access to Jetson Orin Series SoC Technical Reference Manual for checking CSI registers.
for example, the PHY interrupts… PHY_INTR0 phy:0 cil:1 st:0 vc:0 status:0x00000044
even it’s not straightforward, you may refer to TRM for… NVCSI_PHY_1_CILA_INTR_0_STATUS_CILA_0
register description.
it means the error reported by bit-2, intr_cil_data_lane_sot_mb_err0_a
and bit-6, intr_cil_data_lane_sot_mb_err1_a
as 0x44.
the error code 0x44 indicate there’re more than one bit error has detected on data-lane.
1 Like