Hello.
I'm trying to run u-boot on my custom board, made on am3359zcz. U-boot version 2011.09 from sdk. SPL loads to internal RAM and fails.
The scheme was designed based on components, using in evm. Memory, nand, power management - the same.
Only difference is haven't i2c eeprom with board info. In u-boot code I commented out lines which read eeprom and substituted header structure with evm general purpose board data.
Boot sequence: NAND, NANDI2C, MMC0, UART0
I haven't flash it and run from nand yet, but SPL fails while trying to load u-boot in all ways I tried:
1) At the UART boot it sends CCC.., but not be able to receive u-boot.img via ymodem
2) When mmc0 card is present it loads SPL (MLO) by internal IPL, but then fails messaging "spl: fat register err: -1".
Could someone give an advice? Thanks.
May be some errata on this issue, which I don't know?
Best Regards,
Dmitriy Alekseev