Hi
I am having issue boot kernel with boot image I generated. U-boot starts the kernel but halts after showing "[ 3.348749] ahci-imx 5f020000.sata: TX PLL of the PHY is not locked"
. The location boot sequence halts changes every time but I always see some message telling me PLL lock time out or something to do with PLL for PCIe. (For entire log, please see attached txt file)
Does anyone give me an advice how I might be able to resolve the issue?
[What I have done]
1) Generate boot img using below parts. (make SOC=iMX8QM flash)
-mx8qmb0-ahab-container.img (from imx-seco-3.6.3)
-scfw_tcm.bin (from imx-scfw-porting-kit-1.5.0)
-bl31.bin (from https://source.codeaurora.org/external/imx/imx-atf -b rel_imx_5.4.24_2.1.0)
-uboot(from https://source.codeaurora.org/external/imx/uboot-imx -b rel_imx_5.4.24_2.1.0)
2) flash sdcard image found in BSP (L5.4.24-2.1.0_images_MX8QMMEK)
replaced boot image by sudo dd if=flash.bin of=/dev/sdd bs=1k seek=32
3) Set switch to boot from SD card and the power the board.
boot sequence halts after showing "TX PLL of the PHY is not locked"
4) flash imxboot-imx8qmmek-sd.bin-flash and confirmed imx8qm-mek board boots linux fine.
sudo dd if=imxboot-imx8qmmek-sd.bin-flash of=/dev/sdd bs=1k seek=32
I think this step excludes the possibility HW has some issue.
Thank you in advance
Best Regards,
Hiro