I'm trying to port U-boot from the EVMK2H board to my own custom board based off of the K2H. I'm having issues where I'm not even seeing the U-Boot version and date string print on the console. FYI I have verified I am using the correct UART port.
I found a related page here http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_uboot_linux_debug_with_ccsv5 and I followed the steps to load symbols via Load Symbols. It shows in the bottom right that it is "Loading symbols"... but no symbols are loaded. I am loading the correct file (u-boot as opposed to the binary u-boot.bin)
Can someone help understand why the symbols aren't being loaded?