CPU starup to print the following information on the RS232 serial port:
[ 5.224015] imx6q-pcie 33800000.pcie: pcie phy pll is locked.
[ 5.471573] imx6q-pcie 33800000.pcie: phy link never came up
[ 5.477251] imx6q-pcie 33800000.pcie: failed to initialize host
[ 5.483179] imx6q-pcie 33800000.pcie: unable to add pcie port.
[ 5.492233] imx6q-pcie: probe of 33800000.pcie failed with error -110
[ 5.510506] imx6q-pcie 33c00000.pcie: 33c00000.pcie supply epdev_on not found, using dummy regulator
We can find that PCIe bus can’t link up. We test all siganls about PCIe bus. PCIe_REFCLK is normal.
PCIe_TX(from CPU to device) has no signal. PCIe_RX(from device to CPU) has normal signal.
Finally we remove the CPU and populate new CPU chip to recover the board.
I want to know what casue can lead that CPU(iMX8M) is damaged.