Jetson AGX Xavier PMC reset source: BCCPLEXWDT

kern (1).log (431.3 KB)

Hi,

We use Jetson AGX Xavier. L4T version is R35.6.0. A carrier board we designed ourselves.

After a soft reboot (at 17:44 on May 26), the system froze for approximately 10 minutes. It was only after 10 minutes that the system rebooted normally. The PMC displayed the following reason for the reboot: tegra-pmc: ### PMC reset source: BCCPLEXWDT.

After executing the reboot command, the kernel printed the following error message and then froze:

May 26 17:44:41 nvidia kernel: [ 6216.819840] arm-smmu 10000000.iommu: Unhandled context fault: fsr=0x80000402, iova=0x7feb005c00, fsynr=0x320013, cbfrsynra=0xc04, cb=0
May 26 17:44:41 nvidia kernel: [ 6216.820194] mc-err: vpr base=0:ce000000, size=2a0, ctrl=1, override:(a01a8340, fcee10c1, 1, 0)
May 26 17:44:41 nvidia kernel: [ 6216.820403] mc-err: (255) csw_viw: MC request violates VPR requirements
May 26 17:44:41 nvidia kernel: [ 6216.820555] mc-err:   status = 0x0ff74072; addr = 0x      ffffffff00; hi_adr_reg=0x0
May 26 17:44:41 nvidia kernel: [ 6216.820726] mc-err:   secure: yes, access-type: write
May 26 17:44:41 nvidia kernel: [ 6216.821319] arm-smmu 10000000.iommu: Unhandled context fault: fsr=0x80000402, iova=0x7ff9079400, fsynr=0x320013, cbfrsynra=0x404, cb=0
May 26 17:44:41 nvidia kernel: [ 6216.821611] mc-err: vpr base=0:ce000000, size=2a0, ctrl=1, override:(a01a8340, fcee10c1, 1, 0)
May 26 17:44:41 nvidia kernel: [ 6216.821802] mc-err: (255) csw_viw: MC request violates VPR requirements
May 26 17:44:41 nvidia kernel: [ 6216.822008] mc-err:   status = 0x0ff74072; addr = 0x      ffffffff00; hi_adr_reg=0x0
May 26 17:44:41 nvidia kernel: [ 6216.822197] mc-err:   secure: yes, access-type: write

See the attachment for detailed kernel logs.

We want to know why the system freezes when we run the reboot command, and why we have to trigger the BCCPLEXWDT watchdog to restart it.

uart log might truly tell the error.

It could be that a kernel panic happened so that WDT triggers the reboot. Need the uart log to locate the reason.