I am a newbie at using U-Boot, so please excuse my ignorance here :)
I am using one of the out-of-the-box SD cards to boot Android on an AM355x evaluation board. From that card I am trying to break the autoboot sequence by hitting a key when the countdown begins, and tftp load my own image. The TFTP load goes through smoothly, but when I say "go <addr>", I expect my image to print some messages to the console but I don't see anything. Obviously, my image is not running. I wanted to find out how do I debug this problem to see what happening?
I would appreciate any help with debugging this problem.
Thanks,
-Srinath