Search by Tags

WEC iMX6 BSP Release

 

The following table contains known issues, scheduled bug fixes, and feature improvements for the iMX Windows CE BSPs and images.

Any schedules are not guaranteed, but reflect the current planning. The planning could be shifted due to priority changes.
Issues which are scheduled for a specific version will be integrated in the mentioned version of the BSP.

We will update this table continuously in order to always provide the latest state of our development plan.

Odd beta versions, as 1.0b1 or 1.3b3, are internal releases only for testing. They are omitted from the table.

Clear Filter
Issue #StatusSubjectModuleSubsystemWinCE OS

1.4b4 (Release date: 2018-10-05)
- WEC 7 Updates: Installed Microsoft CE7 Updates until wave 5 update
- WEC 2013 Updates: Installed Microsoft CE8 Updates until April 2018
The format used to store registry has been changed between 1.3 and 1.4 releases and this image can't load registry images saved using versions earlier than 1.4b2. Please export and re-import your registry settings using reg files when you update the OS image.
WC-384FixedThere is no way to pop-up NetUI's WiFi SettingsApalis iMX6, Colibri iMX6Wi-FiWEC7, WEC2013

Description: On WEC7 and WEC2013 there is no way to open NETUI using code. We fixed NETUI by naming a window. Users can now use HWND handle = FindWindow(NULL, L"NETRTWLANU1”); PostMessage(handle, WM_WZCSYSTRAYICON, 1, WM_LBUTTONDBCLK); To get handle to a window and send message. Window name depends on network interface name.