I have a custom board that follows the beagleboard design closely, with the exception that I am using the OMAP3515 and MT29C4G48MAPLCJI-6 IT pop memory (4Gb NAND and 2Gb DDR).
I have been trying to install u-boot, but have been unable to do so. I first tried to install it from MMC, but that did not work at all. I have used the same SD card to reprogram a beagleboard, so I know the card should work.
Next I tried to install over UART3. I am able to get x-loader into the processor and running. It appears to work fine, turning on the USR1 LED and accepting u-boot across ukermit. However, u-boot does not appear to start. I am trying to diagnose why.
I am using the same x-loader and u-boot that the beagleboard uses. Do I need to alter either for the different memory and processor? Do you know of any other reasons why I may be having this trouble?