Home

AMDY-7002 User`s Manual

image

Contents

1. legacy operating systems such as DOS AMDY 7002 User s Manual 4 7 BIOS Setup Information SMBIOS Event Log SMBIOS Event Log gt SHBIOS Event Log Event Log Enable Disable Event Log View SMBIOS event Log View SMBIOS event Log Mark SMBIOS events as read Yes or No Clean SMBIOS events Clean SMBIOS events AMDY 7002 User s Manual 4 8 BIOS Setup Information 4 4 AMD Use this menu to set up the items of special enhanced features Main Advanced AMD OS Securitu Boot Exit Bios Specification gt Platform gt Processor Uptions gt SouthBr idge gt GND Uptions Platform Platform BIOS Specification Platform Bios Specification External USB Host Controller External Network Controller External Network Boot ROM Display mode Universial Console Redirection AMDY 7002 User s Manual 4 9 BIOS Setup Information External USB Host Controller Enable or disable the external USB hardware External Network Controller Enable or disable the external Network Controller External Network Boot ROM Enable or disable the external LAN Boot ROM Display mode Display mode select Universial Console Redirection Universial Console Redirection Processor Options Processor Options gt Processor Core Control gt Thermal Control gt CPU Control Processor Core Control Processor Core Control AMDY 7002 User s Manual 4 10 BIOS Setup Information Thermal Control T
2. pin15 77 pin2 14 pin4 35 pin6 36 pin8 37 pin10 70 pin12 71 pin14 72 pin16 73 Enter IT872x SIO Set LDN GPIO LDN Enable GPIO Or Register 0xC0 0x46 11 12 14 AMDY 7002 User s Manual 3 6 System Installation Or_Register 0xC2 0xE0 35 36 37 Or Register 0xC3 0x80 47 Or Register 0xC4 0x01 50 Set Output Or Register 0xC8 0x06 11 12 Or Register 0xCB 0x80 47 Or Register 0xCC 0x01 50 Or Register 0xCE OxF0 74 75 76 77 Set Input And Register 0xC8 0xEF 14 Register 0xCA 0x1F 35 36 37 And Register 0xCEOxF0 70 71 72 73 output high outp GPIO 0 0 06 outp GPIO_Base 3 0x80 outp GPIO_Base 4 0x01 outp GPIO Base 6 0xF0 result 1 if inp GPIO_Base 0 amp 0x10 0x10 result 0 if inp GPIO_Base 2 amp 0xE0 0xE0 result 0 if inp GPIO_Base 6 amp 0x0F 0x0F result 0 if result 0 printf Test fail n return 1 output low outp GPIO_Base 0 inp outp GPIO_Base 3 inp outp GPIO_Base 4 inp outp GPIO_Base 6 inp result 1 if inp GPIO_Base 0 amp 0x10 0x00 result 0 if inp GPIO_Base 2 amp 0xE0 0x00 result 0 if inp GPIO_Base 6 amp 0x0F 0x00 result 0 if result 0 printf Test fail n return 1 1112 47 50 74 75 76 77 w lt lt GPIO_Base 0 amp 0xF9 GPIO_Base 3 amp 0x7F GPIO_Base 4 amp 0xFE GP
3. 0x00 0x00 0x00 1 0x00 result 0 11 12 result 0 47 result 0 50 result 0 74 75 76 77 wa wa WD AMDY 7002 User s Manual 3 8 BIOS Setup Information Chapter 4 BIOS Setup Information AMDY 7002 is equipped with the Phoenix 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 When system is turned on AMDY 7002 communicates with peripheral devices and checks its hardware resources against the configuration information stored in the CMOS memory If any error is detected or the CMOS parameters need to be initially defined the diagnostic program will prompt the user to enter the SETUP program Some errors are significant enough to abort the start up 4 1 Entering Setup Launch System Setup Power on the computer and the system will start POST Power On Self Test process When the message below appears on the screen press lt F2 gt key to enter Setup Press lt F2 gt to enter SETUP If the message disappears before you respond and you still wish to enter Setup restart the system by turning it OFF and On or pressing the RESET button You may also restart the system by simultaneously pressing lt Ctrl gt lt Alt gt and lt Delete gt keys Press lt F2 gt to Run SETUP or Press lt F1 gt to Comtinue The BIOS set
4. POWER OK 5V 5VSB 5V AMDY 7002 User s Manual CO I ON OI FN 12V Hardware Configuration 118 119 120 J21 J27 SATA Connector DESCRIPTION GND Function Function DCD RXD TXD DTR GND DSR RTS CIS Power RI NC Note Function of pin 9 Power RI can be define as 5V output 12V output and Modem Ring In depend on jumper setting of JP10 JP11 JP12 JP13 128 PC Speaker Connector Sienal Description AAA 29 SATA power Connector DESCRIPTION 12V GND GND 5V PIN No AMDY 7002 User s Manual 2 12 Hardware Configuration 133 USB Port 6 7 J34 USB Port 12 13 J35 USB Port 8 9 Function Function 5V 5V USBDA USBDB USBDA USBDB GND GND DESCRIPTION Case GND DESCRIPTION HDD LED Power LED HDD LED Power LED GND Power button SYSRST GND NC NC GND GND Reserved 137 PCI Ex1 Connector Single Description NC Single Description 12V 12V 12V GND SMBUS CLK NC SMBUS DATA NC GND NC 3 3V NC NC 3 3V 3 3V standby 3 3V WAKE UP PCIE_RST NC GND GND PCIE_CLOCK PCIE_TX0 PCIE CLOCK PCIE GND
5. a This GPIO uses TTL level b GPIO base address is 4EE default direction is output 3 6 2 Demo Program The following is demo program source code by C language include lt stdio h gt include lt conio h gt include lt stdlib h gt define SIO Port Ox2E define SIO Port2 0 4 define GPIO LDN 0x07 define GPIO Base 0x0A00 Enter SIO void Enter IT872x SIO outp SIO Port 0x87 outp SIO Port 0x01 outp SIO Port 0x55 outp SIO Port 0x55 Select LDN AMDY 7002 User s Manual 3 5 System Installation void Set_LDN unsigned char LDN outp SIO_Port 0x07 outp SIO_Port 1 LDN printf LDN x n LDN Set register offset to Value void Set_Register unsigned char offset unsigned char value outp SIO_Port offset outp SIO_Port 1 value printf Write offset x x n offset value j Or register void Or Register unsigned char offset unsigned char value outp SIO Port offset outp SIO_Port 1 inp SIO_Port 1 value printf Write offset x x n offset value j nd register void Register unsigned char offset unsigned char value outp SIO Port offset outp SIO_Port 1 inp SIO_Port 1 amp value printf Write offset x x n offset value j int main void int result printf RUBY D712 GPIO Test n pinl 11 pin3 12 pin5 547 pin7 50 pin9 74 pin11 75 13 76
6. aqu 3 5 Chapter 4 BIOS Setup Information u u u u u 4 1 4 1 Entering Setup Launch System Setup esee 4 1 4 2 Mam 2 4 2 A 4 6 AA Wu pr 4 9 AE ANCES T 4 15 AO Security usr a aan C t tede 4 19 4 20 estas Selene ants save sachs 4 21 Chapter 5 Troubleshooting U U u u u u u u 5 1 5 1 Hardware Quick Installation iras 5 1 5 2 BIOS SEIS a A A ar LE ae 5 3 Ts Gee ae s ee 5 5 Appendix A Appendix B Preface How to Use This Manual The manual describes how to configure your WADE 8656 system board to meet various operating requirements It is divided into five chapters with each chapter addressing a basic concept and operation of Single Host Board Chapter 1 System Overview Presents what you have in the box and give you an overview of the product specifications and basic system architecture for this series model of single host board Chapter 2 Hardware Configuration Shows the definitions and locations of Jumpers and Connectors that you can easily configure your system Chapter 3 System Installation Describes how to properly mount the CPU main memory and Compact Flash to get a safe installation and provides a programming guide of Watch Dog Timer fun
7. it will impact on the system reliability Follow normal procedures to install memory module into memory socket Before locking make sure that all modules have been fully inserted into the card slots AMDY 7002 User s Manual 3 1 System Installation 3 3 Installing the Single Board Computer To install your AMDY 7002 into standard chassis or proprietary environment please perform the following Step 1 Check all jumpers setting on proper position Step 2 Install and configure CPU and memory module on right position Step 3 Place AMDY 7002 into the dedicated position in the system Step 4 Attach cables to existing peripheral devices and secure it WARNING Please ensure that SBC is properly inserted and fixed by mechanism Note Please refer to section 3 3 1 to 3 3 4 to install INF VGA LAN Audio drivers 3 3 1 Chipset Component Driver The chipset on AMDY 7002 is a new chipset that a few old operating systems might not be able to recognize To overcome this compatibility issue for Windows Operating Systems such as Windows XP WINT please install its INF before any of other Drivers are installed You can find very easily this chipset component driver in AMDY 7002 CD title 3 3 2 Integrated Graphics AMDY 7002 has APU integrated next generation HD6320 DX11 discrete GPU The graphic memory is shared from system memory UMA max is TBD Drivers Support Please find driver in the AMDY 7002 CD title Drivers support Windo
8. GND PCIE 0 PRESENT PCIE_RX0 GND AMDY 7002 User s Manual GND 2 13 Hardware Configuration 138 CFAST connector Single Description Single Description GND SATA TX SATA TX GDN SATA RX SATA RX GND Link to LED D45 Link to LED D45 NC NC NC 39 CE card socket DESCRIPTION DESCRIPTION GND Pull down DATA3 DATA11 DATA4 DATA12 DATA5 DATA13 DATA14 DATA15 CS 1 Pull down IOR IOW Pullup IRQ gt w lt 3 3V Pullup NC RESET IORDY DREQ DACK gt gt gt O 3 3 ACT Pull down AMDY 7002 User s Manual DATAS 2 14 Hardware Configuration DATA2 DATA9 NC DATA10 Pull down Note This GPIO uses TTL level GPIO base address is 4EE default direction is output 141 VGA connector DESCRIPTION PIN NO DESCRIPTION DESCRIPTION RED Reserved NC GREEN GND DDC DATA BLUE GND HSYNC NC NC VSYNC GND AMDY 7002 User s Manual GND DDC CLK System Installation Chapter 3 System Installation This chapter provides you with instructions to set up your system The additional information is enclosed to help you set up
9. onboard PCI device and handle Watch Dog Timer WDT and operation of GPIO in software programming 3 1 AMD G Series FT1 Processors The AMDY 7002 supports AMD G Series FT1 FCBGA 413 CPU It provides very low TDP for different applications that need fan less It is using latest AMD G Series Processor Please see attached table for more detail The core logic chipset is AMD A55E ECH From 2011 this 2 chips new platform will be main stream for next generation AMD platform architecture All the AMD FT1 CPU and ECH chipset are in AMD embedded roadmap that has longevity support at least 2016 e 1 6GHz Dual Core Dual LAN with CFAST and AMDY 7002 T56N Express mini card socket 8 COM single DP to LVDS with DVI 1 6GHz Dual Core Dual LAN with CFAST and Express mini card socket 8 COM with dual DP to LVDS NO DVI AMDY 7002 T56N D 3 2 Main Memory AMDY 7002 provide 1 x 204 pin SO DIMM sockets which supports 1066 1333 DDR3 SDRAM as main memory Non ECC Error Checking and Correcting non register functions The maximum memory size can be up to 4GB capacity Memory clock and related settings can be detected by BIOS via SPD interface For system compatibility and stability do not use memory module without brand Memory configuration can be either one double sided DIMM in either one DIMM socket or two single sided SO DIMM in both sockets Watch out the contact and lock integrity of memory module with socket
10. pins Power Connector Serial ATA and IDE Hard Disk Setting The AMDY 7002 supports 5 standard vertical SATA connectors Each connectors need to accept standard SATA Cable with lock for HDD SSD connection However SATA DOM is popular for embedded application and we need to reserve keep out zone for proper installation is required Third party brands and names are the property of their respective owners AMDY 7002 User s Manual 5 1 Appendix 7Pin Heoder Signo Function Pin GND Shield Pin 2 Difiarenta signal to SATADOM GT And Diflarental signal lo type Pin 4 _ GNO Shielding ______ Diferential signal to Ping Differential to Pin 1 Pin 7 Pin 7 GNDACCI 5V Shisidng Powor Power For some special SATA DOM the power source is embedded in SATA 7 pin connector Pin 7 is been re defined as 5V for this special SATA DOM On this model the 4 Port 0 1 2 and 3 Vertical SATA Ports for DOM need to have resistors close to SATA connector pin 7 as a selection of GND or 5V However prevent from wrong usage the default of those resistors needs to be GND and design a SMD RED LED to indicate the Pin7 status prevent from wrong setting RED 5V Black GND Mechanical Reference PN B4739800 Innodisk B4736620 PQI Another Vertical SATA Port 4 connector is for dedicated SATA Device with Internal Power Source support please reference to A
11. the time out interval settings by software or hardware varies from Boards to boards WDT Control Command Example include lt stdio h gt include lt conio h gt include lt dos h gt define SIO Port Ox2E define SIO Port2 Ox4E define GPIO LDN 0x07 void Enter IT872x SIO outportb SIO Port 0x87 outportb SIO Port 0x01 outportb SIO Port 0x55 outportb SIO Port 0x55 void Set_LDN unsigned char LDN outportb SIO_Port 0x07 outportb SIO_Port 1 LDN printf LDN x n LDN void Set_Register unsigned char offset unsigned char value outportb SIO_Port offset outportb SIO_Port 1 value printf Write offset x n offset value int main void printf test string n Enter_IT872x_SIO Set LDN GPIO LDN Set Register 0x72 0xC0 Set Register 0x73 0x05 printf System will reset in 5 seconds n return 0 j AMDY 7002 User s Manual 3 4 System Installation 3 6 GPIO The AMDY 7002 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 To invert port value the setting of Inversion Register has to be made Port values can be set to read or write through Data Register 3 6 1 Pin assignment Function GP 0 GP 4 GP 1 GP 5 GP 2 GP 6 GP 3 GP 7 GND VCC Note
12. 7 A32 AD16 B33 C BE2 A33 3 3V B34 GND A34 FRAME B35 IRDY A35 GND B36 3 3V A36 TRDY B37 DEVSEL A37 GND B38 GND A38 STOP B39 PLOCK A39 3 3V B40 PERR A40 SMB CLK B41 3 3V A41 SMB DATA B42 SERR A42 GND B45 3 3V A43 PAR B44 C BE1 A44 AD15 B45 AD14 A45 3 3V B46 GND A46 AD13 B47 AD12 A47 AD11 B48 AD10 A48 GND B49 GND A49 AD9 B50 KEY A50 KEY B51 KEY A51 KEY B52 AD8 A52 B53 AD7 A53 3 3V B54 3 3V A54 AD6 B55 AD5 A55 AD4 B56 AD3 A56 GND B57 GND A57 AD2 B58 AD1 A58 AD0 B59 5V A59 5V B60 ACK64 A60 REO64 B61 5V A61 5V B62 5V A62 5V J15 CPU Fan J24 System Fan PIN NO DESCRIPTION GND Power Input Pulse AMDY 7002 User s Manual 2 10 Hardware Configuration 116 Mini PCI E Connector DESCRIPTION DESCRIPTION WAKE 3 3VSB NC GND NC 1 5V CLKREQ NC GND NC CLOCK NC CLOCK NC GND NC NC GND NC PU to 3 3VSB GND RESET PCI E RX 3 3VSB PCI E RX GND GND 1 5V GND SMB CLK PCI E TX SMB DATA PCI E TX GND GND USBD GND USBD 3 3VSB GND 3 3VSB NC GND NC NC NC NC 1 5V NC GND NC Function 3 3VSB Function 3 3V EY 3 3V 12V 3 3V GND GND PSON 5V GND GND GND 5V GND GND NC
13. 7002 User s Manual WIZZZZZA 1 6 System Overview 1 4 System Architecture All of details operating relations are shown in WADE 8656 series System Block Diagram VGA VGA PCIEx1 24Bit LVDS AMD 2 Channel G Series APU PCIEx1 24Bit LVDS 2 Channel PCIEx1 DVI D Conn PCIEx1 PCIEx1 Slot 1 4 Lane UMI Single Channel Horizontal SODIMM DDR3 1066 1333 RTL8111DL RJ45 Connector RTL8111DL JMB368 Dual RJ45 USB 2 Compact Flash Connector Connector DSB x Single USB 2 USB x6 1 4 Connector in Header Auqio Audio Embedded ALC886 Jack CFAST I 1 SATA PCI A55E PCI Slot 1 Hudison E1 di USB PCIEx1 Half sized Mini Card LPC Bus ITE IT8728F ITE WDT H W 178783 Monitor COM1 RS232 RI 2 RS232 RI 8 Bit GPIO Rear IO Onboard Connectors Connectors SPI BIOS RS232 RS485 RS232 422 485 w Power COM4 RS232 422 485 w Power COM5 RS232 422 485 w Power COM6 RS232 422 485 w Power COM7 RS232 w Power COM8 RS232 w Power 20 Pin ATX AMDY 7002 System Block Diagram AMDY 7002 User s Manual 1 7 Hardware Configuration Chapter 2 Hardware Configuration This chapter indicates jumpers headers and connectors locations User may find useful information related to hardware settings in this chapter The default settings are indicated with a star sign X 2 1 Jumper Setting For users customiz
14. AMDY 7002 Mini ITX Board User s Manual Version 1 0 Copyright Portwell Inc 2011 All rights reserved All other brand names are registered trademarks of their respective owners Preface Table of Contents How to Use This Manual Chapter 1 System Overview 1 1 1 1 Introduction sa Suha 1 1 JA Cheek MASTS O 1 2 1 3 Products Specification erba o setae ate 1 2 1 3 1 Mechanical DIN EAN Ena 1 5 1 4 System Architeeturen unse 1 7 Chapter 2 Hardware Configuration lesse u u u u u 2 1 21 Jumper settings q y a Greer A E 2 1 Chapter 3 System Installation U 3 1 3 1 AMD G Series FT1 Processors ern 3 1 9 2 Mam Memory asahan 3 1 3 3 Installing the Single Board Eomp lter unseren 3 2 3 3 1 Chipset Component Driver ees 3 2 2 tera 3 2 3 3 3 Realtek Gigabit Ethernet Controller rtr tertie 3 2 3 32 Audio Controlan 3 3 3 4 Clear CMOS Operation etate Iter aci ia 3 3 23 WET Function 25 aom det IS eua statuti na dus 3 4 3 0 GPID u a ananas astaun dad iD d tarius 3 5 u saqsa 3 5 3 0 2 Demo PRO STAIN es
15. HB TX0 CHB TX1 CHB TX1 CHB TX2 CHB TX2 CHB TX3 CHB TX3 CHB CLK CHB CLK NC NC AMDY 7002 User s Manual GND GND Hardware Configuration 9 J11 LVDS panel back light dimmer Connector DESCRIPTION PIN NO DESCRIPTION GND Back Light Up NC NC GND Back Light Down Note J9 is dedicate to LVDS0 J11 is dedicate to LVDS1 10 J12 LVDS back light inverter Connector DESCRIPTION Enable GND 12V GND 5V 114 PCI Slot PIN No Function PIN No Function 1 12V Al TRST B2 TCK A2 12V B3 GND A3 PTMS B4 NC A4 PTDI 5 5V 5 5V 5V A6 PIRQA B7 PIROB A7 PIROC B8 PIROD A8 5V B9 NC A9 NC B10 NC A10 5V B11 NC All NC B12 GND A12 GND 13 GND 13 GND B14 NC A14 3 3VSB B15 GND A15 RESET B16 PCI 33MHz CLK A16 5V B17 GND A17 PGNT B18 PCI REQ 18 GND B19 5V A19 PCI PME B20 AD31 A20 AD30 B21 AD29 A21 3 3V B22 GND A22 AD28 B23 AD27 A23 AD26 B24 AD25 A24 GND B25 3 3V A25 AD24 B26 C BE3 A26 IDSEL AD21 AMDY 7002 User s Manual 2 9 Hardware Configuration B27 AD23 A27 3 3V B28 GND A28 AD22 B29 AD21 A29 AD20 B30 AD19 A30 GND B31 3 3V A31 AD18 B32 AD1
16. IO Base 6 amp 0x0F 11 12 47 50 74 75 76 77 5 T Set Input And Register And Register And Register And Register Set output Or Register 0xC8 0x10 14 0xC8 0xF9 11 12 0 0 7 47 0xCC 0xFE 50 0 0 0 74 75 76 77 AMDY 7002 User s Manual 3 7 System Installation Or_Register 0xCA 0xE0 35 36 37 Or_Register 0xCE 0x0F 70 71 72 73 output high outp GPIO 0 0 10 14 outp GPIO_Base 2 0xE0 35 36 37 outp GPIO_Base 6 0x0F 70 71 72 73 result 1 if inp GPIO_Base 0 if inp GPIO_Base 3 if mp GPIO_Base 4 if inp GPIO_Base 6 if result 0 printf Test fail n BIOS Setup Information WADE 8011 W ADE 8012 User s Manual 3 13 return 1 output low outp GPIO_Base 0 inp GPIO_Base 0 amp 0xEF 14 outp GPIO_Base 2 inp GPIO_Base 2 amp 0x1F 35 36 37 outp GPIO_Base 6 inp GPIO_Base 6 amp 0xFO0 70 71 72 73 result 1 if inp GPIO_Base 0 if mp GPIO_Base 3 if mp GPIO_Base 4 if inp GPIO_Base 6 if result 0 printf Test fail n return 1 getchar printf Test Pass IN return 1 amp 0x06 amp 0x80 amp 0x01 amp 0xF0 0x06 0x80 0x01 0xF0 result 0 11 12 result 0 47 result 0 50 result 0 74 75 76 77 Sw TS a u a amp 0x06 amp 0x80 amp 0x01 amp 0xFO
17. MDY 7000 design Those SATA Ports will support A55E ECH native Raid 0 1 5 10 function on the 5 Port 0 4 ports For SATA 3 Connector please reference B5048800 GP DIP Connector SATA3 7 Red W Lock Vertical ABA SAT 054 K07 LOTES For the SATA Port that dedicate for internal powered SATA device please reference attached photo from AMDY 7000 AMDY 7002 User s Manual 5 2 Appendix The CFast is latest Port 5 portable storage interface as next generation of Compact Flash With native SATA interface on it it brings faster data transfer rate and easy installation benefit So far the CFast is just new on market a lot of company is ready for this product Although the advantage of SATA interface and Read Write speed it still expansive so far We will include CFAST in design For CFAST Connector and Ejector please reference the 3M model B6220280 GP SMD Connector CFast Socket 17 7Pin N7G24 A0B2RA 10 0HT 5 2 BIOS Setting It is assumed that users have correctly adopted modules and connected all the devices cables required before turning on DC 12V power 204 pin DDR3 SDRAM keyboard mouse SATA hard disk VGA connector device power cables ATX accessories are good examples that deserve attention With no assurance of properly and correctly accommodating these modules and devices it is very possible to encounter system failures that result in malfunction of any device To make sure that you have a successful start w
18. R3 1333 1066 on one SO DIMM socket Discrete graphic processor of ATI HD6320 supports DirectX 11 Support dual display which is chosen from LVDS VGA and DVI interfaces depends on model type Support High Definition Audio codec AMDY 7002 User s Manual 1 1 System Overview e High speed Gigabit Ethernet based on PCI Express x1 high bandwidth I O interface Five onboard SATA 3 0 ports support IDE AHCI mode and RAID function RAID0 1 5 amp 10 Rich I O connections which included total 14 USB ports and 8 COM ports Expansion slot such as PCI Express x1 slot PCI slot and half sized Mini PCI Express socket Adopt CF and CFast sockets as extra storage devices AMDY 7002 series Mini ITX embedded motherboards provide powerful graphic performance and low power consumption and I O connections Makes AMDY 7002 series the best solution for media digital signage gaming and POS applications 1 2 Check List AMDY 7002 series package should contain the following basic items One AMDY 7002 series Mini ITX embedded motherboard One Installation Resources amp User Manual CD One Rear I O bracket SATA signal cable Optional Serial ports cable kit SATA power cable PCI Express x1 amp PCI riser card If any of these items is damaged or missing please contact your vendor and keep all packing materials for future replacement and maintenance 1 3 Products Specification Main Processor AMD Fusion G se
19. able Enable AMDY 7002 User s Manual 4 17 BIOS Setup Information Option on Lan and ring Disable Enable Wake PCIe Disable Enable Power Management Power Management Configuration Resume by Alarm Resume by Alarm Disable Enable AMDY 7002 User s Manual 4 18 BIOS Setup Information 4 6 Security Use this menu to set supervisor and user passwords 2 BIOS SETUP UTILITY ET Hain Adva Security Chipset Exit I Install or Change the passu ord Change Supervisor Passuord Change User Passuord Boot Sector Uirus Protection Disabled 11 Select Iten Enter Change F1 General Help 18 Save and Exit ESC Exit v02 61 C Copyright 1985 2006 American Megatrends Inc Set Supervisor Password Set or clear the Supervisor account s password Supervisor Hint String Press Enter to type Supervisor Hint String Min password length Set the minimum number of characters for password 1 20 HDD Password Select Supports user only or both user and master password Ser HDD04 User Password Set HDD04 User Password AMDY 7002 User s Manual 4 19 BIOS Setup Information 4 7 Boot Boot Priority Order Hain fiduanced AMD Others Boot Boot Priority Order 1 USB HDD USB CI USB FDD ATAPI CD ATA HDDS ATA HDD1 ATA HDD2 ATA HDDS ATA HDD4 51380811085 ATA HDDS UF Card PCI LANI PCI LANZ AMDY 7002 User s Manual BIOS Setup Information 4 8 Exit This menu allow
20. as US e oo oo o a o Mirrow J39 J38 6000000000 0000000000 Connector location on bottom layer Jumper setting Reference Description JP1 LVDSO panel VDD level selector 1 2 3 3V 5 6 5V default JP2 COM1 J2 lower connector pin 9 function selector 1 2 5V power 3 4 12V AMDY 7002 User s Manual 2 3 Hardware Configuration 5 6 Ring in default JP3 COM2 J2 upper connector pin 9 function selector 1 2 5V power 3 4 12V 5 6 Ring in default JP4 LVDS1 J8 panel VDD level selector 1 2 3 3V 5 6 5V default Note 1 JP5 LVDSO J7 panel back light inverter level and polarity selector 1 3 2 4 5V Active High default 1 3 4 6 12V Active High 3 5 2 4 5V Active Low 3 54 6 12 Active Low JP6 LVDS1 J8 panel back light inverter level and polarity selector 1 3 2 4 5V Active High default 1 3 4 6 12V Active High 3 5 2 4 5V Active Low 3 54 6 12 Active Low Note 1 7 COM6 protocol jumper setting RS 232 5 6 9 11 10 12 15 17 16 18 default RS 422 3 4 7 9 8 10 13 15 14 16 21 22 RS 485 1 2 7 9 8 10 19 20 JP8 CMOS battery charge discharge selector 1 2 charge default 2 3 discharge JP9 5 J25 protocol jumper setting RS 232 5 6 9 11 10 12 15 17 16 18 default RS 422 3 4 7 9 8 10 13 15 14 16 21 22 RS 485 1 2 7 9 8 10 19 20 JP10 COM5 connect
21. ction Chapter 4 BIOS Setup Information Specifies the meaning of each setup parameters how to get advanced BIOS performance and update new BIOS In addition POST checkpoint list will give users some guidelines of trouble shooting Chapter 5 Troubleshooting Provides various useful tips to quickly get WADE 8656 running with success As basic hardware installation has been addressed in Chapter 3 this chapter will basically focus on system integration issues in terms of backplane setup BIOS setting and OS diagnostics The content of this manual is subject to change without prior notice These changes will be incorporated in new editions of the document Portwell may make supplement or change in the products described in this document at any time Updates to this manual technical clarification and answers to frequently asked questions will be shown on the following web site http www portwell com tw System Overview Chapter 1 System Overview 1 1 Introduction AMDY 7002 series the embedded motherboard of Mini ITX form factor Combine with either the AMD Fusion G series T56N FT1 processor The AMD Fusion G series processor is the world s first integrated circuit to combine a low power CPU and a discrete level GPU into a single die This graphics integration provides high graphic amp multi media performance in a small form factor and power efficient platform CPU configurations are available with single or dual X86 co
22. de SATA Mode NATICE IDE RAID AHCI LEGACY IDE ONCHIP IDE OPTION ONCHIP_IDE OPTION LEGACY IDE NATIVE IDE GEC OPTION GEC OPTION SouthBridge COMMON SD GPP UPTLUP gt fizalia Device USB Devices gt SATA Device gt GEC Options AMDY 7002 User s Manual 4 14 BIOS Setup Information GEC CONFIG OPTION GEC_CONFIG OPTION 4 5 Others SIO Configuration Sio Configuration Serial Port 1 Serial Port 1 Disable 3F8 IRQ5 2F8 IRQ6 Serial Port 2 Disable 3F8 IRQ5 2F8 IRQ6 Serial Port 3 Disable 220 IRQ4 228 IRQ3 238 4 288 IRQ3 338 IRQ4 3ES IRQ3 Serial Port 4 Disable 220 IRQ4 228 IRQ3 238 4 2E8 IRQ3 338 IRQ4 3ES IRQ3 Serial Port 5 Disable 220 IRQ4 228 IRQ3 238 4 2E8 IRQ3 338 IRQ4 3ES IRQ3 Serial Port 8 AMDY 7002 User s Manual 4 15 BIOS Setup Information Disable 220 IRQ4 gt 228 IRQ3 238 IRQ4 gt 2E8 IRQ3 338 IRQ4 gt 8 AMDY 7002 User s Manual 4 16 BIOS Setup Information Watch Dog Timer Select Disable 15 secs 30 secs 1 min 2 mins 3 mins Power Control Former State Always On Always Off Hardware Monitor Hardware Monitor Others CPU Temperature SYSTEM Temperature CPU Fan Spe system Fan UCORE 1 5U 12U 90 1 1U UDDNB Wake on Lan and Ring Wake on Lan and Ring Others Make on Lan and Ring Option wake on lan and ring Wake PCIe Dis
23. e AMDY 7002 s features In the following sections Short means covering a jumper cap over jumper pins Open or N C Not Connected means removing a jumper cap from jumper pins Users can refer to Figure 1 and Figure 2 for the Jumper allocations 4 o ce o b o o o 1 n 9 ES JP17 m IR 5 Bs att gt 1 5 Ball ae mE 4 2 sm ID JP6 a sog E E ejm E ee Y ala 919 21 ig 2 2 m SEE aia w a Pr al 5 kd p a Bee eg 9 E EI 9 her Pr 19 JP8 5 J goo a 42 Ww m loo T e 2222 ems ovr 55 9 L rs 8034 55255555 65555 655365552 6 1 52252 meses 2 WP gt gt L MI Bi gt oR 911 I e a 5 Jumper AMDY 7002 User s Manual 2 1 Hardware Configuration RTL8111D L J2 eo 999 Be Bo m 62 99 are m gt J14 go mnnnmmm mmm immmmmmm muni Connector location on top layer AMDY 7002 User s Manual 2 2 Hardware Configuration e 22 0
24. etting Generate system reset Auxiliary I O Interface System reset switch external speaker and HDD active LED etc High Driving GPIO Support 8 programmable high driving GPIO Cooling Fan System FAN controlled by A55E System Monitoring Feature Monitor CPU temperature system temperature and major power sources etc Outline Dimension 170 mm L x 170 W mm AMDY 7002 User s Manual 1 3 System Overview Power Requirement ATX 20Pin Connector ATX 4Pin Connector for 12V input Testing Configuration CPU Type AMD G series T56N Processor 1 6GHz L2 1024K SBC BIOS R 1 00 W4 01 11 2011 Memory Transcend DDR3 1066 2GB 1 SEC K4B1G0846F Card Onboard AMD Radeon HD 6250 Graphics VGA Driver AMD Embedded GPU and Chipset Vista Win7 Driver version 8 88 LAN Card Onboard Realtek RTL8111DL PCle GBE Family Controller LAN Driver Realtek RTL8111DL Ethernet Controller Driver Ver 5 754 0308 2010 Audio Card Onboard Realtek ALC886 High Definition Audio Audio Driver Realtek ALC 886 High Definition Audio System Software Ver R2 49 CHIP Driver N A SATA HDD Seagate ST3500411SV 500GB SATA CDROM LITE ON LH 20A1S DVD ROM Power Supply FSP350 60GLC Operating Temperature 0 60 C Storage Temperature 20 80 C Operating Humidity Operation Humidity 5 95 non condensing AMDY 7002 User s Manual 1 4 System Overview System Overview AMDY
25. hermal Control ThermalTrip Enable ThermalTrip Enable ThermalTrip Enable TC Enable In Auto mode check F3x1F0 19 SerialNumRdDis if SerialNumRdDis is set to 1 HTC use AGESA setting Otherwise check serial number in register F3x1F4 and F3x1F8 If there is no Serial Number D18F3x1F4 amp D18F3x1F4 disable HTC Otherwise CBS does nothing use AGESA setting TC Override TC Override AMDY 7002 User s Manual 4 11 BIOS Setup Information CPU Control CPU Control CPU Contro gt General Processor Control General Processor Control General Processor Control Target P State Target P State Auto Highest State 0 State 7 AMDY 7002 User s Manual 4 12 BIOS Setup Information CIMX SouthBridge CIMX SouthBridge SB GPP OPTION SB GPP OPTION Enable Disable Azalia Device Azalia Device Audio OPTION Azalia OPTION USB Devices USB Devices USB Port 0 4 Select disable or enable USB1 HCs Bus 0 Dev 18 Fn 0 2 USB Port 5 9 Select disable or enable USB2 HCs Bus 0 Dev 19 Fn 0 2 USB Port 10 13 Select disable or enable USB3 HCs Bus 0 Dev 22 Fn 0 2 AMDY 7002 User s Manual 4 13 BIOS Setup Information SATA Device SATA Device SATA Controller SATA Mode ONCHIP_IDE OPTION SATAO Device Speed SATAO Speed SATA1 Device Speed 1 Speed SATA2 Device Speed 2 Speed SATA3 Device Speed SATA3 Speed SATA Controller SATA Controller SATA Mo
26. ith AMDY 7002 it is recommended when going with the boot up sequence to hit F2 key and enter the BIOS setup menu to tune up a stable BIOS configuration so that you can wake up your system far well Loading the default optimal setting When prompted with the main setup menu please scroll down to Load Optimal Defaults press Enter and Y to load in default optimal BIOS setup This will force your BIOS setting back to the initial factory configuration It is recommended to do this so you can be sure the system is running with the 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 AMDY 7002 User s Manual 5 3 Appendix B Improper disable operation There are too many occasions where users disable a certain device feature in one application through BIOS setting These variables may not be set back to the original values when needed These devices features will certainly fail to be detected When the above conditions happen it is strongly recommended to check the BIOS settings Make sure certain items are set as they should be These include the COM1 COM2 ports USB ports external cache on board VGA and Ethernet It is also very common that users would like to disable a certain device port to release IRQ resource A few good examples are Disable COM1 serial port to release IRQ 4 Disab
27. le serial port to release IRQ 3 Interrupt Request Lines IRQ Peripheral devices can use interrupt request lines to notify CPU for the service required The following table shows the IRQ used by the devices on board Interrupt Request Lines IRQ IRQ Current Use Default Use IRQO System ROM System Timer IRQ 1 System ROM Keyboard Event IRQ 2 Unassigned Usable IRQ IRQ 3 System ROM COM2 IRQ 4 System ROM COMI IRQ5 Unassigned 1 Usable IRQ IRQ 6 System ROM Diskette Event IRQ Z Unused Usable IRQ IRQ 8 System ROM Real Time Clock IRQ 9 Unassigned Usable IRQ IRQ 10 Unassigned Usable IRQ IRQ 11 Unassigned Usable IRQ IRQ 12 System ROM IBM Mouse Event IRQ 13 System ROM Coprocessor Error IRQ 14 System ROM Hard Disk Event IRQ 15 Unassigned 1 Usable IRQ It is then very easy to find out which IRQ resource is ready for additional peripherals If IRQ resource is not enough please disable some devices listed above to release further IRQ numbers AMDY 7002 User s Manual 5 4 Appendix B 5 3 FAQ Information amp Support Question I forget my password of system BIOS what am I supposed to do Answer You can simply short 2 3 pins on JP4 to clean your password Note Please visit our technical web site at http www portwell com tw For additional technical information which is not covered in this manual you can mail to tsd mail portwell com tw or you can also send mail to our sa
28. les they wull be very delighted to forward them to us AMDY 7002 User s Manual 5 5
29. nel 0101 1111 Reserved Note SW1 0001 panels has not been validate yet 5 Note 1 LVDS1 is an optional function AMDY 7002 User s Manual 2 5 Hardware Configuration Connector function description Reference Function description DVI D connector J2 COMI lower COM2 upper connector Ja Audio connector MIC pink line out lime line in light blue J4 PS2 connector USB port 0 1 connector J5 LAN2 USB port 2 USB port 3 connector J6 LANI USB port 4 USB port 5 connector J7 LVDSO connector Je LVDS1 connector Note 1 J9 LVDSO back light adjustment connector J10 LVDSO back light inverter module connector J11 LVDS1 back light adjustment connector J12 LVDS1 back light inverter module connector J13 DDR3 SO DIMM J14 Standard PCI slot J15 CPU fan connector Mini PCI Express connector 117 ATX power connector J18 SATA 0 J19 SATA 1 J20 SATA 2 21 3 122 COM7 J23 COMS J24 System fan connector J25 COM5 J26 COM6 27 SATA5 J28 PC Speaker connector J29 SATA device power for J27 J30 USB port 10 J31 COM3 J32 J33 USB port 6 7 J34 USB port 12 13 735 USB port 8 9 J36 Front panel connector J37 PCI E slot J38 CFAST socket J39 CF socket J40 GPIO Header JA VGA Connector AMDY 7002 User s Manual 2 6 Hardware Configuration Pin Assig
30. nments of Connectors J1 VGA Connector DESCRIPTION PINNO DESCRIPTION PIN NO DESCRIPTION DVI D2 9 DVI D1 17 DVI D0 DVI D2 10 DVI D1 18 DVI D0 GND 11 GND 19 GND NC 12 NC 20 NC NC 13 NC 21 NC DVIDDC CLK 14 5V 350mA 22 DVI DDC 15 GND 23 DATA NC 16 Hot plug 24 Signal Description 1 6 8 39 A 5 1 1151 Note Upper connector is COM2 lower connector is COM1 Audio Connector PIN No 1 Blue Line In 2 Lime 3 Pink 14 PS2 dual USB port Connector 4 USBGND 2 Power AMDY 7002 User s Manual Hardware Configuration 15 16 USB port 1 2 3 4 and LAN2 RJ 45 Connector USB PIN No Signal Description 1 USB Power 5V N USB DATA USB DATA USB GND RJ 45 PIN No Signal Description MDIA MDIA MDIB MDIC MDIC MDIB MDID Note For J5 upper USB port is port 3 lower port is port 4 For J6 upper USB port is port 1 and lower USB port is port 2 MDID 77 LVDS LVDSO and J8 LVDS1 Connector DESCRIPTION DESCRIPTION 1 Bi 1 Kul Panel VDD Panel VDD CHA TX0 CHA TX0 CHA TX1 CHA TX1 CHA TX2 CHA TX2 CHA TX3 CHA TX3 CHA CLK CHA CLK DDC DATA DDC CLK GND GND CHB C
31. or J25 pin 8 function selector 1 2 5V power 3 4 12V 5 6 Ring in default JP11 COM6 connector J26 pin 8 function selector 1 2 5V power 3 4 12V 5 6 Ring in default JP12 connector J31 pin 8 function selector 1 2 5V power 3 4 12V 5 6 Ring in default AMDY 7002 User s Manual 2 4 Hardware Configuration JP13 connector J32 pin 8 function selector 1 2 5V power 3 4 12V 5 6 Ring in default SW1 LVDS0 J7 panel type selector 0 Switch ON 1 Switch e 8 OFF ms sena se __ _ SW1 3 0 name Resolution 0000 AUO G150XG01 channel 5 0001 Reserved Default Setting 0011 0010 G1215N01 channel ER Nie 0011 defaul 1280x1024x24bit C Grec bo 0100 M240HWOl channel EN 12 mm 0101 1111 Reserved Note SW1 0001 panels has not been validate yet 5 SW2 LVDS1 J8 panel type selector 0 Switch ON 1 Switch 8 OFF SW1 3 0 name Resolution EIU J 0000 AUO G150XG01 Single channel 5 DOO Reserved 0000 800x600x24bit Default Setting 0011 0010 G121SNO1 single channel 0011 defaul 1280x1024x24bit e 8 G170EGO1 dual channel m E 1920x 1080x24bit 0100 IM240HWO01 dual chan
32. res at 18W TDP Thermal Design Power That makes the system more powerful and reliable with smaller and quieter cooling fan AMD HD6320 the discrete GPU of T56N FT1 processor is a leading Embedded Integrated Graphics Processors supports DirectX 11 OpenGL 4 0 and OpenCL 1 1 Wide multi media capability with H W decode of H 264 VC 1 MPEG2 WMV DivX and Adobe Flash delivers greater performance per watt of previous AMD platform The graphic memory is shared from system memory UMA Offering a stable and reliable embedded computing platform to users who needs smooth HD amp 3D visual effects experiences The AMD Fusion controlling hub A55E not only has rich I O support of USB amp COM but also adds new features such as SATA 3 0 RAID 0 1 5 10 Generation 2 PCI Express PCI local bus Gigabit Ethernet MAC and HD audio All these features make AMDY 7002 a value oriented solution for applications requiring a balance of CPU amp multi media performance To meet expansion cards requirement the AMDY 7002 series was designed one PCI Express x1 slot and one PCI slot By these two slots AMDY 7002 can support PCI Express x1 or PCI add on cards such as ATI graphic card to meet multi display function There is also a Mini PCI Express half sized socket on board to support special function such as SSD card or wireless module AMDY 7002 series features Support AMD Fusion G series T56N FT1 processors in BGA package Deliver up to AGB maximum DD
33. ries T56N FT1 processor BIOS Phoenix system BIOS with SPI Serial CMOS EEPROM Main Memory Support dual channel DDR3 memory interface Non ECC only One SO DIMM sockets support 1333 1066 DDR3 SDRAM up to 4GB system memory 12 Cache Memory Built in processor AMDY 7002 User s Manual 1 2 System Overview Chipset AMD A55E FCH Display AMD HD 6320 discrete GPU from G series T56N processor 500MHz Core Freq Up to 2 display choose form VGA DVI or LVDS interfaces depends on model type Extension PCI Express x1 slot PCI slot Half Sized PCIE Mini Card 1 Storage SATA ports 5 onboard Compact Flash Socket 1 CFAST Socket 1 Ethernet Realtek RTL8111DL 2 Support Boot from LAN PXE Support Wake on LAN Serial Port Support 8 UART in total COM1 2 support RS232 only COM3 4 5 6 support RS232 422 485 with jumper selection and power COM7 8 support RS232 with power e USB Interface Support 14 USB ports in total 6 USB on rear panel connectors 6 USB on board Pin Header 2 54mm Pitch 1 is for internal vertical USB connector 1 is for internal half size PCIE mini card Auxiliary I O Interface System reset switch external speaker and HDD active LED etc Real Time Clock Support Y2K Real Time Clock Calendar with battery back for 7 years data retention Watchdog Timer Support WDT function through software programming for enable disable and interval s
34. rmation View Error Manager Log Clear Error Manager Log Clear Error Manager Log Clear Error Manager Log i Uieu Error Manager Log Clear Error Manager Log AMDY 7002 User s Manual 4 5 BIOS Setup Information 4 3 Advanced Use this menu to set up the items of special enhanced features Select Language Select Language AMD Others Security Boot setup Warning Setting items on this screen to incorrect valu Boot Configuration Set Boot Configuration Advanced Boot Cont iguration Quick Boot Mode Diagnostic Splash Screen Diagnostic Summary Screen UEFI Boot cy boot 4 Priority BIOS Level USB USB Legacy Support AMDY 7002 User s Manual 4 6 BIOS Setup Information Quick Boot Enable Disable quick boot VESA Mode Enable Disable VESA mode Diagnostic Splash Screen If you select Enabled the diagnostic splash screen always displays during boot If you select Disabled the diagnostic splash screen does not display unless you press HOTKEY during boot Diagnostic Summary Screen Display the Diagnostic summary screen during boot UEEFI Boot Enable the UEFI boot Legacy Boot Enable the Legacy boot Boot Priority Select priority of boot option between UEFI and Legacy BIOS Level USB Enable Disable all BIOS support for USB in order to reduce boot time USB Legacy Support Enable Disable USB BIOS SMM support for mouse keyboard mass storage etc in
35. s you to load the BIOS default values or factory default settings into the BIOS and exit the BIOS setup utility with or without changes Main Advanced AMD Others Security Boot Exit Saving Changes Exit Discarding Changes Load Setup Delaults Load Uptimized Defaults Discard Changes Save Changes AMDY 7002 User s Manual 4 21 BIOS Setup Information Exit Saving Changes Equal to F10 same all changes of all menus then exit setup configure driver Finally resets the system automatically Exit Discarding Changes Equal to ESC never save changes then exit setup configure driver Load Setup Defaults Equal to F9 Load standard default values Load Optimal Defaults Load settings for optimized boot time and system performance Discard Changes Load the original value of this boot time Not the default Setup value Save Changes Save all changes of all menus but do not reset system AMDY 7002 User s Manual 4 22 Appendix B Chapter 5 Troubleshooting This chapter provides a few useful tips to quickly get AMDY 7002 running with success As basic hardware installation has been addressed in Chapter 2 this chapter will primarily focus on system integration issues in terms of BIOS setting and OS diagnostics 5 1 Hardware Quick Installation ATX Power Setting AMDY 7002 supports ATX only Therefore there is no other setting that really needs to be set up However there are only a connector that must be connected J17 20
36. up program provides a General Help screen You can call up this screen from any menu by simply pressing lt F1 gt The Help screen lists the appropriate keys to use and the possible selections for the highlighted item Press lt Esc gt to exit the Help screen AMDY 7002 User s Manual 4 1 BIOS Setup Information 4 2 Main Menu Use this menu for basic system configurations such as time date etc Systen Date System Date The date format is lt Day gt lt Month gt lt Date gt lt Year gt Use or to configure system Date System Time The time format is lt Hour gt lt Minute gt lt Second gt Use or to configure system Time AMDY 7002 User s Manual 4 2 BIOS Setup Information System information Display system information E Hain BLUS Vers ior Build lime ory Speed 12 Cache RAM Total Memory Memory Channel Slot Boot Feature Select Boot features fidvanced AND Others Security Boot Exit system Information gt Boot Features gt Error Manager AMDY 7002 User s Manual BIOS Setup Information NumLock Select Power on state for NumLock NumLock Error Manager Display Error Manager Log information Main Advanced AMD Others Security Boot Exit Jysten Date Systen Time gt Systen Information boot Features gt Error Manager AMDY 7002 User s Manual 4 4 BIOS Setup Information View Error Manager Log Display Error Manager Log info
37. ws XP Windows 7 3 3 3 Realtek Gigabit Ethernet Controller Drivers Support Two Gigabit Ethernet controllers are supported on AMDY 7002 Series Both Ethernet need to be PCIEx1 interface and support above functionality PXE Boot from LAN can be disabled by BIOS individually e WOL Wake on LAN can be disabled by BIOS individually Support 10 100 1000 access e Link Access LED Green Speed LED Black 10 Green 100 Orange 1000 If LAN cable not installed all LED need to be turn off AMDY 7002 User s Manual 3 2 System Installation Please find Realtek RTL8111DL LAN driver in Ethernet directory of AMDY 7002 CD title The drivers support Windows XP 7 LED Indicator for LAN status AMDY 7002 provides two LED indicators to report Realtek RTL8111DL Gigabit Ethernet interface status Please refer to the table below as a quick reference guide f Eth 8111C Color Name of LED 3 3 4 Audio Controller Please find Realtek ALC886 Audio driver form AMDY 7002 CD title The drivers support Windows XP 7 3 4 Clear CMOS Operation The following table indicates how to enable disable Clear CMOS Function hardware circuit by putting jumpers at proper position B AMDY 7002 User s Manual 3 3 System Installation 3 5 WDT Function The working algorithm of the WDT function can be simply described as a counting process The Time Out Interval can be set through software programming The availability of

Download Pdf Manuals

image

Related Search

Related Contents

  White-Westinghouse Washer Washer User Manual  MTC E 310 - 2000 Viscosidad cinemática de asfaltos.  取付説明書 取扱説明書  一括ダウンロード PDF 5.28MB  Philips Spot light 52170/17/86  Preview  

Copyright © All rights reserved.
Failed to retrieve file