imx283 reboot problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx283 reboot problem

821 Views
adityapatil
Contributor II

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

Labels (2)
Tags (1)
0 Kudos
3 Replies

473 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Which version BSP running on your board?

0 Kudos

473 Views
adityapatil
Contributor II

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

0 Kudos

473 Views
adityapatil
Contributor II

 I am using linux-2.6.35.3 on my board.

0 Kudos