Hello, i'm use am335x evm 05.05 sdk to develop linux, i build u-boot and kelnel with DDR2 can run successfull with my board which is designed by ourself.
Now there are some error to confuse me to develop step.Our board designed with beagleboard with am3359.
Our board changed the ddr2 256 to ddr3 512, change the mmc_cd pin with mcasp0_aclkx. i modified the source code with the ddr and mmc pin config.But it just run MLO when i turn on my board.Below is the log:
sometimes like this:
U-Boot SPL 2011.09 (Mar 06 2013 - 19:43:58)
Texas Instruments Revision detection unimplemented
here is ddr3
coming errout tag
come omapmmcinit
OMAP SD/MMC: 0
other like this:
U-Boot SPL 2011.09 (Mar 06 2013 - 19:43:58)
Texas Instruments Revision detection unimplemented
here is ddr3
coming errout tag
come omapmmcinit
OMAP SD/MMC: 0
reading u-boot.img
spl: error reading image u-boot.img, err - -1
### ERROR ### Please RESET the board ###
l can't to determine what cause the error, whether my ddr3 modified unsuccessful or the mmc0 can't work correctly?
Hope someone can give me some help.
regards.