| 1 | = Windows Embedded Compact 7 ( WEC7 ) = |
| 2 | |
| 3 | This page is to document the use of Windows Embedded Compact 7 on Gateworks Ventana Single Board Computers. |
| 4 | |
| 5 | = Licensing = |
| 6 | * Gateworks has worked with [http://www.adeneo-embedded.com/ Adeneo Embedded] to provide the WEC7 port. |
| 7 | * Gateworks is able to provide a working binary to Gateworks customers |
| 8 | * All source code should be acquired through Adeneo. (fee) |
| 9 | |
| 10 | = Support = |
| 11 | |
| 12 | * Currently supported on the Ventana GW5400. Contact support for support on other Ventana boards. |
| 13 | * Bootable on MicroSd |
| 14 | |
| 15 | Features supported: |
| 16 | * HDMI Output (without audio) |
| 17 | * LVDS |
| 18 | * USB EHCI |
| 19 | * USB OTG port in Host mode |
| 20 | * USB peripheral support: |
| 21 | * Bluetooth HCI - Mouse / Keyboard |
| 22 | * Mouse / Keyboard |
| 23 | * USB Mass Storage |
| 24 | * MicroSD |
| 25 | * eth0 (not eth1) |
| 26 | * RS232 Serial Console |
| 27 | |
| 28 | For additional features, please contact Adeneo for quotes. |
| 29 | |
| 30 | |
| 31 | = Installing = |
| 32 | |
| 33 | Please contact support@gateworks.com for WEC7 binaries. |
| 34 | |
| 35 | There are 2 files that are needed: |
| 36 | 1. A nb0 file (a different file for HDMI vs LVDS displays) |
| 37 | 2. shared.dat |
| 38 | |
| 39 | Instructions: |
| 40 | 1. Format MicroSD card with FAT |
| 41 | 2. Place 2 files on the card, nb0 shared.dat |
| 42 | 3. Place card into Ventana board |
| 43 | 4. Power Ventana board |
| 44 | 5. Break into bootloader |
| 45 | 6. At bootloader command prompt type: |
| 46 | {{{ |
| 47 | fatload mmc 0 10000000 shared.dat && |
| 48 | fatload mmc 0 10200000 NK_Ventana.nb0 && |
| 49 | dcache off && |
| 50 | icache off && |
| 51 | go 10200000 |
| 52 | }}} |
| 53 | 7. Possible to boot by default. Modify mmc_boot variable with these lines: |
| 54 | {{{ |
| 55 | setenv mmc_boot 'fatload mmc 0 10000000 shared.dat &&; fatload mmc 0 10200000 NK.nb0 &&; dcache off &&; icache off &&; go 10200000' |
| 56 | }}} |
| 57 | 8. saveenv to save changes if desired |
| 58 | 9. Restart board |
| 59 | |
| 60 | Please contact support@gateworks.com with any questions. |