Part Number:OMAP-L138
Tool/software: Linux
i have a custom board with omapl138.uart2 in omapl138 is used for uboot console.
now i just want to run uboot in arm system, i have try several methods,such as using AISgen and Uarthost in window, sfh_OMAPL138.exe in linux, but all don't work.
fisrt i have some basic questions:
1. uboot.ais is transformed by AISgen tools, which input file shoud i chose for AISgen tools? there is u-boot-2012.04.01-psp03.22.00.06.sdk folder in mcsdk director, i use command "make CROSS_COMPILE=arm-arago-linux-gnueabl-" to generate uboot files, then uboot uboot.bin uboot.lds appears in the folder, which file should i chose?
2. assuming the input file is selected, now i can generate uboot.ais using AISgen tools, there is "specify entrypoint" in tools panel, what is the meanning ofthis "specify entrypoint"? the address of specify entrypoint should be NAND address or DDR address? is this address meaning the uboot.ais located?
3. assuming the uboot.ais is generated,then uboot.ais is loaded by UartHost tools, can UartHost load uboot.ais into Nand?