Hi,
This is going back a bit but, i am trying to get a DBPXA255 Lubbock board
running with Win CE.net 4.1 with
Lubbock BSP. I have created an OS image and flashed eboot.nb0 from release
directory to
flash at address 0 with jflashmm tool.
When i boot i get the following on Hyperterminal :
*******Beginning System Initialization******* SDCLK[1] = MemClk/2
MemClk = 99.53 MHz
Run Mode = MemClk
Turbo Mode = 2 * Run Mode
Mode: RUN
Beginning SDRAM Scrub...
SDRAM Scrub Complete
Here it stalls, going into source code i can see its stalling in the
function OEMInitDebugSerial (called from main.c in Eboot src)
It is stalling in this function after it has called OEMInitDebugSerialKernel
(ie setup the FFUART) and just before
calling to OEMWriteDebugString (*****) so the banner full of ***********
doesn't come up. I've checked it stalls
here by inserting code to write to LEDS on the board. So probably UART
initialisation failed although i know hardware
is ok because i get the hyperterminal output above. Has anyone seen this
before. In my build options
i have Enable Img for Flash and Enable ship build checked.
Regards
ms