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.

Am335x : MLO not working in u-boot-2016.05

I'm working on a Custom Board which is working fine with u-boot-2013.10.

Now upgrading U-Boot from u-boot-2013.10 to u-boot-2016.05.

Here are the problem i'm facing:

  • MLO of u-boot-2016.05 is not detecting i'm only getting "CCCCCCC"
  • I took reference from AM335x-Evm board for porting.

My doubt is

1. If i use MLO of Am335x-evm board to boot the custom board it should boot but fails at SDRAM init or PLL setting.
    But we should get some message after "CCCCCCC" at least  U-Boot version, compilation date & time.
2. Is there a version dependency of ROM FW also to detect MLO. 
    For example if we have a ROM FW of version A for which SRAM address is different and for ROM FW  Version  B SRAM address is different.