Go to previous topic
Go to next topic
Last Post 14 Jun 2008 11:51 AM by  juanluna
Building Windows CE 6 image
 0 Replies
Author Messages
juanluna
New Member
New Member
Posts:


--
14 Jun 2008 11:51 AM
    Hi Guys,

    I have downloaded the Windows CE 5.0 sample image, and it has run succesfully on my system.

    Now, I am trying to build by myself a new Windows CE 6.0 image , using Microsoft Visual Studio 2005 Professional Edition. I have made many NK.BINs, but none of them run successfully. First, the NK.BIN is loaded succesfully to the memory, but it is not the same for the exec command. So, I need help.

    Are the boot parameters for Windows CE 6.0 different? There is any guide for to build a WinCE 6.0 image for imx31 using Visual Studio .net?


    Tera Term:

    losh> video-open final 16 (final is a custom display)
    losh> mount fatfs /cf
    losh> load bin /cf/MainstoneIII/NK.BIN

    ....................................................
    ....................................................
    .
    .
    .
    ....................................................
    image launch addr: 0x80101000

    Verifying checksums: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Checksums good.
    file loaded

    losh> exec rtc:rtc_imx31_pmic:coproc:00f00000:dbg_leds:3:dbg_serial:IMX31_UART:disp_num:5:skiplcdcinit:1; (Note: These are the same boot parameters that I use succesfully for winCE 5.0)

    (After this nothing happens... All is dead... GPIO1 is off, GPIO0 is on)


    ---