Hi all,
We have a custom board design based on the AM3352, and we're attempting to bring it up by pushing u-boot-spl.bin over to the serial bootloader. This is working to a point - via some puts() statements, we've verified that the s_init function happens, and that it calls both the DDR configuration and pin-muxing functions. So as far as I know, pinmuxing and memory are both set up.
However, at this point I get no other output on the console - the puts() functions in board_init never get called (or at least never output to the console), and the system appears to hang. What could prevent board_init from being called? What else should I be doing to try and debug where this hang is happening?
Thanks,
Ben