Revision: 1.0 1 Introduction to AR-ES6050FLD AR-ES6050FLD is a fan-less embedded system that could be used by DIN mount for factory uses, VESA mount for medical/multimedia display and wall mount for automatic control. It is designed with Intel Atom N450 and supports up to 2GB of DDR2 memory.
Revision: 1.0 1.3 System Dissection Dimensions (2) Front Panel ANTENNA HOLE AUDIO LAN 1~2 USB 1~4 Power switch (3)System Configuration CF BKT Power LED TERMINAL BLOCK...
Revision: 1.0 2 Procedures of Assembly/Disassembly 2.1 Installing the CF card 1. Unfasten two screws of CF bracket and then take out the CF card bracket. Figure 1 2. Put the CF card into CF bracket (figure 2). Please note that the direction of CF card and CF bracket (figure 3). Figure 2 figure 3...
Page 8
Revision: 1.0 3. Push CF card to the bottom of bracket to stop the forwarding at the bend of bracket. Figure 4 4. Push them into the CF slot of system machine and then fasten the two original screws to fix CF bracket.
Revision: 1.0 2.2 Installing the Mini PCI-e interface card 1. Unfasten the six screws to take out the heat sink cover. Figure 6 2. Maybe you need to force open the heat sink cover. Figure 7...
Page 10
Revision: 1.0 3. Align the notch key on the Mini PCI-e card with rib on the slot. Figure 8 4. Push Mini PCI-e card horizontally Figure 9...
Page 11
Revision: 1.0 5. Using two M2 screws to fasten Mini PCI-e card. Figure 10 6. Close the heat sink cover using the original screws to fasten heat sink cover and base. (Please refer to figure 6)
Revision: 1.0 2.3 Installing the DDR2 SO-DIMM procedures 1. Unfasten the screw of the DDR cover and open the cover. Figure 11 2. Align the notch key on DDR2 SO-DIMM with rib on the DDR2 socket. Figure 12...
Page 13
Revision: 1.0 3. Push DDR2 SO-DIMM horizontally and make sure it is locked by hooks of two sides of DDR2 socket. Figure 13 4. Recover the DDR cover and fasten it with the screw.
2.4 Assemble/Disassemble the DIN mounting bracket. 1. Hook the spring of the DIN mounting bracket onto the upper of DIN rail. Figure 14 2. Press down the AR-ES6050FLD system machine and push it forward lightly. STEP 1 STEP 2 Figure 15...
Page 15
Revision: 1.0 3. Make sure they are locked together. Figure 16 4. Disassemble the DIN mounting bracket of AR-ES6050FLD system. Press down the AR-ES6050FLD system machine and pull it back lightly. STEP 1 STEP 2 Figure17...
Page 19
Revision: 1.0 AR-B6050 Board Specifications Intel Atom N450 1.66GHz Intel Graphics Media Accelerator 950 1 x SO-DIMM supports DDRII up to 2GB(Memory DDR2 data transfer rates of 667 MT/s) 1 x VGA 4 x USB2.0 ...
Revision: 1.0 4.2 AR-B6050 H/W Information This section describes the installation of AR-B6050. At first, it shows the Function diagram and the layout of AR-B6050. It then describes the unpacking information which you should read carefully, as well as the jumper/switch settings for the AR-B6050 configuration.
Revision: 1.0 4.4 BIOS Setting The BIOS Setup Utility is a hardware configuration program built into your computer’s BIOS. To activate the BIOS Utility, press F2 during POST (when “Press <F2> to enter Setup” message is prompted on the bottom of screen). Press <F12> during POST to enter multi-boot menu.
Page 27
Revision: 1.0 4.4.1 Main Setup Once you enter the InsydeH2O BIOS™ Setup Utility, the Main Menu will appear on the screen. Use the arrow keys to highlight the item and then use the <F5> <F6> keys to select the desired value in each item. Note: The control keys are listed at the bottom of the menu.
Page 28
Revision: 1.0 This field displays the cache ram of the Cache RAM CPU. Displays the total memory available. Total Memory This field displays the memory of the SODIMM 0 SODIMM0. Displays system BIOS version. BIOS Revision...
Page 29
Revision: 1.0 4.4.2 Advanced Chipset Setup Note: The control keys are listed at the bottom of the menu. If you need any help with the item fields, you can press the <F1> key, and the relevant information will be displayed. Item Option Description...
Page 30
Revision: 1.0 4.4.3 Security Setup Note: The control keys are listed at the bottom of the menu. If you need any help with the item fields, you can press the <F1> key, and the relevant information will be displayed. Item Option Description Not Installed...
Page 31
Revision: 1.0 Setting a Password Follow these steps as you set the user or the supervisor password: 1. Use the ↑ and ↓ keys to highlight the Set Supervisor Password parameter and press the Enter key. The Set Supervisor Password box appears: 2.
Page 32
Revision: 1.0 4.4.4 Power Setup Note: The control keys are listed at the bottom of the menu. If you need any help with the item fields, you can press the <F1> key, and the relevant information will be displayed. Item Option Description Enabled...
Page 33
Revision: 1.0 4.4.5 Boot Setup Note: The control keys are listed at the bottom of the menu. If you need any help with the item fields, you can press the <F1> key, and the relevant information will be displayed. Item Option Description Select Boot Devices to select specific...
Page 34
Revision: 1.0 4.4.6 Exit Setup Note: The control keys are listed at the bottom of the menu. If you need any help with the item fields, you can press the <F1> key, and the relevant information will be displayed. Item Option Description Exit Saving...
Revision: 1.0 4.5 WATCHDOG, GPIO, AND BYPASS PROGRAMMING 4.5.1 Watchdog Programming This section describes the usage of WATCHDOG. AR-B6050 integrated the WATCHDOG that enable user to reset the system after a time-out event. User can use a program to enable the WATCHDOG and program the timer in range of 1~255 second(s)/minute(s).
Page 36
Revision: 1.0 The WATCHDOG sample code of C language as below: //==================================================================== ======= // Rev Date Name Description //==================================================================== ======= // 1.0 12/16/2009 Willy W83627EHF WatchDog timer test //==================================================================== ======= //==================================================================== ======= // Language include files //==================================================================== ======= #include <conio.h> #include <stdlib.h>...
Page 37
Revision: 1.0 outportb(IO_Port_Address,0x2D); // Point to Global Reg. // Select Multi-Function pin, (Bit0=0 Watchdog Function) outportb(IO_Port_Address+1,(inportb(IO_Port_Address+1)&0xFE)); 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,0xF5); // Select Watchdog count mode seconds or minutes outportb(IO_Port_Address+1,0x02);...
Page 38
Revision: 1.0 printf("( For 10 seconds to reset. )\n"); //==================================================================== =======...
Page 39
Revision: 1.0 4.5.2 GPIO Programming This section describes the usage of GPIOs. AR-B6050 integrated eight bits, 5V TTL level, bidirectional, and software programmable GPIOs for user’s application. They are all capable of 5 mA source current for output and 8 mA sink current for input individually. The electrical characteristics of GPIOs as following table: PIN SIGNAL PIN SIGNAL GPO0...
Page 41
Revision: 1.0 outportb(IO_PORT_BASE+1,(inportb(IO_PORT_BASE+1) | 0x01)); // 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 GPIO I/O Register to 00h outportb(IO_PORT_BASE,0xF3); outportb(IO_PORT_BASE+1,0x00); // Set W83627EHF GPIO10~13 to Output, GPIO14~GPIO17 to Input outportb(IO_PORT_BASE,0xF0); outportb(IO_PORT_BASE+1,0xF0); // Set W83627EHF GPIO10~13 to High outportb(IO_PORT_BASE,0xF1);...
Page 42
Revision: 1.0 // Exit W83627EHF Config outportb(IO_PORT_BASE,0xAA); if(result) Show_Fail(); else Show_Pass(); return result; //==================================================================== ======= // Function : Show_Help() // Input : - // Change // Return : - // Description : Show Title string. //==================================================================== ======= void Show_Help() clrscr(); printf("GPIO Test utility for W83627EHF\n\n");...
Need help?
Do you have a question about the AR-ES6050FLD and is the answer not in the manual?
Questions and answers