Other Parts Discussed in Thread: OMAP3530
Dear Experts,
My environment : custom board, omap3530, wince 6
I am trying to use u-boot to boot wince 6 kernel, but got some troubles.
If u-boot directly load and boot nk.nb0 at 0x80001000, Wince kernel will be idle after some kernel messages.
Thus, I try to use u-boot to load e-boot, hope e-boot can resolve this issue.
But after eboot load nk.nb0 and bootup, Wince kernel is still idel after following message:
"Windows CE Kernel for ARM (Thumb Enabled) Built on Oct 20 2009 at 18:39:19
OAL: CPU revision 0x4
BSPIntrInit SYSINTR_EXAR = 32 <--> BSP_EXAR_IRQ = 265
BSPIntrInit SYSINTR_EXAR_COM4 = 33 <--> BSP_EXAR_COM4_IRQ = 266
BSPIntrInit SYSINTR_EXAR_COM5 = 34 <--> BSP_EXAR_COM5_IRQ = 267"
My eboot and nk can work well @ wince environment only (MLO+EBOOT+NK.NB0)
Anyone can tell me what should I do if I want to use u-boot to boot e-boot and wince kernel ~~!! ( MLO -> U-BOOT -> E-BOOT -> WinCE )
thx ~