Advertisement

Quick Links

User Manual
EPC-R3710
®
®
Rockchip Arm
Cortex
-A72
BOX Computer

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the EPC-R3710NO-XAA100 and is the answer not in the manual?

Questions and answers

Summary of Contents for Advantech EPC-R3710NO-XAA100

  • Page 1 User Manual EPC-R3710 ® ® Rockchip Arm Cortex -A72 BOX Computer...
  • Page 2 No part of this manual may be reproduced, copied, translated, or transmitted in any form or by any means without the prior written permission of Advantech Co., Ltd. The information provided in this manual is intended to be accurate and reliable.
  • Page 3 Declaration of Conformity FCC Class B This equipment has been tested and found to comply with the limits for a Class B dig- ital device, pursuant to part 15 of the FCC Rules. These limits are designed to pro- vide reasonable protection against harmful interference in a residential installation. This equipment generates, uses, and can radiate radio frequency energy and, if not installed and used in accordance with the instruction manual, may cause harmful interference to radio communications.
  • Page 4 The equipment has been dropped and damaged. – The equipment shows obvious signs of breakage. DISCLAIMER: These instructions are provided according to IEC 704-1 standards. Advantech disclaims all responsibility for the accuracy of any statements contained herein. EPC-R3710 User Manual...
  • Page 5 Technical Support and Assistance Visit the Advantech web site at www.advantech.com/support where you can find the latest information about the product. Contact your distributor, sales representative, or Advantech's customer service center for technical support if you need additional assistance. Please have the following information ready before you call: –...
  • Page 6 EPC-R3710 User Manual...
  • Page 7: Table Of Contents

    Network Setup..................21 3.9.1 Wi-Fi.................... 21 3.9.2 Bluetooth..................23 3.9.3 3G/4G ..................23 3.9.4 Ethernet ..................24 Chapter Advantech Services ......27 RISC Design-in Services................. 28 Contact Information................. 31 Global Service Policy ................31 4.3.1 Warranty Policy................31 EPC-R3710 User Manual...
  • Page 8 4.3.2 Repair Process ................32 EPC-R3710 User Manual viii...
  • Page 9: Chapter 1 General Introduction

    Chapter General Introduction This chapter details background information on the EPC-R3710. Sections include:  Introduction  Specifications...
  • Page 10: Introduction

    Introduction EPC-R3710 is an Arm based box computer powered by a high-performance Rock- chip RK3399 ARM dual Cortex-A72 or quad Cortex-A53 high performance processor which supports 4K displays via HDMI. It offers diverse display interfaces — including dual HDMI/LVDS/eDP and diverse I/O — including dual GbE/2 x serials/3 x USB/12 x GPIO.
  • Page 11: Product Features

    System Technology LPDDR4 Memory Capacity 2 GB On-board Flash 16GB of eMMC NAND Flash for OS and Advantech's boot loader HDMI 1 HDMI 2.0, 1920 x 1080 at 60Hz Graphics OpenGL ES 1.1/2.0/3.1, OpenCL 1.1, DirectX 11 Engine Graphics Decoder: MPEG-1, MPEG-2, MPEG-4, H.263, H.264, AVS, VC-1, VP8, MVC, HEVC/ H/W Video H.265 decoder, 4k@60FPS...
  • Page 12: Mechanical Specifications

    Mechanical Specifications Dimension: 174 x 108 x 25 mm (6.85 x 4.25 x .98 in)  Reference Weight: 1.26 kg (2.77 lb) (including whole package)  Electrical Specifications Power Supply Type: DC-in 12V  RTC Battery:  – Typical voltage: 3V –...
  • Page 13: Environmental Specifications

    Environmental Specifications Operating Temperature: 0 ~ 50 °C/-20 ~ 70 °C (32 ~ 122/-4 ~ 158 °F)  Operating Humidity: 0 ~ 90% relative humidity, non-condensing  Storage Temperature: -40 ~ 85 °C (-40 ~ 185 °F)  Storage Humidity: 60 °C/140 °F @ 95% RH Non-condensing ...
  • Page 14 EPC-R3710 User Manual...
  • Page 15: Chapter 2 H/W Installation

    Chapter H/W Installation This chapter details mechanical and connector information on the EPC-R3710.  Sections include:  Connector Information  Mechanical Drawing  Quick Start Guide...
  • Page 16: Introduction

    Introduction The following sections show the external connectors and pin assignments for appli- cations. EPC-R3710 I/O Overview Front I/O Left-Side Right-Side EPC-R3710 User Manual...
  • Page 17: Ecp-R3710 Connectors Outside

    Rear I/O by UIO express card EPC-R3710NO-XAA100 with UIO-4030 EPC-R3710NO-XAA120 with UIO-4032 EPC-R3710NO-XAA140 with UIO-4034 but no CAN function EPC-R3710NO-XAA160 with UIO-4036 ECP-R3710 Connectors Outside 2.3.1 DC in EPC-R3710 supports a DC-Jack header that can be connected 12V external power input.
  • Page 18: Com2

    2.3.2 COM2 The COM2 can be used as a RS232 port or debug port. It is set, by default, as a Debug port. Select the desired mode using jumper J4. Description Description COM2_RXD COM2_TXD Uart2 use for com port and debug mode select Part number 1653003101 Footprint...
  • Page 19: Quick Start Guide

    Quick Start Guide 2.4.1 Debug Port Connection Connect the debug cable to the COM2 debug port. Connect the other side of debug adapter to USB-to-RS-232 cable then connect it to your PC. 2.4.2 Debug Port Setting EPC-R3710 can communicate with a host server using serial cables. Common serial communication programs such as HyperTerminal, Tera Term, or PuTTY can be used in this case.
  • Page 20 EPC-R3710 User Manual...
  • Page 21: Chapter 3 Software Functionality

    Chapter Software Functionality This chapter details the software programs on the EPC-R3710 plat- form.
  • Page 22: Introduction

    Introduction The purpose of this chapter is to introduce software development of EPC-R3710. This will enable you to develop your own application(s) efficiently. EPC-R3710 is designed for Linux host exclusively. Your development may fail on Windows/Android host PCs. The present officially supported host version is Ubuntu 16.04 LTS 64bit.
  • Page 23: Building Android 7.1.2 Image

    $ source build/envsetup.sh Execute the Android launch command. In this example, the setup is for the produc- tion image of Advantech RISC platform device with user debug type. If your device is EPC-R3710, you will be send command “lunch rk3399_rsb3710-userdebug.
  • Page 24: Gpio

    To build system image Perform the following command in the terminal console: $ source build/envsetup.sh $ lunch rk3399_rsb3710-userdebug $ make -j4 2>&1 | tee build-log.txt $./mkimage.sh All Android images will be generated in rockdev/Image- rk3399_rsb3710/ folder. The common image files are listed below: # boot.img : Android's initramfs, to initialize and mount system partition.
  • Page 25: Uart

    Set GPIO value 0/1 if GPIO pin define is output. $ echo 1 > /sys/class/gpio/gpio504/value Unexport GPIO1. $ echo 504 > /sys/class/gpio/unexport GPIO 1 and GPIO 2 are taken as an example: Connect GPIO 1 and GPIO 2 Export GPIO 1 and GPIO 2 $ echo 504 >...
  • Page 26: Epc-R3710 Uart

    3.4.1 EPC-R3710 UART COM Name Device Node Remark COM0 /dev/ttyS0 support RS232, no flow control COM2 /dev/ttyS2 Debug Port COM4 /dev/ttyS4 support RS232, no flow control Audio Launch “Sound Recorder” for MIC. Launch “Video” for Audio. RSB-3710 User Manual...
  • Page 27: Sd/Mmc Card/Usb Disk

    SD/MMC Card/USB Disk 3.6.1 Browse the SD Launch “Explorer” to browse the SD card or USB Disk. HDMI 3.7.1 HDMI Resolution Starting Android, Entry Settings->Display->HDMI->HDMI Resolution. RSB-3710 User Manual...
  • Page 28: Hdmi Audio

    3.7.2 HDMI Audio When HDMI monitor supports audio, the default output is from both HDMI and onboard audio codec. Multi-display EPC-R3710 supports 3 x display ports: eDP, LVDS (mipi to LVDS), HDMI. Only two ports work at the same time. Default Support Display: Port RSB3710...
  • Page 29: Hdmi And Lvds

    3.8.3 HDMI and LVDS HDMI is main display, please set in u-boot as demonstrated below: setenv prmry_screen hdmi-default setenv extend_screen lvds-g070vw01 saveenv reset LVDS is main display, please set in u-boot as demonstrated below: setenv prmry_screen lvds-g070vw01 setenv extend_screen hdmi-default saveenv reset Network Setup...
  • Page 30 Choose the ESSID (for example, Advantech for guest). Input the correct password. Connect to Wi-Fi. RSB-3710 User Manual...
  • Page 31: Bluetooth

    3.9.2 Bluetooth Click Settings, switch the Bluetooth switch to ON to turn on Bluetooth: Click any available devices to pair with. After pairing successfully you can communicate with that device. 3.9.3 3G/4G Insert SIM card, restart. If you can’t connect to the network, please check the following settings: Settings/More/Cellular networks/ Access Point Names, then Correct.
  • Page 32: Ethernet

    3.9.4 Ethernet EPC-R3710 supports two Ethernet (eth0 and eth1), but Android only supports to con- fig eth0 as follows: Config eth0: Click Settings Settings->More->Ethernet Configure Ethernet There are two of IP setting: DHCP IP and static IP. DHCP IP - The configuration is controlled by system. RSB-3710 User Manual...
  • Page 33 Static IP - There are five fields that need to be filled in — the IP Address, netmask, ,getway, dns1, and dns2. RSB-3710 User Manual...
  • Page 34 Config eth1: Eth1 setting static ip example $ su # ip rule add from all lookup main pref 9999 # ifconfig eth1 172.12.1.2 netmask 255.255.0.0 RSB-3710 User Manual...
  • Page 35: Chapter 4 Advantech Services

    Chapter Advantech Services This chapter introduces Advant- ech design in services, technical support, and the warranty policy for the EPC-R3710 evaluation kit.
  • Page 36: Risc Design-In Services

    The following section details Advantech RISC Design-in Services. Easy Development Advantech RISC Design-in Services help customers reduce the time and work involved with designing new carrier boards. We handle the complexities of technical research and greatly minimize the development risks associated with carrier boards.
  • Page 37 Addressing this, Advantech introduced Streamlined Design-in Support Services for RISC-based Computer on Modules (COM). With a dedicated professional design-in services team, Advantech actively participates in carrier board design and problem EPC-R3710 User Manual...
  • Page 38 R&D costs and hardware investment. By virtue of a cooperative relationship with leading original manufacturers of CPUs and chipsets — such as ARM, TI, and NXP — Advantech helps solve communication and technical support difficulties. This can reduce the uncertainties in product devel- opment.
  • Page 39: Contact Information

    Warranty Policy Below is the warranty policy of Advantech products: 4.3.1.1 Warranty Period Advantech branded off-the-shelf products and 3rd party off-the-shelf products used to assemble Advantech Configure to Order products are entitled to a 2 years complete EPC-R3710 User Manual...
  • Page 40 DOA cross-shipment excludes any damage incurred during shipping as well as cus- tomized and/or built-to-order products. The return fee to an authorized Advantech repair facility for products found to be not DOA will be covered by the customer. The shipping fee for refurbished products from Advantech back to customers' sites will be covered by Advantech.
  • Page 41 "Problem Description". Vague entries such as "does not work" and "failure" are not acceptable. If you are uncertain about the cause of the problem, please contact Advantech's Application Engineers (AE). They may be able to find a solution that does not require sending the product for repair.
  • Page 42 “Our Ref”. Advantech reserves the right to deny repair services to customers that do not return the DOA unit or sign the P/I. Advantech will scrap defective prod- ucts without prior notice if customers do not return the signed P/I within 3 months.
  • Page 43 EPC-R3710 User Manual...
  • Page 44 No part of this publication may be reproduced in any form or by any means, electronic, photocopying, recording or otherwise, without prior written permis- sion from the publisher. All brand and product names are trademarks or registered trademarks of their respective companies. © Advantech Co., Ltd. 2021...

This manual is also suitable for:

Epc-r3710no-xaa120Epc-r3710no-xaa140Epc-r3710no-xaa160

Table of Contents