Integrate Qt dll into WinCE 6 image

I created a WEC7 image nk.bin and I used UpdateTool to program it over my VF61 module.

The boot fails with the following debug messages:

Toradex Bootloader 1.5 for Vybrid Built Dec 18 2017
CPU  :  500 Mhz
Flash:  512 MB
RAM  :  256 MB
Colibri VF61 module version 1.2A Serial No.: 19162

Press [SPACE] to enter Bootloader Menu

Initiating image launch in 0 seconds.
Loading OS Image
........................................................................................................................................................................................................................................................................................
Done.
OEMLaunch 80004000
Windows CE Kernel for ARM (Thumb Enabled)

Toradex Windows CE 7.0 1.5 for Vybrid Built Dec 18 2017
Exception 'Data Abort' (0x4): Thread-Id=00510002(pth=c040259c), Proc-Id=00400002(pprc=823315e0) 'NK.EXE', VM-active=00400002(pprc=823315e0) 'NK.EXE'
PC=effa64e0(k.coredll.dll+0x000564e0) RA=efe98830(filesys.dll+0x00028830) SP=c44bfd9c, BVA=c44d1000

Do you have an idea what is the problem, please?

EDIT: maybe the issue is the WEC7 updates. I haven’t been able to install the most recent WEC7 updates in the platform builder yet.
But I’ve been working on this.

Dear @vix,

  1. Did you build release version?
  2. Could you please share build log which you can get from the VS2008 output window.
  3. It seems it is a lengthy conversion from the beginning, Could you please summarize all the steps you followed.
  4. Maybe you share the NK.bin with us, let us verify manually is there anything wrong.
  5. Please disable KITL and kernel debugger if it is enabled. Check Project -> Properties -> Build options -> Enable KITL, Enable kernel debugger.

Hi @raja.tx
give me some days and I’ll come back with answers

Hi @raja.tx

sorry for my delayed answer, but I had issues while trying to dowload and apply WEC7 updates.

I try to summarize the topic:
at the very beginning I would like building a custom image of CE6, but I realized I only have WEC7 platform builder.
And so I started with WEC7 (I will decide in the future between CE6 or WEC7).
I installed WEC7 Platform Builder plugin for VS2008 and I dowloaded BSP and workspace from Toradex website.
I tried to build the OS as it is (i.e. without modifying BSP or workspace).

Now it seems that after having applied the WEC7 updates I can rebuild a working OS image.
The only doubt is that during the boot I see the message
Toradex Windows CE 7.0 1.5 for Vybrid Built Dec 18 2017
even if I’ve just rebuilt the image.
Is the date/time a prameter in the BSP or workspace?

Dear @vix,

This is expected output. The data and time are prebuilt with binary BSP. It will not update while doing the custom build.