Acrosser Technology AR-B5890 User Manual

Acrosser Technology AR-B5890 User Manual

Intel gm45 with core 2 duo cpu board
Hide thumbs Also See for AR-B5890:

Advertisement

Quick Links

AR-B5890 User Manual
Board
AR-B5890
Intel GM45 with Core 2 Duo CPU board
User Manual
Manual Rev.: 1.0
Book Number: AR-B5890-2009.11.27
1

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the AR-B5890 and is the answer not in the manual?

Questions and answers

Summary of Contents for Acrosser Technology AR-B5890

  • Page 1 AR-B5890 User Manual Board AR-B5890 Intel GM45 with Core 2 Duo CPU board User Manual Manual Rev.: 1.0 Book Number: AR-B5890-2009.11.27...
  • Page 2 AR-B5890 User Manual Revision Version Date Author Description 2009.11.27 Ken...
  • Page 3 Trademarks AR-B5890 is a registered trademarks of Acrosser; IBM PC is a registered trademark of the International Business Machines Corporation; Pentium is a registered trademark of Intel Technologies Inc; Award is a registered trademark of Award Software International Inc; other product names mentioned herein are used for identification purposes only and may be trademarks and/or registered trademarks of their respective companies.
  • Page 4: Table Of Contents

    AR-B5890 User Manual Table of Contents 1 INTRODUCTION..................5 1.1 S ....................6 PECIFICATIONS 1.2 P ................... 7 ACKAGE ONTENTS 1.3 B ....................8 LOCK IAGRAM 2 H/W INFORMATION ................9 2.1 L ) ..................9 OCATIONS OP SIDE 2.2 L )................
  • Page 5: Introduction

    AR-B5890 provides outstanding video playback with high image quality, increased clarity, and customization color controls. Enables enhanced visual quality of interlaced content on progressive displays. AR-B5890 is the best choice of industrial SBC. It provides high performance computing ability and agile functions can help you build up outstanding embedded system.
  • Page 6: Specifications

    AR-B5890 User Manual 1.1 Specifications ®  Intel Core 2 Duo Mobile Processor for Mobile Intel GM45 Express Chipset Family. ®  Intel GM45 & ICH9M chipset. ®  Intel GMA4500MHD Graphic Core.  Dual Channel DDR3-1066MHz, max. 8GB. ...
  • Page 7: Package Contents

    AR-B5890 User Manual 1.2 Package Contents Check if the following items are included in the package.  Quick Manual  AR-B5890  Software Utility CD X1 Note: When you install Microsoft Windows XP driver, please confirm the version of Microsoft Windows XP operation system must be Service Pack 3 or later version, otherwise...
  • Page 8: Block Diagram

    AR-B5890 User Manual 1.3 Block Diagram...
  • Page 9: W Information

    AR-B5890 User Manual H/W INFORMATION This chapter describes the installation of AR-B5890. At first, it shows the function diagram and the layout of AR-B5890. It then describes the unpacking information which you should read carefully, as well as the connectors/jumper setting for the AR-B5890 configuration.
  • Page 10 AR-B5890 User Manual DIMM SO-DIMM Socket for DDR3. 2 USB and 1 RJ-45 for LAN. BIOS ATX1 Serial Peripheral Interface Flash. Power Connector for System Voltage. GMCH ATX2 Graphic Memory Control Hub Intel GM45. Power Connector 12V for CPU Voltage.
  • Page 11: Locations (Bottom Side)

    AR-B5890 User Manual 2.2 Locations (Bottom side)
  • Page 12: Connectors And Jumper Setting

    AR-B5890 User Manual 2.3 Connectors and Jumper Setting 2.3.1 Locations (Top side) JP17 LVDS CN3 & CN4 Switch for Select COM5 Connector for LVDS Signals Pin Header for 4 USB Ports RS232/422/485 JP13 COM5 & COM6 Power Button & Reset & Buzzer &...
  • Page 13: Connectors And Jumper Setting Table

    AR-B5890 User Manual 2.4 Connectors and Jumper Setting Table 2.4.1 LVDS (LVDS Signal) 2.4.2 CN1 (Back Light Inverter) 2.4.3 JP1 (Switch for Selecting 3V or 5V Panel) SIGNAL SIGNAL LCDVCC B CLK- B CLK+ B DATA2- B DATA2+ B DATA1-...
  • Page 14 AR-B5890 User Manual 2.4.7 SYSFAN3 (System Fan 2.4.8 JP18 & JP20 (Select 2.4.9 CN3 & CN4 (Pin Header Connector) COM5 RS232/422/485) for 4USB Ports) JP18 STATUS SETTING JP18 1-3,2-4 PIN SIGNAL PIN SIGNAL SIGNAL RS-232 JP20 1-3,2-4 JP20 -USB0 -USB1...
  • Page 15 AR-B5890 User Manual 2.4.16 AUDIO1 (Audio Output 2.4.17 JP17 (Switch for Select 2.4.18 JP13 (Power Button & Connector(5.1 CH)) COM5 RS-232/422/485 Reset & Buzzer & Power LED &HD LED) SIGNAL Front output right channel Front output left channel SIGNAL STATUS...
  • Page 16: Watchdog, Gpio Programming

    ( argc >1 ) { Show_Help(); return 1; } clrscr(); textcolor(WHITE); gotoxy(1, 1); cprintf("<>==========================================================================<>"); gotoxy(1, 2); cprintf("|| ITE8712F GPIO Test Utility v1.0 Acrosser Technology Co., Ltd. ||"); gotoxy(1, 3); cprintf("<>==========================================================================<>"); gotoxy(1, 4); cprintf("<>==========================================================================<>"); gotoxy(1, 5); cprintf("|| Model Name : ||");...
  • Page 17 AR-B5890 User Manual // Get Simple I/O Base Address outportb(IO_PORT_BASE,0x62); // Simple I/O Base address MSB SIMPLE_IO_BASE=inportb(IO_PORT_BASE); SIMPLE_IO_BASE=SIMPLE_IO_BASE<<8; outportb(IO_PORT_BASE,0x63); // Simple I/O Base address LSB SIMPLE_IO_BASE=SIMPLE_IO_BASE|inportb(IO_PORT_BASE); // Show Got Parameter Informat textcolor(LIGHTGRAY); gotoxy(18,5); cprintf("%s",Model_Name); gotoxy(18,6); cprintf("%X",IO_PORT_BASE); gotoxy(22,7); cprintf("%X",SIMPLE_IO_BASE); // Set GPIO30~33 to Output, GPIO34~GPIO37 to Input outportb(IO_PORT_BASE,0xCA);...
  • Page 18 AR-B5890 User Manual // Change // Return // Description : Show Fail Message. //=========================================================================== void Show_Fail() //=========================================================================== // Function : Show_Pass() // Input // Change // Return // Description : Show Pass Message. //=========================================================================== void Show_Pass()
  • Page 19: Watchdog Timer

    AR-B5890 User Manual WATCHDOG TIMER //=========================================================================== // Turbo C++ Version 3.0 Copyright(c) 1990, 1992 by Borland International,Inc. //=========================================================================== // Describe : ITE8718F WatchDog timer test // Date : 12/16/2009 // Author : Willy //=========================================================================== #include <conio.h> #include <stdlib.h> #include <stdio.h>...
  • Page 20 AR-B5890 User Manual outportb(IO_Port_Address,0x73); // Set Watchdog Timer Value outportb(IO_Port_Address+1, C); // 0x00 to disable, max 0xFF while (Time > 0) clrscr(); gotoxy(35,12); Time = Time - 1; printf("After %d (s) to reset" , Time); delay(1000); textcolor(LIGHTRED); gotoxy(18,10); delay(5000); cprintf("If you can see this message, Reset system is Fail",Time);...
  • Page 21: Bios Setting

    AR-B5890 User Manual BIOS SETTING This chapter describes the BIOS menu displays and explains how to perform common tasks needed to get the system up and running. It also gives detailed explanation of the elements found in each of the BIOS menus. The following topics are covered : ...
  • Page 22: Main Setup

    AR-B5890 User Manual 4.1 Main Setup Once you enter the Award BIOS™ CMOS Setup Utility, the Main Menu will appear on the screen. Use the arrow keys to highlight the item and then use the <Pg Up> <Pg Dn> keys to select the desired value in each item.
  • Page 23: Advanced Chipset Setup

    AR-B5890 User Manual 4.2 Advanced Chipset Setup Option Choice Description This category speeds up the Power On Self Test (POST) after you have powered Enabled on the computer. If it is set to Enabled, the Quick Power On Self Test...
  • Page 24 AR-B5890 User Manual Pre-allocated main memory for onboard On-Chip Frame Buffer VGA frame buffer. Size 128M This item sets the mode for OS dynamic Enabled DVMT mode video memory technology (DVMT). 128M The item sets DVMT size and handle by...
  • Page 25: Power Setup

    AR-B5890 User Manual 4.3 Power Setup Option Choice Description ACPI Function Enabled ACPI System Support.
  • Page 26: Pnp/Pci Setup

    AR-B5890 User Manual 4.4 PnP/PCI Setup Option Choice Description Normally, you leave this field Disabled. Select Enabled to reset the Extended System Configuration Data (ESCD), when you exit Setup. Enabled Reset Configuration This may be necessary, if you have Data...
  • Page 27 AR-B5890 User Manual system such as Windows 95 or higher. If you set this field to “Manual”, you may choose specific resources by entering each of the submenus. When resources are controlled manually, assign a type to each IRQ Resources...
  • Page 28: Peripherals Setup

    AR-B5890 User Manual 4.5 Peripherals Setup Option Choice Description Serial Port 1: 3F8 / IRQ11 Onboard Serial Port 1 Serial Port 2: 3E8 / IRQ10 Onboard Serial Port 2 Select an address and the Serial Port 3: 2F8 / IRQ11...
  • Page 29: Pc Health Setup

    AR-B5890 User Manual 4.6 PC Health Setup This section shows the parameters for determining the PC Health Status. These parameters include temperatures, fan speeds, and voltages. Option Choice Description The FAN will automatic spin up System Fan Control or setting FAN active Function temperature by user.
  • Page 30: Boot Setup

    AR-B5890 User Manual 4.7 Boot Setup Option Choice Description Hard Disk The BIOS attempts to load First / Second / Third CDROM the operating system from Boot Device/Other Boot USB-FDD the devices in the selected Device Disabled sequence. These fields set the Boot Hard Disk Boot Priority Priority for each Hard Disk.
  • Page 31: Exit Setup

    AR-B5890 User Manual 4.8 Exit Setup Option Choice Description Press “Y” to store the selections made in the menus in CMOS – a special section of the memory that stays on after Press <Enter> on this item you turn your system off. The to confirm: Save &...
  • Page 32 AR-B5890 User Manual When you press <Enter> on this item, you will see a Press ‘Y’ to load the default confirmation dialog box values that are factory-set for Load Optimized with a message like this: optimal-performance system Defaults Load Optimized Defaults operations.
  • Page 33: Electrical Characteristics

    AR-B5890 User Manual ELECTRICAL CHARACTERISTICS 5.1 Basic Electrical Characteristics Table Electrical Characteristics Value Symbol Parameter / Condition Unit Min. Type. Max. +12V +12V power input 11.4 12 12.6 +5V power input 4.75 5.0 5.25 RS232 Maximum operating baud rate 115.2 Kbps...

Table of Contents