Search by Tags

WEC VF50 / VF61 BSP Release

 

The following table contains known issues, scheduled bug fixes, and feature improvements for the Vybrid 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

V1.1beta2 (Release date: 2015-04-22)
- WinCE 6 Updates: Installed Microsoft CE6 Updates until March 2015
- WEC 7 Updates: Installed Microsoft CE7 Updates until March 2015
- WEC 2013 Updates: Installed Microsoft CE8 Updates until March 2015
WC-2562New FeatureSupport IOCTL_HAL_REBOOTColibri VF50, Colibri VF61WinCE FeatureCE6, WEC7, WEC2013

Description: IOCTL_HAL_REBOOT is now supported on Vybrid. This allows the capability of resetting the device via software as described in this article: http://developer.toradex.com/knowledge-base/ioctl-hal-reboot A "restart" command has been added on the bootloader console to perform the same operation.

Workaround: Version 1.1Beta1 has an issue that prevents users from using IOCTL_HAL_REBOOT directly. Users can use SetSystemPowerState(NULL, POWER_STATE_RESET, NULL); to reboot the system. This is anyway the recommended way.