Hi ,i have a custom board designed using imx287 CPU.
The problem is that sometimes when I try to reboot it. I get the following output.
MX28 U-Boot > reset
resetting ...
Mar 9 201710:14:03
Mar 9 201710:14:03
Mar 9 201710:14:03
Mar 9 201710:14:03
After Reboot, I will only get the above output and the board fails to boot.
Can anyone explain why this happens?
-Thanks
Which version BSP running on your board?
hi ,
I am using the latest version of bootlet source generated in by ltib imx-bootlets-src-2.6.35.3-1.1.0.
I tried to debug and found that the file
init_mx28.c
poweron_pll();
delay(11000);
init_emi_pin(
0,
PIN_DRIVE_12mA
);
init_clock(); <------ This stage fails
Thanks
-Aditya
I am using linux-2.6.35.3 on my board.