CE Build Revision History: AGX
Legal NoticeThese Windows CE images are intended to update AGX product for which a Windows CE license has already been purchased. You must purchase a new license for every unit that is updated to a new version of Windows CE (e.g. 5 to 6) or updated to a different license model (e.g. Core to Pro).
By downloading any Windows CE image from this site, you agree to the following Microsoft statement:"This software is subject to the terms and conditions of the end user license terms. This software is provided only for use with, and for licensed end users of, the Eurotech AGX. Any other use of this software is strictly prohibited and may subject you to legal action."
The following summarizes the changes made between CE builds for the AGX. Release dates are approximate.
Related topics: AGX User Manual, AGX CE boot code
Dev system config files (LQ64D343): Rev 4702F (zip)
Instructions for updating a CE build can be found in the Developer's Getting Started Guide.
CE.NET 4.2
4.20.49 (25-Oct-2006)
- CAN driver updated to spec 1.5
: 64 MiB DRAM : Pro Hive 20 MiB
4.20.47 (31-Jul-2006)
- Ethernet driver: Improvements for suspend/resume
- Display driver: fix for 4bpp displays
4.20.46 (16-Jun-2006)
- USB mass storage driver improved; supports more USB storage keys (MS QFE reduces enumeration time)
: 64 MiB DRAM : Pro Hive 20 MiB
4.20.44 (21-Apr-2006)
- Includes legacy touch panel for backward compatibility
: 64 MiB DRAM : Pro Hive 20 MiB
4.20.40 (1-Feb-2006)
- Adds KITL support
- I2C driver updated to v 1.1
- DIO driver updated to v 1.4
- Rewrite of PCMCIA driver
- Launcher: bug fix for legacy platform key
: 64 MiB DRAM : Core Hive 14 MiB
4.20.39 (13-Jan-2006)
- Adds Linksys WCF54G 802.11g driver
- Adds DIO v 1.1 driver
- Adds IrDA support
- Quad UART driver: restructure driver for improved performance
- Launch.exe: updated for better performance
- Cisco PCM350 driver updated from 2.40 to 2.60
- Audio driver: correct playback at 22 kbps
- Display driver: supports InvertCursor and SlowCursorFactor settings (passive LCDs)
- Ethernet driver: add TX gain control in registry
- Mouse cursor: bug fix for not showing at boot
- System idle timer: correct performance issues
- Corrects bug with sleep/wake
: 64 MiB DRAM : Pro Hive 20 MiB
4.20.31 (10-Nov-2005)
- USB HCD driver: Major rework to improve performance
- USB function driver: Improved detection of cable insertion/removal
- Display driver: fix bug with QVGA rotated mode
- Display driver: Updates for panel enable/panel power
- CAN driver: fix bug that caused data abort on sleep/wake
- Keyboard driver: Correctly reads F7 key
- Touch panel driver: Improved operation at pen up
4.20.29 (13-Oct-2005)
- Allows selection of either SMC9000 or the newer SMSC LAN91C111 Ethernet driver. The following registry keys select and configure the driver:
;
; LAN91C111:
;
[HKEY_LOCAL_MACHINECommLAN9000]
"Group"="NDIS"
[HKEY_LOCAL_MACHINECommSMC9000]
"Group"="NONE"
[HKEY_LOCAL_MACHINECommTcpipLinkage]
"Bind"=multi_sz:"LAN90001"
[HKEY_LOCAL_MACHINECommLAN90001ParmsTcpIp]
"EnableDHCP"=dword:1 ;<== set to 1 if DHCP enabled.
...
;
; SMC911C111 (legacy):
;
[HKEY_LOCAL_MACHINECommSMC9000]
"Group"="NDIS"
[HKEY_LOCAL_MACHINECommLAN9000]
"Group"="NONE"
[HKEY_LOCAL_MACHINECommTcpipLinkage]
"Bind"=multi_sz:"SMC90001"
[HKEY_LOCAL_MACHINECommSMC90001ParmsTcpIp]
"EnableDHCP"=dword:1
...