Colibri iMX6 WEC7 Event log (CeLog Event Tracking)

I would like to know if there is an event logger on the WEC7 image. We have our carrier board testing and after 30 hours of continuous tests the device stoped working, it was freezed.

Our carrier board had a temperature sensor connected via analog input. Also it had a small motor connected via PWM. A simple software activates the motor once certain temperature is reached.

alt text

Dear @ecamacho,

Is there any memory leak, Keep eye on “Start → Control panel → System → Memory tab” or write a simple tool using GlobalMemoryStatus API. If there is any memory leak then refer Memory leak detection documentation to identify the function.

Could you please use kernel tracker tool to see detailed events tracking on the system?

Please refer following links for more information

https://docs.microsoft.com/en-us/previous-versions/windows/embedded/ee479601(v=winembedded.80)

https://social.msdn.microsoft.com/Forums/en-US/home?forum=winembplatdev&sort=relevancedesc&brandIgnore=True&searchTerm=kernel+tracker

https://social.msdn.microsoft.com/Forums/en-US/home?forum=winembplatdev&brandIgnore=True&sort=relevancedesc&searchTerm=celog

Please use our binary bsp and workspace to do a custom image build to include celog or kernel tracker.

Let us know if you need further assistance on this.

Thank you,
We will test your suggestions-

Dear @poshea,

Are you running CE5 or WEC7 celogflusg.exe on WEC2013? WEC7 application is not binary compatible with WEC2013, you must use WEC2013 CelogFlush.exe. Though CE5 application is binary compatible with WEC7 but due to security cookies or embedding WinCE version support on the application makes that couldn’t run on WEC7.

Please let us know if it doesn’t help you.

Hi, Thanks for the prompt reply.

We are running Windows Embedded Compact version 8.0 (WEC2013).
The version of CeLogFlush/KernelTracker version is 4.10.1.0908.
Where can I get a verion of CeLogFlush compatible with WEC2013?