Tool/software: Code Composer Studio
I want to debug u-boot builded with default am57xx_evm config via SAU510 jtag emulator on am5728 base evm.
I've loaded spl and u-boot as it desribes in this guide processors.wiki.ti.com/.../Sitara_Linux_Training:_uboot_linux_debug_with_ccsv5.
But when I'm clicking on green arrow nothing appears in the my terminal.
I've opened disassembler and found that u-boot breaks on bootstage error:
I've got two questions:
1. Does this instruction waiting any u-boot command on uart?
2. Why u-boot doesn't print any log or console prompt in the terminal?
I've loaded SPL on address 0x40300000, which is mentioned on the 7674 page of TRM.