Hi,
I've built UBL, UBOOT for my customized board inspired from OMAPL138_LCDK card.
I did so modifications:
- on parameters of my DDR2 (MT47H32M16) :
status |= DEVICE_ExternalMemInit(0x000000C5, 0x00134A22, 0x2C927209, 0x7013F924, 0x000002EE, 0x00000000);
- changed communication from UART2 to UART1 on uboot.
->omapl138_lcdk.h :
- CONFIG_SYS_NS16555_COM2 DAVINCI_UART1_BASE
- CONFIG_SYS_NS16555_CLK clk_get(1)
- CONFIG_CONS_INDEX 2
->omapl138_lcdk.c : into lpsc[] structure, I changed DAVINCI_LPSC_UART2 to DAVINCI_LPSC_UART1
But when I boot my card, system stops to "Jumping to entry point at 0xC1080000"
Here my console:
---------------------------------------------------------------------------
OMAP-L138 LCDK initialization passed!
Booting TI User Boot Loader
UBL Version: 1.65
UBL Flashtype: NAND
Starting NAND Copy...
Valid magicnum, 0x55424CBB, found in block 0x00000006.
DONE
Jumping to entry point at 0xC1080000.
---------------------------------------------------------------------------
please, could you help me? thalks
Regards
Sebastien