Preface How to Use This Manual The manual describes how to configure your PEB-2739I to meet various operating requirements. It is divided into five chapters, with each chapter addressing a basic concept and operation of Single Board Computer. Chapter 1 : System Overview. Presents what you have in the box and give you an overview of the product specifications and basic computer architecture.
Panel PC, Kiosk, DS, Medical, Military, Government and Industrial automation and control applications. PEB-2739I is specifically designed to operate at a very low power consumption of less than 10 watts at full loading. It supports dual independent display by LVDS and SDVO daughter card (DVI/VGA/LVDS, by request).
System Overview Check List The PEB-2739I package should include the following items: One PEB-2739I embedded system board One 2-in-1 Heatsink One SATA Cable One Installation Resources CD Title If any of these items is damaged or missing, please contact your vendor and keep all packing materials for future replacement and maintain.
Page 6
‧One power output port ‧Power on/off LED, Hard drive activity LED and system Reset switch headers ‧On-board programmable 8-bit Digital I/O interface System Monitoring Feature Monitor system temperature and major power sources. Outline Dimension (L X W): 146mm X 105mm PEB-2739I User’s Manual...
System Overview System Architecture All of details operating relations are shown in PEB-2739I System Block Diagram. PEB-2739I Block Diagram PEB-2739I User’s Manual...
Hardware Configuration This chapter gives the definitions and shows the positions of jumpers, headers and connector. All of the configuration jumpers on PEB-2739I are in the proper position. The default settings are indicated with a star sign ( ). Jumper Setting For users to customize PEB-2739I’s features.
Page 13
Note: The “*” mark for default setting 9 Serial port 1 function selection Signal Description 5-6, 9-11, 10-12, 15-17, 16-18 Short RS-232* 3-4, 7-9, 8-10, 13-15, 14-16, 21-22 Short RS-422 1-2, 7-9, 8-10, 19-20 Short RS-485 Note: The “*” mark for default setting PEB-2739I User’s Manual...
Page 14
Power adapter input Jack Audio Jack ( Microphone input) Audio Jack ( Stereo line output) Serial port 1 DDR2 SO-DIMM 200Pin Socket Compact flash Socket Battery Socket (option) SATA+POWER 1 PS/2 Keyboard/Mouse Assignment KB_CLK Mouse_DATA KB_DATA Mouse _CLK PEB-2739I User’s Manual...
LPC Debug Port CN14 Giga Ethernet with USB port 1,3 CN15 Microcontroller programmer CN16 PS/2 Keyboard & Mouse CN17 USB port 4,5 CN18 Audio port (Stereo line output, microphone input) CN19 CRT with serial port 1 PEB-2739I User’s Manual 2-10...
Page 24
CN14 : Giga Ethernet RJ45 with 2 port USB Jack Pin No. Signal Description Pin No. Signal Description LAN 0+ LAN 0- LAN 1+ LAN 2+ LAN 2- LAN 1- LAN 3+ LAN 3- USBD1- USBD3- USBD1+ USBD3+ PEB-2739I User’s Manual 2-14...
Page 25
Signal Description KB_DATA MS_DATA KB_CLK MS_CLK CN17 : USB Port4&Port5 Jack Pin No. Signal Description Pin No. Signal Description USBD5- USBD4- USBD5+ USBD4+ CN18 : Audio Jack Pin No. Signal Description Stereo line out Bottom Microphone input PEB-2739I User’s Manual 2-15...
Page 26
Pin No. Signal Description Pin No. Signal Description Ground Data 3 Data 11 Data 4 Data 12 Data 5 Data 13 Data 6 Data 14 Data 7 Data 15 HDC CS0# HDC CS1# Ground Ground IOR# PEB-2739I User’s Manual 2-16...
Page 27
CSEL (pull-low 470 to Gnd) Ground Ground RESET# Ground IORDY HDC SDA2 DREQ# HDC SDA1 DACK# HDC SDA0 HDC ACT# Data 0 PDIAG# (Pull-Low 150 ohms) Data 1 Data 8 Data 2 Data 9 Data 10 Ground PEB-2739I User’s Manual 2-17...
- Intel® Atom™ Processor Z520PT (512K Cache, 1.33 GHz, 533 MHz FSB) System Architecture PEB-2739I provide 1 x 200pin SO-DIMM sockets which supports 400/533 DDR2- SODIMM as main memory, Non-ECC (Error Checking and Correcting), non-register functions. The maximum memory can be up to 2GB. Memory clock and related settings can be detected by BIOS via SPD interface.
Please refer to section 3.3.1 to 3.3.7 to install INF/VGA/LAN/Audio drivers. 3.3.1 Mechanical Drawing PEB-2739I uses state-of-art Intel® Z510 CPU. It’s a new chipset that some old operating systems might not be able to recognize. To overcome this compatibility issue, for Windows Operating Systems such as Windows XP/Vista/Win7, please install its INF before any of other Drivers are installed.
System Installation 3.3.4 Audio Controller Please find Intel® High Definition Audio driver form PEB-2739I CD-title. The drivers support Windows XP/Vista/Win7. Clear CMOS Operation The following table indicates how to enable/disable Clear CMOS Function hardware circuit by putting jumpers at proper position.
System Installation GPIO The PEB-2739I provides 8 programmable input or output ports that can be individually configured to perform a simple basic I/O function. Users can configure each individual port to become an input or output port by programming register bit of I/O Selection.
Page 32
//data 0 for low, 1 for high void GPIO_Write(int bit,int data){ int tmp=1<<bit; outp (0x2e,0x07); outp (0x2f,0x09);// entry device 9 outp (0x2e,0xf1); outp (0x2f,(inp(0x2f)&~tmp)|(tmp*data));//0 for low,1 for high //high return 1, low return 0 int GPIO_Read(int bit){ int tmp=1<<bit; int data; outp (0x2e,0x07); PEB-2739I User’s Manual...
Page 33
System Installation outp (0x2f,0x09);// entry device 9 outp (0x2e,0xf1); data=inp(0x2f)&~tmp;//read bit if (data==0) return 0; else return 1; PEB-2739I User’s Manual...
Chapter 4 BIOS Setup Information PEB-2739I is equipped with the AMI BIOS stored in Flash ROM. These BIOS has a built-in Setup program that allows users to modify the basic system configuration easily. This type of information is stored in CMOS RAM so that it is retained during power-off periods.
These items show the firmware and hardware specifications of your system. Read only. System Time The time format is <Hour> <Minute> <Second>. Use [+] or [-] to configure system Time. System Date The date format is <Day>, <Month> <Date> <Year>. Use [+] or [-] to configure system Date. PEB-2739I User’s Manual...
BIOS Setup Information Advanced Use this menu to set up the items of special enhanced features. PEB-2739I User’s Manual...
Page 37
Adjacent Cache Line Prefetch The choice: Disabled, Enabled. Max CPUID Value Limit Disabled for Windows XP The choice: Disabled, Enabled. Execute-Disable Bit capability When disabled, force the XD feature flag to always return 0 The choice: Disabled, Enabled. PEB-2739I User’s Manual...
Page 38
IDE Configuration The IDE Configuration the IDE devices, such as hard disk drive or CD-ROM drive. It uses a separate sub menu to configure each hard disk drive (Master and Slave). ATA/IDE Configuration The choice: Disabled, Compatible, Enabled. PEB-2739I User’s Manual...
Page 39
This gives you an opportunity to move data from a hard disk that is going to fail to a safe place before the hard disk becomes offline. [32 Bit Data Transfer] Enable/Disable 32-bit Data Transfer. PEB-2739I User’s Manual...
Page 40
Select the mechanism for detecting 80Pin ATA (PI) cable. The choice: Host & Device, Host, Device. Super IO Configuration Serial Port 1 Address/IRQ Allows BIOS Select Serial Port1 Base Addresses. The choice: Address: Disabled, 3F8, 3E8, 2E8, IRQ: 3, 4, 10, 11. PEB-2739I User’s Manual...
Page 41
Watch Dog Timer Set This BIOS testing option is able to reset the system according to the selected table. The Choice: Disabled, 10, 20, 30, 40 sec. 1, 2, 4 min. Hardware Health Configuration Configuration / monitor the Hardware Health. PEB-2739I User’s Manual...
Page 42
BIOS Setup Information ACPI Settings Select for Advanced ACPI Configuration. General ACPI Configuration PEB-2739I User’s Manual...
Page 43
Advanced ACPI Configuration Advanced ACPI Configuration settings, Use this section to configure additional ACPI options. ACPI Version Features Enable RSDP pointers to 64-bit Fixed System Description Tables. The choice: ACPI v1.0 / ACPI v2.0 / ACPI v3.0. PEB-2739I User’s Manual 4-10...
Page 44
The choice: Disabled, Enabled. Headless mode Enable / Disable Headless operation mode through ACPI. The choice: Disabled, Enabled. South Bridge ACPI Configuration The South Bridge ACPI related Configuration settings, Use this section to configure additional ACPI options. PEB-2739I User’s Manual 4-11...
Page 45
You need to select the MPS version supported by your operating system. To find out which version to use, consult the vendor of your operating system. The choice: 1.1, 1.4. PEB-2739I User’s Manual 4-12...
Page 46
BIOS Setup Information Smbios Configuration SMBIOS Configuration Menu Smbios Smi Support SMBIOS SMI Wrapper support for PnP Function 50h-54h The choice: Disabled, Enabled. PEB-2739I User’s Manual 4-13...
Page 47
This setting specifies the operation mode of the onboard USB 2.0 controller. The choice: FullSpeed, HiSpeed. BIOS EHCI Hand-Off This is a workaround for OSes without EHCI hand-off support. The EHCI ownership change should claim by EHCI driver. The choice: Disabled, Enabled. PEB-2739I User’s Manual 4-14...
Plug and Play operating system. The choice: No, Yes. PCI Latency Timer Select value in units of PCI clocks for PCI device latency timer register. The choice: 32, 64, 96, 128, 160, 192, 224, 248. PEB-2739I User’s Manual 4-15...
Page 49
Available: Specified IRQ is available to be used by PCI/PnP devices. Reserved: Specified IRQ is reserved for used by Legacy ISA devices. The choice: Available, Reserved. Reserved Memory Size Select Size of memory block to reserve for legacy ISA devices. The choice: Disabled, 16K, 32K, 64K. PEB-2739I User’s Manual 4-16...
BIOS Setup Information Boot Use this menu to specify the priority of boot devices. Boot Settings Configuration PEB-2739I User’s Manual 4-17...
Page 51
Setting to [Off] will allow users to use the arrow keys on the numeric keypad. The choice: Off, On. PS/2 Mouse support Select [Enabled] if you need to use a PS/2-interfaced mouse in the operating system. The choice: Disabled, Enabled, Auto. PEB-2739I User’s Manual 4-18...
Page 52
Interrupt 19. Therefore, you will not be able to boot operating systems from any bootable disks attached to these host adaptors. Nor will you be able to gain access to their ROM setup utilities. The choice: Disabled, Enabled. PEB-2739I User’s Manual 4-19...
Page 53
First press <Enter> to enter the sub-menu. Then you may use the arrow keys (↑↓) to select the desired device, then press <+>, <-> or <PageUp>, <PageDown> key to move it up/down in the priority list. The choice: (Network: IBA GE Slot 00C8 v1324), Disabled. PEB-2739I User’s Manual 4-20...
Page 54
This setting allows users to set the priority of the removable devices. First press <Enter> to enter the sub-menu. Then you may use the arrow keys (↑↓) to select the desired device, then press <+>, <-> or <PageUp>, <PageDown> key to move it up/down in the priority list. PEB-2739I User’s Manual 4-21...
User Password / Change User Password User Password controls access to the system at boot. These settings allow you to set or change the user password. Boot Sector Virus Protection Boot Sector Virus Protection. The choice: Disabled, Enabled. PEB-2739I User’s Manual 4-22...
BIOS Setup Information Chipset This menu controls the advanced features of the onboard Northbridge and Southbridge. Onboard LAN PXE ROM Init The choice: Disabled, Enabled. PEB-2739I User’s Manual 4-23...
Page 57
Select which graphics controller to use as the primary boot device. The choice: IGD, PCIe/IGD. Internal Graphics Mode Select Select the amount of system memory used by the internal graphics device. The choice: Disable, Enabled, 1MB, Enabled, 4MB, Enabled, 8MB. PEB-2739I User’s Manual 4-24...
Page 58
The choice: 640x480 (generic), 800x600 (generic), 1024x768 (generic), 1200x1024. DPST Control The choice: VBIOS Default, DPST Disabled, DPST Enabled at Level 1, DPST Enabled at Level 2, DPST Enabled at Level 3, DPST Enabled at Level 4, DPST Enabled at Level 5. PEB-2739I User’s Manual 4-25...
Page 59
Set to [Enabled] if you need to use any USB 2.0 device in the operating system that does not support or have any USB 2.0 driver installed, such as DOS and SCO Unix. The choice: Enabled, Disabled. USB Client Controller The choice: Enabled, Disabled. SDIOController The choice: Enabled, Disabled. PEB-2739I User’s Manual 4-26...
PICE Port 0/1 The choice: Auto, Enabled, Disabled. Exit This menu allows you to load the BIOS default values or factory default settings into the BIOS and exit the BIOS setup utility with or without changes. PEB-2739I User’s Manual 4-27...
Page 61
Use this menu to load the default values set by the SBC manufacturer specifically for optimal performance of the SBC. Load Failsafe Defaults Use this menu to load the default values set by the BIOS vendor for stable system performance. PEB-2739I User’s Manual 4-28...
To make sure that you have a successful start with PEB-2739I, it is recommended, when going with the boot-up sequence, to hit “DEL” key and enter the BIOS setup menu to tune up a stable BIOS configuration so that you can wake up your system far well.
Page 63
BIOS setting that Portwell has highly endorsed. As a matter of fact, users can load the default BIOS setting any time when system appears to be unstable in boot up sequence.
Program Area 0F6C-9FBF 577K 【Available】 First Meg -- Conventional memory end at 639K -- A000-AXXX XX K 9FC0-9FFF Extended BIOS Area A000-AFFF VGA Graphics B000-B7FF Unused B800-BFFF VGA Text C000-CE5F Video ROM CE60-EFFF 134K Unused F000-FFFF System ROM PEB-2739I User’s Manual...
Usable IRQ 【Unassigned】 IRQ 10 Usable IRQ 【Unassigned】 IRQ 11 Usable IRQ 【Unassigned】 IRQ 12 System ROM IBM Mouse Event IRQ 13 System ROM Coprocessor Error IRQ 14 System ROM Hard Disk Event IRQ 15 Usable IRQ 【Unassigned】 PEB-2739I User’s Manual...
Need help?
Do you have a question about the PEB-2739I and is the answer not in the manual?
Questions and answers