ACP-IMX6POS Freescale i.MX6 Cortex-A9 Dual Lite/ Quad 1GHz User’s manual 3rd Ed – 11 March 2015 Part No.
ACP-IMX6POS User’s Manual FCC Statement THIS DEVICE COMPLIES WITH PART 15 FCC RULES. OPERATION IS SUBJECT TO THE FOLLOWING TWO CONDITIONS: (1) THIS DEVICE MAY NOT CAUSE HARMFUL INTERFERENCE. (2) THIS DEVICE MUST ACCEPT ANY INTERFERENCE RECEIVED INCLUDING INTERFERENCE THAT MAY CAUSE UNDESIRED OPERATION. THIS EQUIPMENT HAS BEEN TESTED AND FOUND TO COMPLY WITH THE LIMITS FOR A CLASS "A" DIGITAL DEVICE, PURSUANT TO PART 15 OF THE FCC RULES.
ACP-IMX6POS User’s Manual otherwise specified. Applications that are described in this manual are for illustration purposes only. Avalue Technology Inc. makes no representation or warranty that such application will be suitable for the specified use without further testing or modification. Life Support Policy Avalue Technology’s PRODUCTS ARE NOT FOR USE AS CRITICAL COMPONENTS IN LIFE SUPPORT DEVICES OR SYSTEMS WITHOUT THE PRIOR WRITTEN APPROVAL OF Avalue Technology Inc. As used herein: 1.
ACP-IMX6POS User’s Manual Product Warranty Avalue warrants to you, the original purchaser, that each of its products will be free from defects in materials and workmanship for two years from the date of purchase. This warranty does not apply to any products which have been repaired or altered by persons other than repair personnel authorized by Avalue, or which have been subject to misuse, abuse, accident or improper installation.
ACP-IMX6POS User’s Manual CONTENT 1. Getting Started ............................................................................................................ 6 1.1 Safety Precautions ......................................................................................... 6 1.2 Packing List .................................................................................................... 6 1.3 Document Amendment History....................................................................... 7 1.
ACP-IMX6POS User’s Manual 1. Getting Started 1.1 Safety Precautions Warning! Always completely disconnect the power cord from your chassis whenever you work with the hardware. Do not make connections while the power is on. Sensitive electronic components can be damaged by sudden power surges. Only experienced electronics personnel should open the PC chassis. Caution! Always ground yourself to remove any static charge before touching the CPU card.
ACP-IMX6POS User’s Manual 1.
ACP-IMX6POS User’s Manual 1.4 Manual Objectives This manual describes in detail the Avalue Technology ACP-IMX6POS Single Board. We have tried to include as much information as possible but we have not duplicated information that is provided in the standard IBM Technical References, unless it proved to be necessary to aid in the understanding of this board. We strongly recommend that you study this manual carefully before attempting to interface with ACP-IMX6POS series or change the standard configurations.
ACP-IMX6POS User’s Manual 1.5 System Specifications System CPU System Memory SSD Freescale i.MX6 Cortex-A9 Dual Lite/ Quad 1GHz Onboard Up to 1GB(Dual Lite) or 2GB(Quad) DDR3 1066/1333 SDRAM 4~8GB eMMC G sensor Freescale MMA8451 (Optional) SD Card Micro SD Socket x1 Watchdog Timer Freescale i.MX6 Build-in 1x Mini PCI Express slot (USB signal only) Expansion Supported WIFI & 3.
ACP-IMX6POS User’s Manual Audio I2S Codec Wolfson WM8962 Audio Port 2Pin Wafer Box P=2.0m x 2 (Speaker out R & L ) (Driver per channel max 2W) Mic 4Pin Wafer Box P=2.0m x 1(Microphone) Ethernet st LAN Chip 1 LAN => from i.
ACP-IMX6POS User’s Manual 1.6 Architecture Overview – Block Diagram The following block diagram shows the architecture and main components of ACP-IMX6POS.
ACP-IMX6POS User’s Manual 2.
ACP-IMX6POS User’s Manual 2.
ACP-IMX6POS User’s Manual 2.2 Jumper and Connector List You can configure your board to match the needs of your application by setting jumpers. A jumper is the simplest kind of electric switch. It consists of two metal pins and a small metal clip (often protected by a plastic cover) that slides over the pins to connect them. To “close” a jumper you connect the pins with the clip. To “open” a jumper you remove the clip. Sometimes a jumper will have three pins, labeled 1, 2, and 3.
ACP-IMX6POS User’s Manual JPWR1 DC-IN power connector Power Jack mini din 4P MPCIE1 Mini PCI Express connector JCASH1 Cash Drawer JLAN1/2 RJ-45 Ethernet connector 1/2 JVGA1 VGA connector 8 x 2 wafer, pitch 2.00mm JLED1 LED connector 5 x 2 wafer, pitch 2.00mm JSPK1/2 Speaker connector 1/2 2 x 1 wafer, pitch 2.00 mm JLVDS1 LVDS connector 2 x 20 wafer, pitch 1.25 mm SIM1 SIM Card Slot SDCARD_9H, Push/Push Type JMIC1 Line In, MIC connector 4 x 1 wafer, pitch 2.
ACP-IMX6POS User’s Manual 2.3 Setting Jumpers & Connectors 2.3.
ACP-IMX6POS User’s Manual 2.3.2 Serial port connector 3/4 (JCOM3/4) Signal PIN PIN Signal COM_DCD# 1 2 COM_RXD COM_TXD 3 4 COM_DTR# GND 5 6 COM_DSR# COM_RTS# 7 8 COM_CTS# COM_RI_A 9 10 GND PIN PIN Signal JCOM4 JCOM3 2.3.
ACP-IMX6POS User’s Manual 2.3.4 2.3.
ACP-IMX6POS User’s Manual 2.3.6 2.3.
ACP-IMX6POS User’s Manual 2.3.8 2.3.
ACP-IMX6POS User’s Manual 2.3.10 2.3.11 LCD inverter connector (JBKLT1) Signal PIN +12V 1 GND 2 BPEN(3.3V) 3 BKLCTL(3.
ACP-IMX6POS User’s Manual 2.3.
ACP-IMX6POS User’s Manual 2.3.13 Debug UART connector (JUART1) Signal 2.3.
ACP-IMX6POS User’s Manual 2.3.15 I2C device connector (JI2C1) 24 ACP-IMX6POS User’s Manual Signal PIN CS_+V3.
ACP-IMX6POS User’s Manual 3.
ACP-IMX6POS User’s Manual 3.1 Download Android Source Code for building image file Please make a folder for storing the source code first then typing the command below to get started for the source code download. $ sudo apt-get install git $ git clone guest@202.55.227.57:freescale/imx6/Android.git -b 4.4.2-pos About Password Please check with Avalue Sales or PM to get password. 3.2 Set up for building Android image file We support to compile u-boot & Kernel on Ubuntu 12.
ACP-IMX6POS User’s Manual 3.3 Building up Android image file You can follow up the steps below to compile Android image file after download the source code. 1. Please move to the folder ”Android” then start to compile image file. 2. Type the command to compile image file. $ ./run.sh –j16 (-j number means multi jobs for more efficiant building, you can add it according to your CPU performance of PC, e.g. mine is ”–j16” as below ). 3. You can find the finished image file(u-boot-6q.bin, u-boot-6solo.
ACP-IMX6POS User’s Manual PS: If you would like to use Mfgtool for flashing image file into mainboard, you must put all the files u-boot-6q.bin, u-boot-6solo.bin, system.img, under the path recover.img, boot.img “~\POS-Android-MfgTools\Image\POS\Android” on MFGTool folder for right detected.
ACP-IMX6POS User’s Manual 3.4 Use MfgTool to flash Android into onboard eMMC Manufacturing tool, a successor of ATK, provides a series of new features to power your mass production work. The features like windows style GUI, multiple devices support, explicit status monitoring, versatile functionalities and highly flexible architecture make it a best choice to meet your critical timing, cost and customization requirements.
ACP-IMX6POS User’s Manual 4) If the CPU of the mainboard is Quadcore version, please select as below, then click “Run MFG-Tools”. 4-1) If the CPU of the mainboard is DualLite version, please select as below, then click “Run MFG-Tools”. 5) Click “Start” to flash image file.
ACP-IMX6POS User’s Manual 6) It will show “Done” after flashing is finish, then click “Stop” and “Exit” to close the screen. 7) You can also get the information from Terminal (debug portJUART1, baud rate set as 115200) after flashing is finish 8) Power off the system and turn on pin1 of DIP switch then reboot.