Kernel oops during access broadcom switch with PCIe

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Kernel oops during access broadcom switch with PCIe

1,315件の閲覧回数
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,290件の閲覧回数
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,280件の閲覧回数
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,277件の閲覧回数
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 件の賞賛
返信