Acrosser Technology AR-N8601FL Скачать руководство пользователя страница 19

 

 

 

Revision: 1.0 

 

19

  outportb(IO_PO1,0x00); 

    // Read W83697HF GPIO14~17 Status, if not Low error. 

  data=inportb(IO_PO1)&0xF0; 

  if(data!=0x00) 

          result=1; 

 

    // Set W83697HF GPIO10~13 to input, GPIO14~GPIO17 to Output 

  outportb(IO_PORT_BASE,0xF0); 

  outportb(IO_PO1,0x0F); 

 

    // Set W83697HF GPIO14~17 to High 

  outportb(IO_PORT_BASE,0xF1); 

  outportb(IO_PO1,0xF0); 

    // Read W83697HF GPIO10~13 Status, if not High error. 

  data=inportb(IO_PO1)&0x0F; 

  if(data!=0x0F) 

          result=1; 

 

    // Set W83697HF GPIO14~17 to Low 

  outportb(IO_PORT_BASE,0xF1); 

  outportb(IO_PO1,0x00); 

    // Read W83697HF GPIO14~17 Status, if not Low error. 

  data=inportb(IO_PO1)&0x0F; 

  if(data!=0x00) 

          result=1; 

 

    // Exit W83697HF Config 

  outportb(IO_PORT_BASE,0xAA); 

 

 

 

  if(result) 

    Show_Fail(); 

  else 

    Show_Pass(); 

  return result; 

 

 

 

 

Содержание AR-N8601FL

Страница 1: ...Revision 1 0 1 Revision Description Date 1 0 Release 2010 01 11 AR N8601FL System Guide ...

Страница 2: ...8 AR B8601 Board Guide 1 Introduction 11 1 1 Package Contents 11 1 2 Block Diagram 12 2 H W Information 13 2 1 Locations Top side 13 2 2 Connectors and Jumpers Location 14 2 3 Jumpers and Connectors Pin define 15 3 WATCHDOG GPIO PROGRAMMING 17 4 BIOS Setting 24 4 1 Main Setup 25 4 2 Advanced Chipset Setup 27 4 3 Power Setup 29 4 4 PnP PCI Setup 30 4 5 Peripherals Setup 32 4 6 PC Health Setup 34 ...

Страница 3: ...Revision 1 0 3 4 7 Boot Setup 35 4 8 Exit Setup 36 ...

Страница 4: ...n trend With Fanless design the AR N8601FL can keep longer lifetime This is an important feature for 24 hours networking device By three 10 100 RJ 45 LAN s the AR N8601FL is sufficient for the small business security hardware solution Key features VIA EDEN ULV 500 CPU VIA CN700 8237R plus Chipsets DDRII memory support 533MHz 3 x 10 100LAN RTL8100C CF socket 1x SATA SATA power and 2 x USB Console V...

Страница 5: ...Revision 1 0 5 1 2 Packing List Description Quantity AR N8601FL 1 Console cable 1 VGA cable 1 Software driver CD 1 Quick user s manual 1 Power adaptor 1 Power cord 1 1 3 System Dissection 1 Dimensions ...

Страница 6: ...Revision 1 0 6 2 Front Panel Back Panel Led Power HDD LAN1 3 COM PORT POWER JACK LAN led Link ACT USB 2 ...

Страница 7: ...Revision 1 0 7 3 System Configuration Item Description Quantity 1 TOP COVER 1 2 BOTTOM BASE 1 3 CF SOCKET 1 4 RAM SOCKET 1 5 FOOT PAD 4 1 3 5 2 4 ...

Страница 8: ...Installing the CF card Follow this guide to install CF card step by step 1 Unfasten four screws of chassis top cover and open it a Unscrew left side screws of chassis top cover b Unscrew right side screws of chassis top cover Unscrew Unscrew Unscrew Unscrew ...

Страница 9: ...Revision 1 0 9 c Open chassis top cover 2 Insert CF card into the CF socket ...

Страница 10: ...Revision 1 0 10 3 Finally follow step1 to assemble the top cover and fasten it with four screws ...

Страница 11: ... small office Base on VIA CN700 with ULV Eden 500MHz CPU the AR N8601 general very low heat We also put a quiet Fan to keep the low noise which will not cause uncomfortable voice By three 10 100 Lans the AR N8601 is sufficient for the small business security hardware solution 1 1 Package Contents Check if the following items are included in the package Quick Manual AR B8601 1 x Software Utility CD...

Страница 12: ...Revision 1 0 12 1 2 Block Diagram ...

Страница 13: ...r describes the installation of AR B8601 First it shows the function diagram and the layout of AR B8601 It then describes the unpacking information as well as the jumpers and connectors setting for the AR B8601 configuration 2 1 Locations Top side ...

Страница 14: ...RJ 45 LAN1 LED2 LED3 LED4 LAN LED Ethernet RJ 45 LAN2 USB Connector1 Ethernet RJ 45 LAN3 USB Connector2 VGA Connector DDR2 Memory Slot Serial Port PCI Slot 3 3 Volt Power Jack 12V Input JP1 CMOS Jumper Panel Connector SATA Power Connector GPIO Connector SATA Connector Compact Flash Connector FAN Connector ...

Страница 15: ...4 USB3 5 USB2 6 USB3 7 GND 8 GND 9 GND 10 GND 4 USB Connector2 5 DDR2 Memory Slot 6 PCI Slot 3 3 Volt PIN SIGNAL PIN SIGNAL 1 5V 2 5V 3 USB0 4 USB1 5 USB0 6 USB1 7 GND 8 GND 9 GND 10 GND SODIMM Memory Slot PCI Slot 3 3 Volt 7 JP1 CMOS Jumper 8 SATA Power Connector 9 SATA Connector JP1 Description 1 2 NORMAL default 2 3 RESET COMS SET SIGNAL 1 12V 2 GND 3 3 3V 4 5V PIN SIGNAL PIN SIGNAL 1 GND 2 TX ...

Страница 16: ... SDATA 15 Serial Port 16 Power Jack 12V Input 17 Panel Connector PIN Description 1 DATA CARRIER DETECT DCD 2 RECEIVE DATA RXD 3 TRANSMIT DATA TXD 4 DATA TERMINAL READY DTR 5 GROUND 6 DATA SET READY DSR 7 REQUEST TO SENTD RTS 8 CLEAR TO SEND CTS 9 RING INDICATOR RI Power Jack 12V Input SET SIGNAL 1 2 POWER LED 3 4 RSET 5 6 POWER BUTTOM 7 8 OPEN ATX MODE CLOSE AT MODE default 18 GPIO Connector 19 Co...

Страница 17: ...Author Willy include conio h include stdio h void Show_Help void Show_Fail void Show_Pass Main procedure int main int argc unsigned char IO_PORT_BASE 0x2E DATA_PORT IO_PORT_BASE 1 unsigned char data int result 0 if argc 1 Show_Help return 1 clrscr textcolor WHITE gotoxy 1 1 cprintf gotoxy 1 2 cprintf W83697HF GPIO Test Utility v1 0 Acrosser Technology Co Ltd gotoxy 1 3 cprintf gotoxy 1 4 cprintf ...

Страница 18: ...portb IO_PORT_BASE 1 0x80 Select GPIO Port device outportb IO_PORT_BASE 0x07 outportb IO_PORT_BASE 1 0x07 Set GPIO Port Active outportb IO_PORT_BASE 0x30 outportb IO_PORT_BASE 1 0x01 Set W83697HF GPIO10 13 to Output GPIO14 GPIO17 to Input outportb IO_PORT_BASE 0xF0 outportb IO_PORT_BASE 1 0xF0 Set W83697HF GPIO10 13 to High outportb IO_PORT_BASE 0xF1 outportb IO_PORT_BASE 1 0x0F Read W83697HF GPIO...

Страница 19: ...697HF GPIO14 17 to High outportb IO_PORT_BASE 0xF1 outportb IO_PORT_BASE 1 0xF0 Read W83697HF GPIO10 13 Status if not High error data inportb IO_PORT_BASE 1 0x0F if data 0x0F result 1 Set W83697HF GPIO14 17 to Low outportb IO_PORT_BASE 0xF1 outportb IO_PORT_BASE 1 0x00 Read W83697HF GPIO14 17 Status if not Low error data inportb IO_PORT_BASE 1 0x0F if data 0x00 result 1 Exit W83697HF Config outpor...

Страница 20: ...lp Input Change Return Description Show Title string void Show_Help clrscr printf GPIO Test utility for W83697HF n n printf VCC GND n pr intf GPIO0 迋迋迋 GPIO4 n printf GPIO1 迋迋迋 GPIO5 n printf GPIO2 迋迋迋 GPIO6 n printf GPIO3 迋迋迋 GPIO7 n ...

Страница 21: ...har BYTE typedef unsigned short int WORD typedef unsigned long int DWORD Normal procedure void Show_Title clrscr printf WatchDog Test for W83697HF n printf 1 WDT EXE 10 s 10 seconds to reset n printf 2 WDT EXE 20 m 20 minutes to reset n Main procedure int main int argc char argv char Time_Format BYTE IO_Port_Address 0x2E BYTE Time 10 Default is 10 BYTE Format 0x01 Default is 0x01 Seconds ...

Страница 22: ...Select Multi Function pin Bit 5 6 01 Watchdog Function outportb IO_Port_Address 0x07 Point to Logical Device Number Reg outportb IO_Port_Address 1 0x08 Select logical device 8 Watchdog Function outportb IO_Port_Address 0x30 Device Active register outportb IO_Port_Address 1 0x01 outportb IO_Port_Address 0xF3 Select Watchdog count mode seconds or minutes outportb IO_Port_Address 1 Format Default is ...

Страница 23: ...Revision 1 0 23 gotoxy 20 10 if Time_Format m Time_Format M cprintf After d Minutes will reset the system Time if Time_Format s Time_Format S cprintf After d Second will reset the system Time return 0 ...

Страница 24: ...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 Main Setup Advanced Chipset Setup Power Setup PnP PCI Setup Peripherals Setup PC Health Setup Boot Setup Exit Setup ...

Страница 25: ...ss the F1 key and the relevant information will be displayed Option Choice Description Date Setup N A Set the system date Note that the Day automatically changes when you set the date Time Setup N A Set the system time IDE Channel 0 Master Slave N A The onboard PCI IDE connectors provide 1 channel for connecting up to 2 IDE hard disks or other devices The first is Master and the second is Slave th...

Страница 26: ...Revision 1 0 26 All but keyboard you ...

Страница 27: ...elect Enabled to show the full screen logo if you have an add in BIOS APIC Mode Enabled Disabled Select Enable or Disable the APIC Mode USB Keyboard Support Enabled Disabled Select Enabled if your system contains a Universal Serial Bus USB controller and you have a USB keyboard INIT Display First Enabled Disabled Initialize the onboard video display before initializing any other display device on ...

Страница 28: ...ed for user who want to remote control the system via serial port Baud Rate 9600 19200 38400 57600 115200 The baud rate of remote control machine should the same as the system for communication Agent after boot Enabled Disabled Keep Agent running after OS boot ...

Страница 29: ...Revision 1 0 29 4 3 Power Setup Option Choice Description ACPI Function Enabled ACPI System Support ...

Страница 30: ...u have installed a new add on and the system reconfiguration has caused such a serious conflict that the operating system can not boot Resources Controlled By Auto ESCD Manual The Award Plug and Play BIOS has the capacity to automatically configure all of the boot and Plug and Play compatible devices However this capability means absolutely nothing unless you are using a Plug and Play operating sy...

Страница 31: ... you may choose specific resources by entering each of the submenus IRQ Resources N A When resources are controlled manually assign a type to each system interrupt depending on the type of the device that uses the interrupt ...

Страница 32: ...rial Port 3 3E8 IRQ11 Serial Port 4 2E8 IRQ10 Serial Port 5 2A8 IRQ7 Serial Port 6 288 IRQ5 Select an address and the corresponding interrupt for each serial port USB Controller Enabled Disabled Select Enabled if your system contains a Universal Serial Bus USB controller and you have USB peripherals USB 2 0 Controller Enabled Disabled Select Enabled if your system contains a Universal Serial Bus U...

Страница 33: ...Revision 1 0 33 On Chip IDE DEVICE Enabled Disabled The integrated peripheral controller contains an IDE interface with support for two IDE channels Select Enabled to activate each channel separately ...

Страница 34: ...Revision 1 0 34 4 6 PC Health Setup This section shows the parameters for determining the PC Health Status These parameters include temperatures fan speeds and voltages ...

Страница 35: ...ard Disk CDROM USB FDD USB CDROM LAN Disabled The BIOS attempts to load the operating system from the devices in the selected sequence LAN Boot Select Enabled Disabled These fields allow the system to search for an OS from LAN Hard Disk Boot Priority N A These fields set the Boot Priority for each Hard Disk ...

Страница 36: ...ter you turn your system off The next time you boot your computer the BIOS configures your system according to the setup selections stored in CMOS After saving the values the system will restart Load Optimized Defaults When you press Enter on this item you will see a confirmation dialog box with a message like this Load Optimized Defaults Y N N Press Y to load the default values that are factory s...

Страница 37: ...y to enter Setup This prevents unauthorized persons from changing any part of your system configuration Type the password up to eight characters in length and press Enter The password typed now will clear any previous password from the CMOS memory You will be asked to confirm the password Type the password again and press Enter You may also press Esc to abort the selection and not enter a password...

Отзывы: