Hi All,
I have OMAP3530 EVM and is running linux and Windows CE independently from SD Card.
I have used for WinCE
MLO
ebootsd.nb0
nk.bin
and for linux
mlo
u-boot.bin
uimage
ramdisk.gz
Now my issue is that I want to use one common uboot for both Linux and Windows CE. That means that I should be able to call eboot from my Uboot prompt under NAND. I have found that some guys have done this under NOR using following command under uboot prompt
go 60000
Can some one please assist how to do this under NAND.
On my SD Card currently I have
MLO
uboot
ebootsd.nb0
and nk.bin
and it stops at uboot prompt successfully under hyperterminal.
Any help would be appreciated.