This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/DRA722: J6E boot up stucking in SPL

Part Number: DRA722

Tool/software: Linux

Hi,

   We have custom daughter board  + custom  DRA722 CPU module board  with  uboot  2014.07  in glsdk 7.03.00.00.3 , but some our CPU modules which  filter out by our MP line  are bad.

Because those CPU modules  can not boot up successfully ,  the boot log only print 2 lines.

U-Boot SPL 2014.07 (Dec 08 2016 - 15:53:31)
DRA722-GP ES1.0

So I add some debug message in SPL code ,  I found the SPL stuck in  reading PMCTRL_ISOCLK_STATUS like below ,  ISOCLK_STATUS is always zero  and stuck in while loop . 

arch/arm/cpu/armv7/omap5/dra7xx_iodelay.c
if (!wait_on_value(PMCTRL_ISOCLK_STATUS_MASK, PMCTRL_ISOCLK_STATUS_MASK,
(u32 *)(*prcm)->prm_io_pmctrl, LDELAY))

   Could you give us some direction to debug it ?  ( it should be h/w issue , but we want to know which part is NG  )

Best,

Andy