Embedded Controller AEC-6611 AEC-6611 Compact Embedded Controller Intel® Atom™ N270 1.6GHz Processor Dual LAN, 2 USB2.0, 4 COM, 1 VGA
Embedded Controller AEC-6611 Chapter 1 General Information 1- 2 1.1 Introduction The newest Boxer series AEC-6611 has been introduced by AAEON and i
Embedded Controller AEC-6611 Chapter 1 General Information 1- 3 1.2 Features z Intel® AtomTM N270 1.6 GHz Processor z COM x 4 (Optional COM x 8)
Embedded Controller AEC-6611 Chapter 1 General Information 1- 4 1.3 Specifications System z CPU Intel® AtomTM N270 1.6GHz Processorz Memory DDR2
Embedded Controller AEC-6611 Chapter 1 General Information 1- 5 z Gross Weight 8.36 lb (3.8 kg) z Operating Temperature 5°F ~ 122°F (-20°C ~ 50
Embedded Controller AEC-6611 Chapter 2 Hardware Installation 2-1 Hardware Installation Chapter 2
Embedded Controller AEC-6611 Chapter 2 Hardware Installation 2 - 2 2.1 Dimension and I/O of AEC-6611 SYSHDDDC IN 12VUSBLAN1 LAN2COM1 VGACOM2 COM3
Embedded Controller AEC-6611 Chapter 2 Hardware Installation 2 - 32.2 Connectors and Jumpers of The Main Board Component Side CN19CN23CN22CN20JP4CN2
Embedded Controller AEC-6611 Solder Side DIMM1CFD1CN32 Chapter 2 Hardware Installation 2 - 4
Embedded Controller AEC-6611 Chapter 2 Hardware Installation 2 - 52.3 List of Jumpers The board has a number of jumpers that allow you to configur
Embedded Controller AEC-6611 Chapter 2 Hardware Installation 2 - 6 2.4 List of Connectors The board has a number of connectors that allow you to
Embedded Controller AEC-6611 i Copyright Notice This document is copyrighted, 2011. All rights are reserved. The original manufacturer reserv
Embedded Controller AEC-6611 Chapter 2 Hardware Installation 2 - 7CN19 Keyboard / Mouse Connector CN20 SATA 1 Connector CN21 +12V Power Input Con
Embedded Controller AEC-6611 Chapter 2 Hardware Installation 2 - 8 2.5 Hard Disk Drive Installation Step 1: Unfasten the screws on the front and re
Embedded Controller AEC-6611 Chapter 2 Hardware Installation 2 - 9Step 3: Fasten the four HDD screws and cover with the four black damper Black Dam
Embedded Controller AEC-6611 Chapter 2 Hardware Installation 2 - 10 Step 4: Assembly the HDD chassis Step 5: Assembly the damper bracket
Embedded Controller AEC-6611 Chapter 2 Hardware Installation 2 - 11Step 6: Connect the HDD cable Step 7: Fasten the four screws on the bottom l
Embedded Controller AEC-6611 Chapter 2 Hardware Installation 2 - 12 Step 8: Fasten the two screws on the front and rear panel SYSHDDDC IN 12VUSBL
Embedded Controller AEC-6611 Chapter 2 Hardware Installation 2 - 132.6 Memory Card Installation Step 1: Unfasten the screws on the front and rear pa
Embedded Controller AEC-6611 Chapter 2 Hardware Installation 2 - 14 Step 3: Insert the RAM at 30-degree angle to the memory slot and press Step 4:
Embedded Controller AEC-6611 Chapter 2 Hardware Installation 2 - 15Step 5: Fasten the screws on the front and rear panel SYSHDDDC IN 12VUSBLAN1 LA
Embedded Controller AEC-6611 Chapter 2 Hardware Installation 2 - 16 2.7 Wallmount Kit Installation Get the brackets ready and fasten appropriate fo
Embedded Controller AEC-6611 ii Acknowledgments All other products’ name or trademarks are properties of their respective owners. • Award is a
Embedded Controller AEC-6611 Chapter 2 Hardware Installation 2 - 172.8 DIN Rail Kit Installation Get the DIN Rail kit ready and fasten the three scr
Embedded Controller AEC-6611 Chapter 3 Award BIOS Setup 3-1 Award Chapter 3BIOS Setup
Embedded Controller AEC-6611 3.1 System Test and Initialization These routines test and initialize board hardware. If the routines encounter an err
Embedded Controller AEC-6611 3.2 Award BIOS Setup Awards BIOS ROM has a built-in Setup program that allows users to modify the basic system configur
Embedded Controller AEC-6611 PnP/PCI Configurations This entry appears if your system supports PnP/PCI. PC Health Status Use this menu to set PC Hea
Embedded Controller AEC-6611 Chapter 4 Driver Installation 4 - 1 Driver Chapter 4Installation
Embedded Controller AEC-6611 Chapter 4 Driver Installation 4 - 2 The AEC-6611 comes with a CD-ROM that contains all drivers and utilities that meet
Embedded Controller AEC-6611 Chapter 4 Driver Installation 4 - 3 4.1 Installation: Insert the AEC-6611 CD-ROM into the CD-ROM Drive. And install t
Embedded Controller AEC-6611 Chapter 4 Driver Installation 4 - 4 Once the card is installed and the computer is restarted, Windows will detect the b
Embedded Controller AEC-6611 Chapter 4 Driver Installation 4 - 5 3. Windows has found an updated driver for this device as shown in figure 3 and
Embedded Controller AEC-6611 iii Packing List Before you begin operating your PC, please make sure that the following materials are enclosed:
Embedded Controller AEC-6611 Chapter 4 Driver Installation 4 - 6 4-port Mini PCI module will show 4 AAEON PCI Communications Port and 2-port Mini
Embedded Controller AEC-6611 Chapter 4 Driver Installation 4 - 7 2. Make lspci -v command to find OXmPCI952 IRQ and I/O address As the screen
Embedded Controller AEC-6611 Chapter 4 Driver Installation 4 - 8
Embedded Controller AEC-6611 Appendix A Programming the Watchdog Timer A-1 Programming the Appendix AWatchdog Timer
Embedded Controller AEC-6611 Appendix A Programming the Watchdog Timer A-2 A.1 Programming AEC-6611 utilizes ITE 8781 chipset as its watchd
Embedded Controller AEC-6611 Appendix A Programming the Watchdog Timer A-3 There are three steps to complete the configuration setup:
Embedded Controller AEC-6611 Appendix A Programming the Watchdog Timer A-4 WatchDog Timer Configuration Registers Configure Control (In
Embedded Controller AEC-6611 Appendix A Programming the Watchdog Timer A-5 Watch Dog Timer 1, 2, 3 Configuration Register (Index=72h,
Embedded Controller AEC-6611 Appendix A Programming the Watchdog Timer A-6 A.2 ITE8781 Watchdog Timer Initial Program .MODEL SMALL .CODE Mai
Embedded Controller AEC-6611 Appendix A Programming the Watchdog Timer A-7 call Superio_Set_Reg ; game port enable mov cl, 9 call
Embedded Controller AEC-6611 iv Safety & Warranty 1. Read these safety instructions carefully. 2. Keep this user's manual for later
Embedded Controller AEC-6611 Appendix A Programming the Watchdog Timer A-8 CALL Write_Configuration_Data RET Exit_Configuration_Mode ENDP Ch
Embedded Controller AEC-6611 Appendix A Programming the Watchdog Timer A-9 OUT DX,AL MOV DX,WORD PTR CS:[Cfg_Port+06h] IN AL,DX RE
Embedded Controller AEC-6611 Appendix A Programming the Watchdog Timer A-10 Set_Logic_Device proc near push ax push cx xchg al,cl mo
Embedded Controller AEC-6611 v d. The equipment does not work well, or you cannot get it to work according to the user’s manual. e. The
Embedded Controller AEC-6611 vi Below Table for China RoHS Requirements 产品中有毒有害物质或元素名称及含量 AAEON Boxer/ Industrial System 有毒有害物质或元素 部件名称 铅 (Pb
Embedded Controller AEC-6611 vii Chapter 1 General Information 1.1 Introduction.....
Embedded Controller AEC-6611 Chapter 1 General Information 1- 1 General Chapter 1Information
Kommentare zu diesen Handbüchern