Tool/software: Linux
Hi,
I use ti-processor-sdk-linux-am57xx-evm-02.00.02.11 to boot my own AM5728 board, and it is successful.
Recently I would like to update the Processor SDK version, and downloaded ti-processor-sdk-linux-am57xx-evm-04.00.00.04. I changed some configurations to adapt my board, and build the u-boot-2017.01+gitAUTONIC+9fd60700db-g9fd60700db. Then I could not get any message from UART.
I traced the MLO code by setting LED on my board. And I found this CPU module stucking in below source code:
==========================================================
clrsetbits_le32((*ctrl)->ctrl_core_sma_sw_0, CTRL_ISOLATE_MASK,
isolate << CTRL_ISOLATE_SHIFT);
==========================================================
I have read https://e2e.ti.com/support/arm/automotive_processors/f/1020/p/582534/2191388. However, I don't think my hardware is broken, because I can boot it up by another MLO and u-boot which are old version files.
Could someone give me some advices please? Thanks.