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.0beta7 (Release date: 2014-08-25)
WC-2590New FeatureLoading drivers from internal flashColibri VF50, Colibri VF61Flash, WinCE FeatureCE6, WEC7, WEC2013

Description: The filesystem on flash is mounted asynchronously and this prevents the system from loading drivers that are not part of the image. To avoid this issue a pseudo-driver can be used to delay further driver loadings until the filesystem is mounted. This will allow loading at startup drivers located in the FlashDisk\System folder. Drivers with order less than 128 will be loaded from the image. The driver is included in the image but it's disabled by default to not unnecessarely slow down the boot process. To enable it write the following value in the registry: [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Wait4FlashDisk] "Flags"=dword:0 Driver will be activated after a reboot. The driver supports two registry values to configure the internal flash mount point and mount timeout in seconds (here shown with their default values) [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Wait4FlashDisk] "Folder"="\\FlashDisk" "Timeout"=dword:3C See: http://developer.toradex.com/knowledge-base/load-drivers-from-internal-flash