Kernel oops during access broadcom switch with PCIe

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Kernel oops during access broadcom switch with PCIe

1,313 次查看
zwg132883
Contributor III

Hi,

A broadcom switch device is connected to T1042 with PCIe on our board. switch is working on EP mode. linux kernel version is 4.14. Kernel oops is raised in field card with pcie error detected. but this issue cannot be reproduced on our lab card.

Please see kernel oops, interrupts and dmesg info in attachment.

What's the root cause of kernel oops? How can we debug the kernel oops? thanks.

 

标记 (1)
0 项奖励
回复
3 回复数

1,288 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

An oops means that something running on the system has violated the kernel’s rules about proper behavior. Maybe the code tried to take a code path that was not allowed or use an invalid pointer. Whatever it was, the kernel — always on the lookout for process misbehavior — most likely will have stopped the particular process in its tracks and written some messages about what it did to the console, to /var/log/dmesg or the /var/log/kern.log file.

You need a realview DS5 to debug the kernel.

Regards

0 项奖励
回复

1,278 次查看
zwg132883
Contributor III

Hello,

I have no realview DS5. Could you please explain why "mpc85xx_pci_err mpc85xx-pci-edac.1.auto" happened? And why so many "PCI err" interrrupt raised on my board? thanks.

0 项奖励
回复

1,275 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

The problem is that a pointer to mpc85xx... is pointed out, you need to see where the fails is, or you need to program your board correctly.

Regards

 

0 项奖励
回复