Intel raptor lake core i/pentium processor, ddr5 lan/hdmi/usb/m.2/com, all-in-one intel 13th gen raptor lake-u i7/i5/i3, pentium cpu 1 x hdmi, 2 x m.2, usb 4 x lan, 2 x com, 1 x nano sim wide range dc in +9-36v (91 pages)
Page 1
3 x LAN, 2 x COM, 1 x Nano SIM Wide Range DC IN +9~36V CAUTION RISK OF EXPLOSION IF BATTERY IS REPLACED BY AN INCORRECT TYPE. DISPOSE OF USED BATTERIES ACCORDING TO THE INSTRUCTIONS NO. 2I110AW Release date: NOV. 02. 2022...
1-4 DIRECTIONS FOR INSTALLING THE M.2 B KEY MINI CARD ........CHAPTER 2 HARDWARE INSTALLATION ..............2-1 DIMENSION-2I110AW ....................2-2 LAYOUT-2I110AW-CONNECTOR AND JUMPER TOP ..........2-2-1 LAYOUT-2I110AW-CONNECTOR AND JUMPER BOTTOM ........2-3 LAYOUT-2I110AW-FUNCTION MAP TOP ..............2-3-1 LAYOUT-2I110AW-FUNCTION MAP BOT ..............
Page 3
3-15 NGFF2 M.2 NGFF CARD M KEY SOCKETS 75 PIN ..........3-16 SIM1: NANO SIM CARD SOCKET ................3-17 CU11: USB TYPE C 24PIN CONNECTOR (PCIe BASE FOR LEX USE) ....3-18 CONNECTOR WAFER OF COMPATIBLE BRAND AND PART NUMBER LIST ..CHAPTER 4 INTRODUCTION OF BIOS ................
Page 4
Copyright This manual is copyrighted and all rights are reserved. It does not allow any non authorization in copied, photocopied, translated or reproduced to any electronic or machine readable form in whole or in part without prior written consent from the manufacturer. In general, the manufacturer will not be liable for any direct, indirect, special, incidental or consequential damages arising from the use of inability to use the product or documentation, even if advised of the possibility of such damages.
Warning ! Battery Batteries on board are consumables. The life time of them are not guaranteed. 2. Fanless solution with HDD The specifi cation & limitation of HDD should be considered carefully when the fanless solution is implemented. We will not give further notifi cation in case of changes of product information and manual.
Hardware Notice Guide 1. Before linking power supply with the motherboard, please attach DC-in adapter to the motherboard fi rst. Then plug the adapter power to AC outlet. Always shut down the computer normally before you move the system unit or remove the power supply from the motherboard.
General Information The 2I110AW is an ultra compact (102 x 108 mm) SBC with11th Gen. Intel® Tiger Lake UP3 i7 / i5 / i3 / Celeron processor, integrated 4 x GbE LAN, 6 x USB, 2 x COM Port and 4 HDMI supports 4K resolution display that off...
1-3 Installing the SO-DIMM 1. Align the SO-DIMM with the connector at a 45 degree angle. 2. Press the SO-DIMM into the connector until you hear a click.
Page 12
Notices: 1.The connectors are designed to ensure the correct insertion. If you feel resistance, check t h e connectors & golden fi nger direction, and realign the card. 2. Make sure the retaining clips (on two sides of the slot) lock onto the notches of the card fi...
1-3-1-1 Removing the SO-DIMM 1. Release the SO-DIMM by pulling outward the two retaining clips and the SO-DIMM pops up slightly. 2. Lift the SO-DIMM out of its connector carefully.
1-4 Directions for installing the M.2B Key Mini Card 1. Unscrew the screw on the board 2. Plug in the Mini Card in a 45 angle 3. Gently push down the Mini Card and screw the screw back.
2-6 List of Jumpers JSB1: CMOS DATA Clear JAT1: HW system always on 2-7 Jumper Setting Description A jumper is ON as a closed circuit with a plastic cap covering two pins. A jumper is OFF as an open circuit without the plastic cap. Some jumpers have three pins, labeled 1, 2, and 3.
2-8 JSB1: CMOS DATA Clear A battery must be used to retain the motherboard confi guration in CMOS RAM. Close Pin1 and pin 2 of JSB1 to store the CMOS data. To clear the CMOS, follow the procedures below: 1. Turn off the system and unplug the AC power 2.
Chapter-3 Connection This chapter provides all necessary information of the peripheral's connections, switches and indicators. Always power off the board before you install the peripherals. 3-1 List of Connectors CPI1: DC IN 2x4 pin (2.0mm) Red wafer CBT1: COMS battery 1x2 pin (1.25mm) wafer CC1~CC2: COM 2x5 pin (2.0mm) wafer CFP1:...
3-2 CMOS battery connector CBT1: CMOS Battery 1x2 pin (1.25mm) Wafer. PIN NO. DESCRIPTION Note: 1. When the board without Adaptor plug in, this board power RTC consumption about 2.7uA 2. If adaptor always plug in RTC power consumption about 0.1uA CBT1 pin1...
3-4 Front Panel Pin Header CFP1: Front Panel connector 2x5 pin (2.0mm) Wafer PIN NO. Description PIN NO. Description Power button Reset Power LED- Power LED+ HDD LED- HDD LED+ LAN LED- LAN LED+ LAN LED+ CFP1 pin1...
3-5 DIO Interface CIO1: 4DI / 4DO 2x5 pin (2.0mm) Wafer PIN NO. Description PIN NO. Description DI-0 DO-3 DI-1 DO-2 DI-2 DO-1 DI-3 DO-0 Note: 1. DIO and WDT function from SIO F81966D-I. te: 1. DIO and WDT function from SIO F8 CIO1 pin1 WDT For F81966D-I watch dog timer device:...
3-5-1 IO Device: F81966 DIO under Windows The Sample code source you can download from http://tprd.info/lexwiki/index.php/IO_Device:F81966_LPC_DIO_under_Windows Source fi le: F81966_LPC_GPIO_Utility_Src_v1.5.zip Binary fi le: F81966_LPC_GPIO_Utility_Bin_x86_v1.5.zip F81966_LPC_GPIO_Utility_Bin_x64_v1.5.zip F81966 DLL: F81966_DLL_x32_v1.0.zip F81966_DLL_x64_v1.0.zip Introduction F81966 DIO 1. Start test Button, Send bits one by one and one by one receive 2.
Page 32
F81966_DLL_API BYTE F81966_LPC_Digital_Read_HIGH(); F81966_DLL_API void F81966_LPC_Digital_Write_HIGH(BYTE byteValue); F81966_DLL_API void F81966_LPC_Set_WDT_Enable(BYTE byteValue); F81966_DLL_API void F81966_LPC_Set_WDT_Disable(); Digital Input / Output test Note when using the following boards: 2I110AW CIO1 needs to be controlled by CIO3 Digital output Digital iutput Low Byte Low Byte...
Page 33
sample code Set CIO1 CIO2 Digital Output all high F81966_LPC_Digital_Write_LOW(256); Set CIO1 CIO2 Digital Output all low F81966_LPC_Digital_Write_LOW(0); Set CIO1 Digital Output bit 4 high F81966_LPC_Digital_Write_LOW(16); Set CIO2 Digital Output bit 10 high F81966_LPC_Digital_Write_HIGH(4); Read Din value = F81966_LPC_Digital_Read_LOW(); Watch Dog test sample code Set WDT 10 sec F81966_LPC_Set_WDT_Enable(10);...
3-5-2 IO Device: F81966 DIO under Linux console The Sample code source you can download from http://tprd.info/lexwiki/index.php/IO_Device:F81966_LPC_DIO_under_Linux_console Source fi le: F81966_DIO_v1.1_Src_L.tar.gz Binary fi le: F81966_DIO_v1.1_Bin_x64_L.tar.gz F81966_DIO_v1.1_Bin_x32_L.tar.gz F81966 Libary: F81966_LIB_v1.1_x64_L.tar.gz F81966_LIB_v1.1_x32_L.tar.gz Introduction F81966 DIO 1. Start test Button, Send bits one by one and one by one receive 2.
Page 35
BYTE F81966_LPC_Digital_Read_LOW(); BYTE F81966_LPC_Digital_Read_HIGH(); void F81966_LPC_Set_WDT_Enable(BYTE byteValue); void F81966_LPC_Set_WDT_Disable(); void EntryLPC(); void ExitLPC(); Digital Input / Output test Note when using the following boards: 2I110AW CIO1 needs to be controlled by CIO3 Digital output Digital iutput Low Byte Low Byte CIO1...
Page 36
sample code Set CIO1 CIO2 Digital Output all high F81966_LPC_Digital_Write_LOW(256); Set CIO1 CIO2 Digital Output all low F81966_LPC_Digital_Write_LOW(0); Set CIO1 Digital Output bit 4 high F81966_LPC_Digital_Write_LOW(16); Set CIO2 Digital Output bit 10 high F81966_LPC_Digital_Write_HIGH(4); Read Din value = F81966_LPC_Digital_Read_LOW(); Watch Dog test sample code Set WDT 10 sec F81966_LPC_Set_WDT_Enable(10);...
3-6 USB Interface CU1~CU2: USB 3.0 Type A Connector PIN NO. Description PIN NO. Description VBUS SS_RX- SS_RX+ SS_TX- SS_TX+ Note: 1. The power supply 0.9A for each USB 3.0 respect specifi cation. 2. CU1, CU2 support wake up for option. USB3.0 USB3.0 CU5~CU8: USB 2.0 port 1x4 pin (1.25mm) Wafer...
3-7 LAN Interface CL1 / CL2 / CL3: LAN RJ45 Connector PIN NO. Description PIN NO. Description MDI0+ MDI2- MDI0- MDI1- MDI1+ MDI3+ MDI2+ MDI3- LAN LED Speed 10Mbps 100Mbps Back Side Front Side Back Side Front Side Indicate Link Led ACT Led ACT Led Link Led...
3-12 CPU FAN1: CPU Fan 1x4 pin (2.54mm) Wafer (option) PIN NO. DESCRIPTION +12V CPU FAN-IN CPU FAN-OUT Note: DC in +12V by switch to FAN power +12V, so DC in need stable +12V input FAN1 pin1...
3-17 CU11: USB Type C 24pin connector (PCIe base for LEX use) PIN NO. DESCRIPTION PIN NO. DESCRIPTION PCIE3_P1_TX_DP PCIE3_P1_TX_DN +3.3V +3.3V BUF_PLT_RST_N SMB_DATA CLK_SRC6_DP CLK_SRC6_DN SMB_CLK +3.3V +3.3V PCIE3_P1_RX_DN PCIE3_P1_RX_DP Note: 1. Only support PCIe x1 interface, and use LEX module like CL225. CU11 3-18 Connector wafer of Compatible Brand and part number list Location...
Chapter-4 Introduction of BIOS The BIOS is a program located in the Flash Memory on the motherboard. This program is a bridge between motherboard and operating system. When you start the computer, the BIOS program gains control. The BIOS first operates an auto-diagnostic test called POST (Power on Self Test) for all the necessary hardware, it detects the entire hardware devices and configures the parameters of the hardware synchronization.
4-2 BIOS Menu Screen & Function Keys In the above BIOS Setup main menu of, you can see several options. We will explain these options step by step in the following pages of this chapter, but let us fi rst see a short description of the function keys you may use here: ●...
4-3 Getting Help Status Page Setup Menu / Option Page Setup Menu Press F1 to pop up a help window that describes the appropriate keys to use and the possible selections for the highlighted item. To exit the Help Window, press <Esc>. 4-4 Menu Bars There are six menu bars on top of BIOS screen: Main To change system basic confi...
4-5 Main Main menu screen includes some basic system information. Highlight the item and then use the <+> or <-> and numerical keyboard keys to select the value you want in each item. System Date Set the Date. Please use [Tab] to switch between data elements. System Time Set the Time.
4-6-5 F81966 Super IO Confi guration Serial Port 1 Confi guration Please refer section 4-6-5-1 Serial Port 2 Confi guration Please refer section 4-6-5-2 Power Failure Please refer section 4-6-5-3...
Page 74
Press [Enter] to view PC health status. This section shows the status of your CPU, Fan, and overall system. This is only available when there is Hardware Monitor function onboard.
4-9 Boot Bootup NumLock State To select Power-on state for NumLock, default is <On> Quiet Boot The optional settings are: Enabled (default), Disabled. Wake-Up From USB 3.0 The optional settings are: Enabled, Disabled (default).
4-10 Save & Exit Save Change and Reset Save confi guration and reset Discard Changes and Reset Reset without saving the changes Restore Defaults To restore the optimal default for all the setup options...
STEP 3. Copy the latest BIOS for your LEX motherboard from our website to your bootable disc. STEP 4. (Here take 2I110AW as an example, please enter your motherboard’s name) Insert your bootable disc into X: (X could be C:, A: or others.
Need help?
Do you have a question about the 2I110AW and is the answer not in the manual?
Questions and answers