Hello everyone,
An OMAP-3530 based board is used in our project. The board (ICETEK-OMAP3530-MINI V3) is get from RealtimeDSP( www.realtimedsp.com.cn ) , which derived from Beagle-Board , and It has more memory( 256M Byte mDDR and 512M Byte Nand Flash ) , and has a VGA-Adapter subboard ( an VGA DAC chip THS8136 on it ) .and It also has an DVI output.
Software enviroment is VS2005 + VS2005sp1 + WINCE6.0 + WINCE6.0sp1 + WINCE6.0r3 + WinCEPB60-091231-Product-Update-Rollup-Armv4I.msi + bspsource_omapwince_06_14_00.exe.
I copy somepath\PLATFORM\TI_EVM_3530\SampleOSDesign to another place and build the system . After long time , NK.bin is produced. and I copy nk.bin to SD card and reset the system. But Desktop of WINCE does not show on the screen ( CRT connect to VGA subboard ). And UART output nothing after " jumping to xxxxxxxx " .
I am a newbie to WINCE , and I wonder how to adapt BSP to this BeagleBoard-origined board ? . How to adapt graphic to the VGA subboard? And finnally how to get more debug infomation from Serial port , when system boot up ?