Green communication system; intel core i7/i5 rpga988 processor 2.5” sata hard disk drive bay 4 gigabit ethernet ports/ 9 com / 8 usb 2.0 vga x 1, dvi-i x 1 (73 pages)
Page 1
AIOT-ILRA01 LoRa® Certified Intel® Based Gateway and Network Server User Manual 5 Last Updated: November 18, 2019...
Page 2
The material in this document is for product information only and is subject to change without notice. While reasonable efforts have been made in the preparation of this document to assure its accuracy, AAEON assumes no liabilities resulting from errors or omissions in this document, or from the use of the information contained herein.
Page 3
Acknowledgement All other products’ name or trademarks are properties of their respective owners. Microsoft Windows is a registered trademark of Microsoft Corp. ⚫ Intel, Pentium, Celeron, and Xeon are registered trademarks of Intel Corporation ⚫ Core, Atom are trademarks of Intel Corporation ⚫...
Page 4
Packing List Before setting up your product, please make sure the following items have been shipped: Item Quantity AIOT-ILRA01 ⚫ LoRa® Antenna ⚫ If any of these items are missing or damaged, please contact your distributor or sales representative immediately.
Page 5
(if any), its specifications, dimensions, jumper/connector settings/definitions, and driver installation instructions (if any), to facilitate users in setting up their product. Users may refer to the AAEON.com for the latest version of this document. Preface...
Page 6
Safety Precautions Please read the following safety instructions carefully. It is advised that you keep this manual for future references All cautions and warnings on the device should be noted. Make sure the power source matches the power rating of the device. Position the power cord so that people cannot step on it.
Page 7
If any of the following situations arises, please the contact our service personnel: Damaged power cord or plug Liquid intrusion to the device iii. Exposure to moisture Device is not working as expected or in a manner as described in this manual The device is dropped or damaged Any obvious signs of damage displayed on the device...
Page 8
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, and (2) this device must accept any interference received including interference that may cause undesired operation.
Page 10
China RoHS Requirement (EN) Poisonous or Hazardous Substances or Elements in Products AAEON Main Board/ Daughter Board/ Backplane Poisonous or Hazardous Substances or Elements Hexavalent Polybrominated Polybrominated Component Lead Mercury Cadmium Chromium Biphenyls Diphenyl Ethers (Pb) (Hg) (Cd) (Cr(VI)) (PBB) (PBDE) PCB &...
Table of Contents Chapter 1 - Product Specifications..................1 Specifications ......................2 Chapter 2 – Hardware Information ..................5 Dimensions ....................... 6 2.1.1 I/O Location ....................7 Jumpers and Connectors for the UP-CHT01 ............. 8 List of Switches and Connectors for the UP-CHT01 ......... 9 2.3.1 Power Button (SW1) ..................
Specifications System Intel® Atom™ x5-z8350 SoC Intel® System on Chip Chipset Onboard 2GB/4GB DDR3L - 1600 memory Memory 32GB/64GB eMMC on board Storage HDMI Display 8111G x 1 Ethernet USB2.0 x 4, USB 3.0 OTG x 1 — — DIGITAL I/O —...
Page 14
Ubilinux OS SUPPORT I/O Placements DC connector x 1 Antenna hole x 1 HDMI FRONT I/O Connector x 1 USB 3.0 OTG x 1 Power button x 1 REAR I/O Antenna hole x 1 RJ45 Connector x 1 Right side I/O USB 2.0 Stack Connector x 2 Antenna hole x 1 Left side I/O Antenna hole x 1...
List of Switches and Connectors for the UP-CHT01 Please refer to the table below for all of the board’s jumpers that you can configure for your application. Label Function Power Button RTC Battery Wafer USB 3.0 Micro Connector USB 2.0 1x10P Wafer USB Type A Connector 1 USB Type A Connector 2 CN10...
2.3.1 Power Button (SW1) Position Function SW1 1 (default) SW1 0 Power on 2.3.2 RTC Battery Wafer (CN1) Signal +V_COIN_BAT 2.3.3 USB 3.0 Micro Connector (CN6) Signal Signal USB_VCC USB2_D- CROSSBAR_TX1_N USB2_D+ CROSSBAR_TX1_P USB2_ID Chapter 2 – Hardware Information...
CROSSBAR_RX1_N CROSSBAR_RX1_P 2.3.4 USB 2.0 x 10P Wafer (CN7) Signal Signal USB_VCC USB_HSIC_P4_D+ USB_HSIC_P3_D- USB_HSIC_P3_D+ UART0_RXD UART0_TXD USB_VCC USB_HSIC_P4_D- 2.3.5 Dual USB Type A Connector 1 (CN8) Signal Signal USB_VCC USB_VCC Chapter 2 – Hardware Information...
USB2_P1_D- USB2_P2_D- USB2_P1_D+ USB2_P2_D+ 2.3.6 Dual USB Type A Connector 2 (CN9) Signal Signal USB_VCC USB_VCC USB2_P3_D- USB_HSIC_P2_D- USB2_P3_D+ USB_HSIC_P2_D+ 2.3.7 RJ-45 LAN Connector (CN10) Signal Signal LAN1_MDI0+ LAN1_MDI2- LAN1_MDI0- LAN1_MDI3+ Chapter 2 – Hardware Information...
Driver Download and Installation * Please access https://www.up-community.org and after accessing the Downloads section, please find ubilinux Installer 4.0 or above to download the OS. Kindly refer to the following link: https://downloads.up-community.org/download/ubilinux-installer-4-0/ Installation and Testing Install ubilinux Installer 4.0 or above from the Downloads section from up-community.org Modify the Vanilla HAL Software: Step 1.
Page 33
Step 3. Modify the Reset-Script $ cd ~/lora_gateway-master/ $ vim reset_lgw.sh Replace IOT_SK_SX1301_RESET_PIN=7 with IOT_SK_SX1301_RESET_PIN=5 Step 4. Build the HAL software $ cd ~/lora_gateway-master/ $ make clean && make Testing Test 1. Basic low level SPI test $ cd ~/lora_gateway-master/ $ sudo ./reset_lgw.sh start $ cd util_spi_stress/ $ ./util_spi_stress...
Page 34
Test 2. Simple TX test $ cd ~/lora_gateway-master/ $ sudo ./reset_lgw.sh start $ cd util_tx_test/ $ ./util_tx_test -r1257 -f868.1 -s7 -p0 -t100 -x10 Chapter 3 – Drivers and Testing Installation...
Page 35
Test 3. Simple RX test $ cd ~/lora_gateway-master/ $ sudo ./reset_lgw.sh start $ cd util_pkt_logger/ $ ./util_pkt_logger Test 4. Testing the forwarder $ cd ~/packet_forwarder-master/ $ vim Makefile Chapter 3 – Drivers and Testing Installation...
Page 36
Replace LGW_PATH ?= ../../lora_gateway/libloragw with LGW_PATH ?= /home/USERNAME/lora_gateway-master/libloragw $ make clean && make Open two terminal Terminal 1 (virtual server): $ cd ~/lora_gateway-master/ $ sudo ./reset_lgw.sh start $ cd ~/packet_forwarder-master/util_sink/ $ ./util_sink 1680 Terminal 2: $ cd ~/packet_forwarder-master/lora_pkt_fwd/ $ ./lora_pkt_fwd Chapter 3 –...
Page 37
Test 5. Test with Mote II Step 1. Power up Mote II Step 2. Start the packet forwarder $ cd ~/lora_gateway-master/ $ sudo ./reset_lgw.sh start $ cd ~/packet_forwarder-master/lora_pkt_fwd/ $ ./lora_pkt_fwd Chapter 3 – Drivers and Testing Installation...
Page 38
Step 3. You can get pkt from Mote II on terminal Mote II: Chapter 3 – Drivers and Testing Installation...
Need help?
Do you have a question about the AIOT-ILRA01 and is the answer not in the manual?
Questions and answers