Hello TI!
I'm performing an upgrade of a very old board with an AM3703 to latest u-boot version. Kernel 5.10 is already done and running on this board so now I want to upgrade u-boot, then I will upgrade the MLO (still using the old one for now).
The board boots on SD card. There are MLO and u-boot on the first SD card partition. Loading the u-boot binary to the SD RAM works fine. Then jumping looks okay. But no u-boot logs appears in the console. I suspect my u-boot configuration I'm trying to setup is wrong but don't know where to start searching. So I take a Lauterbach JTAG debugger and I'm looking at the execution of u-boot.
First I reset the board using the JTAG connection, then insert a breakpoint at the beginning of u-boot (0x80008000) and then going step by step.
The execution hangs at omap_smc1 function (lowlevel_init.S file) at line "smc 0 @ SMC #0 to enter monitor mode". See following screenshot (registers are shown on the left).
Now I'm happy to see that but don't know what to do ! Which advice can you give me to help on this topic ?
Thanks for your help,
Joel