Hi,
Figured out some issues with our AM3359 board's power supply, and now I am getting the "CCCC.." output from the UART boot. I tried booting from an SD card on MMC0, but I get no output on the UART. Next I tried loading the built SPL u-boot image (u-boot-spl.bin) over UART0, which transferred, but I still have no UART0 output after the file is transferred.
I noticed the u-boot code depends on an attached EEPROM. I have on eon my board, but haven't bothered to initialize it, however, I went through the board.c and mux.c for the am335x in u-boot and setup the proper pin muxing, DDR3, PMIC init, uart, etc. However, I still get no output after u-boot is loaded.
So, is there a way to tell if u-boot is loading at all? If, for instance, the DDR3 isn't running properly, should I be getting some sort of output at all? I should be receiving a BeagleBone and an SK tomorrow so I can at least verify my builds are working on the reference designs...