Hi,
I followed this link http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Foundational_Components_U-Boot.html#uboot-spl-debugging-tips about SPL debugging.
1. load memory-> u-boot-spl.bin
2. load symbol-> u-boot-spl
I can see the PC start from 0x402f0400 correctly in disassembly view. But why i cannot see the source code. I want to debug source code.