QUICK START GUIDE. ARTiGO A820. Linux BSP v

Size: px
Start display at page:

Download "QUICK START GUIDE. ARTiGO A820. Linux BSP v"

Transcription

1 QUICK START GUIDE ARTiGO A820 Linux BSP v

2 Copyright Copyright 2016 IA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language, in any form or by any means, electronic, mechanical, magnetic, optical, chemical, manual or otherwise without the prior written permission of IA Technologies, Incorporated. Trademarks All brands, product names, company names, trademarks and service marks are the property of their respective holders. Disclaimer IA Technologies makes no warranties, implied or otherwise, in regard to this document and to the products described in this document. The information provided in this document is believed to be accurate and reliable as of the publication date of this document. However, IA Technologies assumes no responsibility for the use or misuse of the information in this document and for any patent infringements that may arise from the use of this document. The information and product specifications within this document are subject to change at any time, without notice and without obligation to notify any person of such change. IA Technologies, Inc. reserves the right the make changes to the products described in this manual at any time without prior notice.

3 ARTiGO A820 Linux BSP Revision History ersion Date Remarks /5/23 Initial release iii

4 ARTiGO A820 Linux BSP Table of Contents 1. Introduction Package Contents BSP Folder Contents Document Folder Contents EK Folder Contents ersion Information and Supported Features Image Deployment Booting from a Micro SD Card Booting from the SPI ROM Setting up U-Boot Parameters Restoring Default U-Boot Parameters Using the OpenEmbedded Console Build Environment Setup Configuring Ubuntu 8 4. Image Build Extracting ARTiGO A820 BSP Machine Configuration Building an SD Card Image Hardware Functions Setting up COM Setting up RS-232 mode Setting up RS-485 mode Configuring Network Settings Configuring the EMIO-2550 minipcie Mobile Broadband Module Connecting to the Internet Enabling GPS Configuring Watchdog Timer Setting up GPIO Setting up DIO connector for GPIO functionality Setting up GPI mode Setting up GPO mode Configuring RTC iv

5 ARTiGO A820 Linux BSP Introduction The purpose of this document is to provide an overview of getting started with the ARTiGO A820 system using Yocto with an OpenEmbedded filesystem. The ARTiGO A820 Linux BSP v3.0.7 is developed based on the NXP fsl-yocto _1.0.0 (Yocto 1.7 Dizzy) and it enables hardware features that are defined on the ARTiGO A820 system Package Contents There are three folders in the package as listed below. BSP folder A820-yocto-bsp-v3.0.7.tar.bz2 Document folder ARTiGO_A820_Linux_BSP_v3.0.7_Quick_Start_Guide _v1.00_ pdf ARTiGO_A820_Linux_EK_v3.0.7_Image_Installation_Guide_v1.00_ pdf EK folder via-image-gui-imx6qvab820.sdcard u-boot.imx zimage zimage-imx6dl-vab820.dtb modules-imx6qvab820.tgz wdt_driver_test.out ARTiGO A820 Linux BSP contents Description Source code Description Image Installation Guide Description SD card image U-Boot boot loader Kernel Device tree All modules drivers Watchdog configuration program BSP Folder Contents A yocto yocto-bsp bsp-v3.0.7.tar.bz2: A complete and static Yocto BSP including the ARTiGO A820 meta-files, and all the predownloaded required software packages to enable a complete offline build Document Folder Contents ARTiGO_A820_Linux_BSP_v3.0.7_Quick_Start_Guide _v1.00_ pdf.pdf: The Quick Start Guide provides an overview of getting started with the ARTiGO A820 system using Yocto with an OpenEmbedded filesystem. ARTiGO_A820_Linux_EK_v3.0.7_Image_Installation_Guide_v1.00_ pdf: The Image Installation Guide explains how to boot the Linux EK image on the ARTiGO A820 system in order to begin evaluating the platform. 1

6 EK Folder Contents ARTiGO A820 Linux BSP via-image image-gui gui-imx6qvab820.sdcard: imx6qvab820.sdcard: is the precompiled image for evaluating the ARTiGO A820 system with an OpenEmbedded filesystem. u-boot.imx boot.imx: is the U-Boot boot loader file which can be flashed to either the onboard SPI ROM or a Micro SD Card. zimage: is a self-extracting compressed Linux kernel image. zimage-imx6dl imx6dl-vab820.dtb vab820.dtb: is the device tree binary. It is a database that represents the hardware components of the ARTiGO A820. modules-imx6qvab820.tgz imx6qvab820.tgz: contains the drivers for the NT9271 USB Wi-Fi dongle, EMIO-1541 minipcie Wi-Fi module and EMIO-2550 minipcie Mobile Broadband module. wdt_driver_test.out: is the Watchdog configuration program ersion Information and Supported Features U-Boot version: Kernel version: Evaluation image: OpenEmbedded-core built with Yocto 1.7 Dizzy Development based on NXP fsl-yocto _1.0.0 (Yocto 1.7 Dizzy) Supports SPI with emmc or Micro SD boot (default) Supports HDMI Supports HDMI audio output Supports COM 1 (RS232 / RS485), Onboard COM as debug port Supports Gigabit Ethernet (LAN 1) Supports 10/100Mbps Ethernet (LAN 2) Supports NT9271 USB Wi-Fi dongle Supports EMIO-1541 minipcie Wi-Fi module Supports EMIO-2550 minipcie Mobile Broadband module Supports Watchdog, GPIO and RTC 2

7 2. Image Deployment ARTiGO A820 Linux BSP This section explains the setup requirements for booting from a Micro SD card or the SPI ROM. A precompiled image is provided in the EK folder of the BSP Booting from a Micro SD Card The via-image image-gui gui-imx6qvab820.sdcard imx6qvab820.sdcard image allows the system to run entirely from the Micro SD card. The first step is to copy this image onto a Micro SD card. Insert a Micro SD card into your host machine and make sure it is not mounted. Copy the SD Card image onto the Micro SD card with the command below, replacing <device name> with the correct value for the card, for example sdb. Important: Make sure you are writing to the correct device or the host system environment could be damaged. $ sudo dd if=via-image-gui-imx6qvab820.sdcard of=/dev/<device name> bs=1m conv=fsync Next, set switch SW2 to the Micro SD position shown below. Micro SD/ SPI boot select switch diagram Insert the prepared Micro SD card into the ARTiGO A820, connect an HDMI display, and power on the device to initiate the boot process. When the boot process is completed, you will see the OpenEmbedded desktop. 3

8 2.2. Booting from the SPI ROM ARTiGO A820 Linux BSP The ARTiGO A820 supports booting from the SPI ROM while loading the kernel and root filesystem from emmc. The first step is to prepare a Micro SD card with the default image according to section 2.1. Next copy the u-boot.imx and via-image image-gui gui-imx6qvab820.sdcard imx6qvab820.sdcard files from the BSP onto a mass storage device such as a USB thumb drive. Make sure the SW2 switch is set to Micro SD boot then insert the Micro SD card and the USB thumb drive into the ARTiGO A820. To check that the system has correctly setup the SPI ROM as an MTD block device, use the following command: $ ls /dev/mtdblock* /dev/mtdblock0 Please note that if you have previously saved U-Boot parameters, it is recommended to clear that area of the SPI ROM with the following command: $ sudo dd if=/dev/zero of=/dev/mtdblock0 bs=512 seek=1536 count=16 Flash the U-Boot binary from the mass storage device onto the SPI ROM: $ sudo dd if=u-boot.imx of=/dev/mtdblock0 bs=512 seek=2 Copy the root filesystem image from the mass storage device onto the emmc storage. $ sudo dd if=via-image-gui-imx6qvab820.sdcard of=/dev/mmcblk0 bs=1m In order to boot from the SPI ROM make sure the SW2 switch is set to SPI ROM boot. Micro SD/ SPI boot select switch diagram Next, connect an HDMI display, and power on the device to initiate the boot process. When the boot process is completed, you will see the OpenEmbedded desktop. 4

9 2.3. Setting up U-Boot Parameters ARTiGO A820 Linux BSP The first step is to connect the host machine and the ARTiGO A820 through the onboard COM debug port. Use a serial port communication program such as PuTTY, GtkTerm, or Minicom, to configure the serial port setting and connect to the debug console. There you will be able to see the U-Boot boot log and adjust settings in the U-Boot console A - Serial Device : /dev/ttymxc0 B - Lockfile Location : /var/lock C - Callin Program : D - Callout Program : E - Bps/Par/Bits : N1 F - Hardware Flow Control : No G - Software Flow Control : No Serial port setting of host machine COM Debug connector diagram 5

10 ARTiGO A820 Linux BSP Next, power on the ARTiGO A820 to initiate the boot process. When prompted, press any key to stop the boot process, and enter the U-Boot console as illustrated by the screenshot below. U-Boot (Nov :49:13)AB820 ver:3.0.7 CPU: Freescale i.mx6dl rev1.2 at 996 MHz CPU: Temperature 30 C, calibration data: 0x5894f169 Reset cause: POR Board: MX6DL-AB820 I2C: ready DRAM: 1 GiB MMC: FSL_SDHC: 0, FSL_SDHC: 1 SF: Detected W25Q32B with page size 256 Bytes, erase size 4 KiB, total 4 MiB *** Warning - bad CRC, using default environment No panel detected: default to Hannstar-XGA Display: Hannstar-XGA (1024x768) In: serial Out: serial Err: serial Net: FEC [PRIME] Warning: failed to set MAC address Normal Boot Hit any key to stop autoboot: 0 => Debug console view of boot process To list the current U-Boot parameters, use the following command: => printenv Make sure the printout message includes bootcmd=run bootcmd_auto. The default bootcmd parameter is set to auto detect the system location by first attempting to load the kernel from the Micro SD card. If it is not detected it continues to boot from the emmc. To load the kernel from the specified device, refer to the two examples below. To load the kernel from the Micro SD card: => setenv bootcmd 'run bootcmd_sd' => saveenv => boot To load the kernel from the emmc: => setenv bootcmd 'run bootcmd_mmc' => saveenv => boot 6

11 2.4. Restoring Default U-Boot Parameters ARTiGO A820 Linux BSP If the U-Boot parameters have been modified, the destroyenv command in the U-Boot console can restore the factory defaults settings. To restart the device, use the reset command. => destroyenv => reset 2.5. Using the OpenEmbedded Console The first step is to connect the host machine and the ARTiGO A820 through the onboard COM debug port. Use a serial port communication program such as PuTTY, GtkTerm, or Minicom, to connect to the debug console. There you will be able to see the U-Boot boot log and adjust settings in the U-Boot console. Next, power on the ARTiGO A820 to initiate the boot process. When the boot process is completed you will be prompted to login. COM Debug connector diagram The default account is root, with no password set (just press Enter when prompted for password).... Poky (Yocto Project Reference Distro) 1.7 imx6qvab820 /dev/ttymxc1 imx6qvab820 login: root 7

12 3. Build Environment Setup ARTiGO A820 Linux BSP This section guides you through setting up the build environment for development. All instructions are based on using Ubuntu LTS. To make sure that the build process completes successfully, we recommend at least 120GB of disk space, and 15GB of combined memory and swap space on the host machine Configuring Ubuntu The following packages are required for the Yocto development environment. The required packages can be installed using the bash script below: #/bin/bash # Install dependant packages $ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat $ sudo apt-get install libsdl1.2-dev xterm sed cvs subversion coreutils texi2html docbook-utils pythonpysqlite2 help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf automake groff curl lzop asciidoc The tool to create images for use with the U-Boot boot loader, "mkimage mkimage", is provided by different packages in Ubuntu and in newer Ubuntu releases. On Ubuntu install it as below. $ sudo apt-get install uboot-mkimage On Ubuntu and newer versions install it as below. $ sudo apt-get install u-boot-tools 8

13 ARTiGO A820 Linux BSP Image Build 4.1. Extracting ARTiGO A820 BSP Use the following command to extract the contents of the BSP. $ tar xvf A820-yocto-bsp-v3.0.7.tar.bz Machine Configuration The via-setup setup-release.sh script creates the build directory with the Yocto configuration files for your target machine. This script has the following optional parameter: -b: set the name of the build directory. For example -b build-a820 in the command below. $ cd a820-yocto-bsp $ MACHINE=imx6qvab820 source via-setup-release.sh -b build-a Building an SD Card Image This BSP provides the via-image-gui Yocto image as default. Use the bitbake command to create an SD Card compatible image. $ a820-yocto-bsp/build-a820$ bitbake via-image-gui After the compilation, the a820-yocto yocto-bsp bsp/build /build-a820 a820/tmp/deploy/images/imx6q /tmp/deploy/images/imx6qvab820 directory will contain the resulting binaries, as shown in the table below. Binary u-boot.imx zimage zimage-imx6dl-vab820.dtb via-image-gui-imx6qvab820.sdcard Description U-Boot boot loader Kernel Device tree SD card image Binary files generated by bitbake 9

14 5. Hardware Functions ARTiGO A820 Linux BSP Setting up COM 1 The ARTiGO A820 COM 1 port supports both RS-232 and RS-485 modes. The default mode is RS Setting up RS-232 mode The first step is to connect the host machine and the ARTiGO A820 through the COM 1. Use a serial port communication program such as PuTTY, GtkTerm, or Minicom, to connect to the COM 1. Next, set the COM mode switch to the RS-232 position shown below. COM mode switch diagram Connect the host machine to the ARTiGO A820 COM 1 port with an RS-232 cable. To start the Minicom serial communication program on the ARTiGO A820, use the following command: $ minicom -s 10

15 ARTiGO A820 Linux BSP Connect to the /dev/ttymxc0 serial device with the following settings: A - Serial Device : /dev/ttymxc0 B - Lockfile Location : /var/lock C - Callin Program : D - Callout Program : E - Bps/Par/Bits : N1 F - Hardware Flow Control : No G - Software Flow Control : No Serial port setting of RS-232 mode Start a serial communication program on the host machine with the same communication settings using the appropriate serial device. Afterwards the host machine and the ARTiGO A820 should be able to communicate through the programs (for example sending a keypress on one machine should be shown on the other machine) Setting up RS-485 mode Set up and test RS-485 communication over the COM 1 port as follows. Set the COM mode switch to the RS-485 position. COM mode switch diagram Enable RS-485 on the ARTiGO A820 system with the following command: $ imx_rs485 1 Connect the host machine to the ARTiGO A820 COM 1 port with an RS-485 cable. To start the Minicom serial communication program on the ARTiGO A820, use the following command: $ minicom -s 11

16 ARTiGO A820 Linux BSP Connect to the /dev/ttymx0 serial device with the following settings: A - Serial Device : /dev/ttymxc0 B - Lockfile Location : /var/lock C - Callin Program : D - Callout Program : E - Bps/Par/Bits : N1 F - Hardware Flow Control : No G - Software Flow Control : No Serial port setting of RS-485 mode Start a serial communication program on the host machine with the same communication settings using the appropriate serial device. Afterwards the host machine and the ARTiGO A820 should be able to communicate through the programs (for example sending a keypress on one machine should be shown on the other machine). Please note that the software setting for the RS-485 communication is not preserved over reboot. The "imx_rs485" command needs to be run whenever the machine is restarted to set up the COM port correctly for RS-485 communication. To switch the COM port back to RS-232 communication mode from RS-485, adjust the COM mode select switch and use the following command: $ imx_rs

17 5.2. Configuring Network Settings ARTiGO A820 Linux BSP The ARTiGO A820 supports two LAN ports and the default setting is Gateway mode. In Gateway mode, LAN 1 is a WAN port while LAN 2 is a LAN port. If the system is already connected to the Wi-Fi module, it won t support WLAN. LAN 1 and LAN 2 diagram Open a terminal and configure the network setting with the following command: $ /etc/networkcfg To disable Gateway mode and use the WLAN, select 7 Enable and Disable Gateway and then select 6 Reboot as illustrated by the screenshot below. 1) Ethernet 5) Exit 2) WLAN Config 6) Reboot 3) Reset 7) Enable or Disable Gateway 4) Show Information Enter option: 7 Please reboot 1) Ethernet 2) WLAN Config 3) Reset 4) Show Information 5) Exit 6) Reboot 7) Enable or Disable Gateway Enter option: 6 Reboot selected Network configuration When the boot process is completed, click on the Connection Manager icon to configure LAN 1, LAN 2 and WLAN respectively. Connection Manager icon diagram 13

18 ARTiGO A820 Linux BSP Configuring the EMIO-2550 minipcie Mobile Broadband Module The EMIO-2550 minipcie Mobile Broadband module supports 3G and GPS functions Connecting to the Internet The first step is to insert the EMIO-2550 module into the ARTiGO A820, and then remove the LAN cables and Wi-Fi module. Next, power on the ARTiGO A820. Inserting the EMIO-2550 module To check that the system has correctly detected the EMIO-2550 module, use the following command: $ lsusb Make sure the printout message includes Bus 001 Device 004: ID 1545:1102 U-Blox AG. Configure the 3G function by creating a PPP connection with root privilege. $ pppd call Module-ZU200 When the PPP connection is created, connect to the website on the internet using your browser Enabling GPS To configure the GPS function and start the Minicom serial communication program on the ARTiGO A820, use the following command: $ minicom -s 14

19 ARTiGO A820 Linux BSP Connect to the /dev/ttyusb1 serial device with the following settings: A - Serial Device : /dev/ttyusb1 B - Lockfile Location : /var/lock C - Callin Program : D - Callout Program : E - Bps/Par/Bits : N1 F - Hardware Flow Control : No G - Software Flow Control : No Serial port setting of ARTiGO A820 When the setting is completed, type the following GPS AT commands into Minicom: AT+UGPRF=1, AT+UGRMC=1, AT+UGGS=1, AT+UGZDA=1, and AT+UGPS=1,0 Wait for the "OK" message before sending the next AT command. AT+UGPRF=1 OK AT+UGRMC=1 OK AT+UGGS=1 OK AT+UGZDA=1 OK AT+UGPS=1,0 OK Use the Minicom to set serial device to /dev/ttyusb7 in another terminal and it will output the data received from the GPS module as illustrated in the screenshot below. $GPRMC,142015,00,A, ,N, ,E,0.068,,030314,,,A*73 $GPGS,4,1,13,01,34,184,29,03,49,023,47,06,26,042,41,07,44,317,26*75 $GPGS,4,2,13,08,13,323,,11,60,192,,13,29,242,38,16,33,071,16*79 $GPGS,4,3,13,19,65,356,44,23,18,208,12,27,35,034,27,30,37,145,29*7B $GPGS,4,4,13,32,01,154,*4B $GPZDA, ,03,03,2014,00,00*62 GPS NMEA message 15

20 5.4. Configuring Watchdog Timer ARTiGO A820 Linux BSP The wdt_driver_test.out provides an application to configure the Watchdog timer. The first step is to copy the wdt_driver_test.out file to /home/unit_tests folder on the ARTiGO A820 system. This file is located in the EK/Tools folder of the BSP. To enable the Watchdog with the default timeout (60 seconds), use the following command: $ /unit_tests/wdt_driver_test.out enable wdt To change the timeout <value> and the system reboot <value> (seconds), use the following command: $ /unit_tests/wdt_driver_test.out set_timeout <value> To send keep-alive requests to the Watchdog <value> (seconds), use the following command: $ /unit_tests/ wdt_driver_test.out set_keep_alive <value> When the value of set_keep_alive is smaller than the value of set_timeout, the system will not reboot. To disable the Watchdog, use the following command: $ /unit_tests/wdt_driver_test.out disable wdt 16

21 5.5. Setting up GPIO ARTiGO A820 Linux BSP The DIO connector on the ARTiGO A820 consists of 9 pins. The following section explains setting up these pins for input/output communication. DIO connector diagram Setting up DIO connector for GPIO functionality The echo value of GPIO pins are listed below: Pin NumberN Pin Definition D GPIO echo value 1 GPIO_7 7 2 GPIO_1 1 3 GPIO_8 8 4 GPIO_2 2 5 GPIO_9 9 6 GPIO_4 4 7 GPIO_ GPIO_5 5 9 GND GPIO pin table Set the multifunction pin as a GPIO pin. Here is the example for GPIO pin 1: $ echo 7 > /sys/class/gpio/export 17

22 Setting up GPI mode ARTiGO A820 Linux BSP To set a pin to "input" mode (GPI), use the following command (here is the example for GPIO pin 1): $ echo "in" > /sys/class/gpio/gpio7/direction To read the GPI input value, use the following command: $ cat /sys/class/gpio/gpio203/value Setting up GPO mode To set a pin to "output" mode (GPO), use the following command (here is the example for GPIO pin 1): $ echo "out" > /sys/class/gpio/gpio7/direction To output a "Low" value on the GPO pin, use the following command: $ echo 0 > /sys/class/gpio/gpio7/value To output a "High" value on the GPO pin, use the following command: $ echo 1 > /sys/class/gpio/gpio7/value 5.6. Configuring RTC As the first step, set the system time with the Linux date command, for example as: $ date mmddhhmmyyyy Time mm dd HH MM YYYY alue 2-digit month 2-digit day 2-digit hours in 24h system 2-digit minutes 4-digit year Time value v table For example the value means June :07. The date command also accepts other time formats, for more info see: $ date --help Write the system time to the RTC with: $ hwclock -w -f /dev/rtc0 To read the RTC time, use: $ hwclock -r 18

23 TaiwanlHeadquarters 7F0lNk7lZhongMZhenglRoad Xindian0lTaipei0lPk7By Taiwan TEL:lyyDCPCPP7yCNBNP FAX:lyyDCPCPP7yCNBNk USA JBSlMissionlCourt Fremont0lCAllJBNkJ USA TEL:l7CN7SCDykCkkSS FAX:l7CN7SCDyjCBDNB Japan km7nmjlebisulmtlbldgcldf Higashi0lShibuyaMku Tokyol7NSMSS77 Japan TEL:ly7CkCNBDDC7Dkj FAX:ly7CkCNBDDC7Dky China TsinghualSciencelParklBldgClj NoCl7lZongguancunlEastlRoad HaidenlDistrict0lBeijing0ll7SSSyB China TEL:lyDC7SCNJyNPPyy FAX:lyDC7SCNJyNPPJJ Europe

DEVELOPMENT GUIDE AMOS-820. Linux BSP v

DEVELOPMENT GUIDE AMOS-820. Linux BSP v DEVELOPMENT GUIDE AMOS-820 Linux BSP v4.1.1 1.00-05242017-134700 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

DEVELOPMENT GUIDE VIA AMOS-825. Linux BSP v

DEVELOPMENT GUIDE VIA AMOS-825. Linux BSP v DEVELOPMENT GUIDE VIA AMOS-825 Linux BSP v3.0.4 1.00-10042018-155700 Copyright Copyright 2018 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

QUICK START GUIDE AMOS-825. Linux BSP v

QUICK START GUIDE AMOS-825. Linux BSP v QUICK START GUIDE AMOS-825 Linux BSP v3.0.2 1.00-01172017-150300 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

DEVELOPMENT GUIDE. ARTiGO A820. Linux BSP v

DEVELOPMENT GUIDE. ARTiGO A820. Linux BSP v DEVELOPMENT GUIDE ARTiGO A820 Linux BSP v4.0.1 1.00-08312018-172400 Copyright Copyright 2017-2018 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

DEVELOPMENT GUIDE VAB-820. Linux BSP v

DEVELOPMENT GUIDE VAB-820. Linux BSP v DEVELOPMENT GUIDE VAB-820 Linux BSP v4.1.3 1.00-02072018-151100 Copyright Copyright 2017-2018 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

DEVELOPMENT GUIDE VAB-820. Linux BSP v4.1.2

DEVELOPMENT GUIDE VAB-820. Linux BSP v4.1.2 DEVELOPMENT GUIDE VAB-820 Linux BSP v4.1.2 1.00-11072017-102000 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

DEVELOPMENT GUIDE QSM-8Q60. Linux BSP v

DEVELOPMENT GUIDE QSM-8Q60. Linux BSP v DEVELOPMENT GUIDE QSM-8Q60 Linux BSP v3.0.2 1.00-03052018-114500 Copyright Copyright 2017-2018 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

QUICK START GUIDE. VIA ARTiGO A820. Android EVK v

QUICK START GUIDE. VIA ARTiGO A820. Android EVK v QUICK START GUIDE VIA ARTiGO A820 Android EVK v5.0.6 1.00-11222018-143700 Copyright Copyright 2018 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

ARTiGO A600 Linux EVK v1.2.1

ARTiGO A600 Linux EVK v1.2.1 IMAGE INSTALLATION GUIDE ARTiGO A600 Linux EVK v1.2.1 1.00-06232016-173700 Copyright Copyright 2016 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

QUICK START GUIDE ALTA DS 4K. Android EVK v

QUICK START GUIDE ALTA DS 4K. Android EVK v QUICK START GUIDE ALTA DS 4K Android EVK v1.0.5 1.00-07052017-111300 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

QUICK START GUIDE AMOS-820. Android BSP v

QUICK START GUIDE AMOS-820. Android BSP v QUICK START GUIDE AMOS-820 Android BSP v4.0.2 1.00-08112016-145000 Copyright Copyright 2016 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

DEVELOPMENT GUIDE VAB-630. Linux BSP v

DEVELOPMENT GUIDE VAB-630. Linux BSP v DEVELOPMENT GUIDE VAB-630 Linux BSP v1.0.1 100-09182017-114400 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

QUICK START GUIDE VAB-630. Android EVK v

QUICK START GUIDE VAB-630. Android EVK v QUICK START GUIDE VAB-630 Android EVK v1.0.3 1.00-08112017-110800 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

QUICK START GUIDE VAB-820. Android EVK v

QUICK START GUIDE VAB-820. Android EVK v QUICK START GUIDE VAB-820 Android EVK v5.0.6.0-08207-095700 Copyright Copyright 207 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

QUICK START GUIDE AMOS-825. Android EVK v

QUICK START GUIDE AMOS-825. Android EVK v QUICK START GUIDE AMOS-825 Android EVK v5.0.3 1.00-051702018-120700 Copyright Copyright 2018 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

DEVELOPMENT GUIDE VAB-820. Android BSP v

DEVELOPMENT GUIDE VAB-820. Android BSP v DEVELOPMENT GUIDE VAB-820 Android BSP v5.0.6 1.01-08112017-095100 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

DEVELOPMENT GUIDE VIA VAB-820. Android BSP v

DEVELOPMENT GUIDE VIA VAB-820. Android BSP v DEVELOPMENT GUIDE VIA VAB-820 Android BSP v5.0.9 1.00-12202018-135700 Copyright Copyright 2018 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

USER MANUAL ENT-610M

USER MANUAL ENT-610M 1.00-04252016-093700 USER MANUAL E0M Copyright Copyright 2016 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed, stored in a retrieval

More information

DEVELOPMENT GUIDE VAB-630. Android BSP v

DEVELOPMENT GUIDE VAB-630. Android BSP v DEVELOPMENT GUIDE VAB-630 Android BSP v1.0.3 1.00-08112017-153900 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

SCM-i.MX 6 Series Yocto Linux User's Guide

SCM-i.MX 6 Series Yocto Linux User's Guide NXP Semiconductors Document Number: SCMIMX6LRNUG User's Guide Rev. L4.1.15-2.0.0-ga, 04/2017 SCM-i.MX 6 Series Yocto Linux User's Guide 1. Introduction The NXP SCM Linux BSP (Board Support Package) leverages

More information

DEVELOPMENT GUIDE AMOS-825. Android BSP v

DEVELOPMENT GUIDE AMOS-825. Android BSP v DEVELOPMENT GUIDE AMOS-825 Android BSP v5.0.3 1.00-05172018-120700 Copyright Copyright 2018 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

QUICK START GUIDE VIA VAB-820. Android EVK v

QUICK START GUIDE VIA VAB-820. Android EVK v QUICK START GUIDE VIA VAB-820 Android EVK v5.0.9 1.00-12202018-115700 Copyright Copyright 2018 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

DS2 Products Auto-Update Tool BSP

DS2 Products Auto-Update Tool BSP 1.01-05192015-174700 USER GUIDE DS2 Products Auto-Update Tool BSP V1.3 Copyright Copyright 2013 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

QUICK START GUIDE VAB-600. Android BSP v

QUICK START GUIDE VAB-600. Android BSP v QUICK START GUIDE VAB-600 Android BSP v1.2.2 1.00-09072016-160200 Copyright Copyright 2016 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

User Guide Yocto Linux. Board Support Package For Intel Quark

User Guide Yocto Linux. Board Support Package For Intel Quark User Guide Yocto Linux Board Support Package For Intel Quark 1 Table of Contents Table of Contents... 2 1. Getting Started... 3 1.1 Prerequisites... 4 1.1.1 To install required packages... 4 1.1.2 To install

More information

Oxalis Getting Started

Oxalis Getting Started Oxalis Getting Started Document: Document: Getting Started Content of the document: Version: 001 First steps to power up, the board, to run uboot, Creator: ANT/MSB build kernel and boot linux. Date: 01.12.2018

More information

SCM EVK (SCM120

SCM EVK (SCM120 SCM120-120-EVK (SCM120 and SCB120) BSP Linux User s Manual Disclaimers This manual has been carefully checked and believed to contain accurate information. Axiomtek Co., Ltd. assumes no responsibility

More information

Intel Do-It-Yourself Challenge Rebuild (with) Yocto Nicolas Vailliet

Intel Do-It-Yourself Challenge Rebuild (with) Yocto Nicolas Vailliet Intel Do-It-Yourself Challenge Rebuild (with) Yocto Nicolas Vailliet www.intel-software-academic-program.com paul.guermonprez@intel.com Intel Software 2014-02-01 Why? Should I? Yocto? Is Yocto a distribution?

More information

Intel Do-It-Yourself Challenge Compile C/C++ for Galileo Nicolas Vailliet

Intel Do-It-Yourself Challenge Compile C/C++ for Galileo Nicolas Vailliet Intel Do-It-Yourself Challenge Compile C/C++ for Galileo Nicolas Vailliet www.intel-software-academic-program.com paul.guermonprez@intel.com Intel Software 2014-02-01 Why? C/C++ code? Why C/C++ code? Arduino

More information

Getting Started with BeagleBoard xm

Getting Started with BeagleBoard xm Getting Started with BeagleBoard xm by Getting Started with BeagleBoard-xM 1. Beagleboard-xM BeagleBoard.org ก Texas Instruments DM3730 1 GHz ก ARM Cortex-A8 (DSP) (PowerVR) (RAM) 512 MB Serial Port, USB

More information

Renesas Koelsch Hardware Setup and Software Installation

Renesas Koelsch Hardware Setup and Software Installation Renesas Koelsch Hardware Setup and Software Installation Table of content Introduction Master GDP-ivi10 GDP-ivi9 GDP-ivi7 Software setup Pre-built binaries Quick Start Obtain and Install Renesas Graphics

More information

Q7M EVK (Q7M120

Q7M EVK (Q7M120 Q7M120-120-EVK (Q7M120 and Q7B120) BSP Linux User s Manual Disclaimers This manual has been carefully checked and believed to contain accurate information. Axiomtek Co., Ltd. assumes no responsibility

More information

VAB-600 Linux BSP v1.2.1

VAB-600 Linux BSP v1.2.1 QUICK START GUIDE VAB-600 Linux BSP v1.2.1 100-05202016-113800 Copyright Copyright 2016 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

ConnectCore 6 Android/Yocto. Getting Started Guide

ConnectCore 6 Android/Yocto. Getting Started Guide ConnectCore 6 Android/Yocto Getting Started Guide Revision history 90001397 Revision Date Description A May, 2014 Initial release B May, 2017 Updated branding and made editorial enhancements. Trademarks

More information

Tool installation for PMC-MC-X2/X4 with P2020 series processor

Tool installation for PMC-MC-X2/X4 with P2020 series processor DYNAMIC ENGINEERING 150 DuBois, Suite C Santa Cruz, CA 95060 (831) 457-8891 Fax (831) 457-4793 http://www.dyneng.com sales@dyneng.com Est. 1988 Tool installation for PMC-MC-X2/X4 with P2020 series processor

More information

Quick Start Guide EX-9686U/A-L(A9) Copyright TOPSCCC Technology CO., LTD. All rights reserved

Quick Start Guide EX-9686U/A-L(A9) Copyright TOPSCCC Technology CO., LTD. All rights reserved Quick Start Guide Copyright 2000 2014 TOPSCCC Technology CO., LTD. All rights reserved Release Notes Version Release Date Notes 1.0 June 2013 Initial release 2.0 October 2013 Correct some typo errors 3.1

More information

RZ/G Verified Linux Package V2.1.0-RT

RZ/G Verified Linux Package V2.1.0-RT RZ/G Verified Linux Package V2.1.0-RT R01TU0254EJ0100 Rev. 1.00 Introduction This release note describes the contents, building procedures and important points of the RZ/G Verified Linux Package V2.1.0-RT

More information

Wind River Pulsar Linux Quick Start For Avnet Zynq Version 7.0

Wind River Pulsar Linux Quick Start For Avnet Zynq Version 7.0 Wind River Pulsar Linux Quick Start For Avnet Zynq Version 7.0 Page 1 Copyright 2017 Avnet, Inc. AVNET, Reach Further, and the AV logo are registered trademarks of Avnet, Inc. All other brands are the

More information

Matrix-710. Linux-Ready Cortex-A5 Industry IoT Gateway. Hardware Guide. Version: Nov.

Matrix-710. Linux-Ready Cortex-A5 Industry IoT Gateway. Hardware Guide. Version: Nov. Matrix-710 Linux-Ready Cortex-A5 Industry IoT Gateway Hardware Guide Version: 1.01 2017 Nov. Copyright Artila Electronics Co., Ltd. All Rights Reserved Trademarks The Artila logo is a registered trademark

More information

Quick Start Guide SBC21/NSD21/EC 21 SBC21 / EC21 / NSD21. Quick Start Guide. Copyright IC Nexus Corporation. All rights reserved

Quick Start Guide SBC21/NSD21/EC 21 SBC21 / EC21 / NSD21. Quick Start Guide. Copyright IC Nexus Corporation. All rights reserved SBC21 / EC21 / NSD21 Quick Start Guide Copyright 2000 2013 IC Nexus Corporation. All rights reserved Release Notes Version Release Date Notes 1.0 June 2013 Initial release 2.0 October 2013 Correct some

More information

GIGABYTE. Software Reference Guide for MP30 (APM) Platform R01. Document Version:

GIGABYTE. Software Reference Guide for MP30 (APM) Platform R01. Document Version: GIGABYTE Software Reference Guide for MP30 (APM) Platform R01 Document Version: R01 1 CONTENTS BASICS SECTION... 3 1.1 Equipment and tools list... 3 1.2 How to make Ubuntu OS image to SD card... 5 1.3

More information

LotOS Framework. Getting Started Guide for Banana Pi. Copyright (C) 2015 ilbers GmbH Revision 1.1,

LotOS Framework. Getting Started Guide for Banana Pi. Copyright (C) 2015 ilbers GmbH Revision 1.1, LotOS Framework Getting Started Guide for Banana Pi Copyright (C) 2015 ilbers GmbH Revision 1.1, 2015-10-20 Mango hypervisor and LotOS framework are copyright (C) 2014 2015 ilbers GmbH. All rights reserved.

More information

Linux. For BCT RE2G2. User Guide. Document Reference: BCTRE2G2 Linux User Guide. Document Issue: Associated SDK release: 1.

Linux. For BCT RE2G2. User Guide. Document Reference: BCTRE2G2 Linux User Guide. Document Issue: Associated SDK release: 1. Linux For BCT RE2G2 User Guide Document Reference: BCTRE2G2 Linux User Guide Document Issue: 1.05 Associated SDK release: 1.04 Author: D Robinson Contents Introduction... 3 Environment Setup... 3 Required

More information

Yocto Project components

Yocto Project components Lecture 3 3 Yocto Project components 25 octombrie 2016 Exam questions 1. Please write al least four of the described components of a GNU toolchain 2. List the components which define a Linux distribution

More information

LTIB for i.mx28, a step-by-step guide

LTIB for i.mx28, a step-by-step guide LTIB for i.mx28, a step-by-step guide Note: This guide shows how to get a target system building and running on an i.mx28 EVK board. Install LTIB Configure and build First time configuration LTIB configuration

More information

400AP Application Note Uploading Firmware Images to 400AP NAND Flash Models

400AP Application Note Uploading Firmware Images to 400AP NAND Flash Models June 2014 400AP Application Note Uploading Firmware Images to 400AP NAND Flash Models Author: Thomas W. Heck, Sr. Design Engineer Janus Remote Communications Table of Contents Overview..................................................................................

More information

Linux. For BCT TM1 / HB5. User Guide. Document Reference: BCTTM1HB5 Linux User Guide. Document Issue: 1.2. Associated SDK release: 1.

Linux. For BCT TM1 / HB5. User Guide. Document Reference: BCTTM1HB5 Linux User Guide. Document Issue: 1.2. Associated SDK release: 1. Linux For BCT TM1 / HB5 User Guide Document Reference: BCTTM1HB5 Linux User Guide Document Issue: 1.2 Associated SDK release: 1.2 Author: D Robinson Contents 1. Introduction... 4 2. Environment Setup...

More information

rbox610 Series Robust Din-rail Fanless Embedded System Web Configuration and App Software User s Manual

rbox610 Series Robust Din-rail Fanless Embedded System Web Configuration and App Software User s Manual rbox610 Series Robust Din-rail Fanless Embedded System Web Configuration and App Software User s Manual Disclaimers This manual has been carefully checked and believed to contain accurate information.

More information

IoT with Intel Galileo Gerardo Carmona. makerobots.tk

IoT with Intel Galileo Gerardo Carmona. makerobots.tk IoT with Intel Galileo Gerardo Carmona Outline What is Intel Galileo? Hello world! In Arduino Arduino and Linux Linux via SSH Playing around in Linux Programming flexibility How GPIOs works Challenge 1:

More information

Embedded M2M Software Testing

Embedded M2M Software Testing Embedded M2M Software Testing Slide 1 Neratec Overview WLAN Products Industrial Wireless LAN Stations WLAN Outdoor Access Points WLAN Module high performance, long distance M2M/IoT and Wireless Sensor

More information

PICO-i.MX6UL Development Platform for Android Things Quick Start Guide

PICO-i.MX6UL Development Platform for Android Things Quick Start Guide NXP Semiconductors Document Number: PICOIMX6ULQSUG User's Guide Rev. 0, 12/2017 PICO-i.MX6UL Development Platform for Android Things Quick Start Guide 1. Overview This tutorial helps new developers get

More information

USB 3.0 Dual Port Gigabit. Ethernet Cable

USB 3.0 Dual Port Gigabit. Ethernet Cable USB 3.0 Dual Port Gigabit Ethernet Cable User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction...

More information

Installation of RedHawk on Jetson TX1, TX2 and TX2i Development Boards Release Notes

Installation of RedHawk on Jetson TX1, TX2 and TX2i Development Boards Release Notes Installation of RedHawk 7.3.2 on Jetson TX1, TX2 and TX2i Development Boards Release Notes July 20 th, 2018 0898003-7.3.2-TX-REV-A This page intentionally left blank 1. Introduction This document describes

More information

Matrix-700 Linux-Ready Cortex-A5 Industry IoT Gateway Hardware Guide

Matrix-700 Linux-Ready Cortex-A5 Industry IoT Gateway Hardware Guide Matrix-700 Linux-Ready Cortex-A5 Industry IoT Gateway Hardware Guide Version: 1.12 2018 Jan. Copyright Artila Electronics Co., Ltd. All Rights Reserved. Matrix-700 Hardware Guide Trademarks The Artila

More information

imx6-dk ARM A9 Development Kit Linux Development Guide

imx6-dk ARM A9 Development Kit Linux Development Guide imx6-dk ARM A9 Development Kit Linux Development Guide Cadia Networks Laguna Hills, CA Tel: +1-866-462-2342 www.cadianetworks.com support@cadianetworks.com Doc Number: R1401-001 Revision 1.1 January 22,

More information

Lab2 - Bootloader. Conventions. Department of Computer Science and Information Engineering National Taiwan University

Lab2 - Bootloader. Conventions. Department of Computer Science and Information Engineering National Taiwan University Lab2 - Bootloader 1 / 20 Cross-compile U-Boot. Connect to Raspberry Pi via an USB-TTL cable. Boot Raspberry Pi via U-Boot. 2 / 20 Host Machine OS: Windows Target Machine Raspberry Pi (2 or 3) Build Machine

More information

Matrix 500 Quick Installation Guide

Matrix 500 Quick Installation Guide Overview Matrix 500 features four serial ports, 10/100 Mbps Ethernet, USB port and SD socket for flash disk expansion. The preinstall Linux OS and GNU tool chain make Matrix 500 ready for your application

More information

imx6 TinyRex Development Kit QUICK GUIDE

imx6 TinyRex Development Kit QUICK GUIDE imx6 TinyRex Development Kit QUICK GUIDE Last updated: June 30, 207 About Voipac imx6 TinyRex Development Kit Packing List Connectors Locations Connecting the Components and Cables The First Steps Controlling

More information

Zephyr Kernel Installation & Setup Manual

Zephyr Kernel Installation & Setup Manual Zephyr Kernel Installation & Setup Manual Zephyr kernel is a small footprint Single address space OS, i.e, it combines application specific code with a custom kernel to create a monolithic image that gets

More information

Working with Yocto to Build Linux

Working with Yocto to Build Linux Working with Yocto to Build Linux Working with Yocto to Build Linux Working With Yocto to Build Linux Page 2 Embedded Artists AB Jörgen Ankersgatan 12 SE-211 45 Malmö Sweden http://www.embeddedartists.com.

More information

P1010RDB-PB Quick Start Guide

P1010RDB-PB Quick Start Guide Freescale Semiconductor P1010RDB-PB Quick Start Guide Document Number: P1010RDBPBQS Rev. 0, 10/2013 P1010RDB-PB Quick Start Guide 1 Introduction to P1010RDB-PB This quick start guide applies to boards

More information

Internet Of Things You Search. IOTCape User manual IOTYS SARL All rights reserved IOTCape - User manual Page 1 of 17

Internet Of Things You Search. IOTCape User manual IOTYS SARL All rights reserved IOTCape - User manual Page 1 of 17 Internet Of Things You Search IOTCape User manual 2015 IOTYS SARL All rights reserved IOTCape - User manual Page 1 of 17 TABLE OF CONTENT 1 Introduction... 5 1.1 Scope... 5 1.2 Product description... 5

More information

SAMA5D3x-CM Instruction to program images with PEEDI

SAMA5D3x-CM Instruction to program images with PEEDI SAMA5D3x-CM Instruction to program images with PEEDI 1) To begin programing with PEEDI you need to prepare some cables and install a terminal emulation software 1.1 First ensure that you have installed

More information

Developing using C on imx Developer s Kits

Developing using C on imx Developer s Kits Developing using C on imx Developer s Kit Developing using C on imx Developer s Kits Developing using C on imx Developer s Kits Page 2 Embedded Artists AB Davidshallsgatan 16 SE-211 45 Malmö Sweden http://www.embeddedartists.com.

More information

A113X1 Development Kit

A113X1 Development Kit A113X1 Development Kit User Guide Revision: 4.0 Release Date: 2018-02-06 Amlogic, Ltd. COPYRIGHT 2017 Amlogic, Ltd. All rights reserved. No part of this document may be reproduced. Transmitted, transcribed,

More information

UT163/UT165/UT190 USB Flash Disk Utility

UT163/UT165/UT190 USB Flash Disk Utility UT163/UT165/UT190 USB Flash Disk Utility User s Manual Rev. 3.2.4.0 JUNE. 12, 2008 http://www.afatech.com All rights strictly reserved. Any portion of this paper shall not be reproduced, copied, or translated

More information

BE230E1. Software Programming Guide. Rev Bolymin, Inc. All Rights Reserved.

BE230E1. Software Programming Guide. Rev Bolymin, Inc. All Rights Reserved. BE230E1 Software Programming Guide Rev. 1.0 2016-2017 Bolymin, Inc. All Rights Reserved. 1 Revision History Version Note Date 0.1 Initial version 2016/10/25 0.5 Add Bolymin API definitions 2016/11/15 1.0

More information

AT91SAM9G45-EVK Linux. User Manual

AT91SAM9G45-EVK Linux. User Manual AT91SAM9G45-EVK Linux User Manual Revision History Rev Date Description 1.0 2011-02-10 Initial version Catalogue 1. BUILD THE DEVELOPMENT PLATFORM... 1 1.1Create the working directory... 1 1.2 Cross compilation

More information

Working with Yocto to Build Linux

Working with Yocto to Build Linux Working with Yocto to Build Linux Working with Yocto to Build Linux Working With Yocto to Build Linux Page 2 Embedded Artists AB Davidshallsgatan 16 SE-211 45 Malmö Sweden http://www.embeddedartists.com.

More information

USB Type-C Dual Port Gigabit. Ethernet Cable

USB Type-C Dual Port Gigabit. Ethernet Cable USB Type-C Dual Port Gigabit Ethernet Cable User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction...

More information

OMAP3530 has 256MB NAND flash in PoP (PoP: Package-On-Package implementation for Memory Stacking) configuration.

OMAP3530 has 256MB NAND flash in PoP (PoP: Package-On-Package implementation for Memory Stacking) configuration. 1 of 7 04/18/09 15:39 BeagleBoardNAND From elinux.org This page is about using (booting/running from) NAND (http://en.wikipedia.org/wiki/flash_memory#nand_flash) memory on BeagleBoard. Parts of this page

More information

RELEASE NOTES. for QNX SP1 BSP for the Karo TX6DL (Freescale i.mx6 Dual Lite)

RELEASE NOTES. for QNX SP1 BSP for the Karo TX6DL (Freescale i.mx6 Dual Lite) SITRE sarl La Grande Arche Paroi Nord 92044 Paris ladéfense RELEASE NOTES for QNX 6.5.0 SP1 BSP for the Karo TX6DL (Freescale i.mx6 Dual Lite) QNX 6.5.0 SP1 BSP for KaRo Electronics s TX6DL StarterKit

More information

Yocto Project and OpenEmbedded training 3-day session

Yocto Project and OpenEmbedded training 3-day session Yocto Project and OpenEmbedded training 3-day session Title Yocto Project and OpenEmbedded development training Overview Understanding the Yocto Project Using it to build a root filesystem and run it on

More information

UPGRADING ARCTIC CONTROL S FIRMWARE

UPGRADING ARCTIC CONTROL S FIRMWARE Viola Systems Ltd. tel +358-(0)201-226 226 Lemminkäisenkatu 14-18A fax +358-(0)201-226 220 FIN-20520, Turku e-mail support@violasystems.com Finland APPLICATION NOTE VA-10-1-2 UPGRADING ARCTIC CONTROL S

More information

EX L-8 User Guide

EX L-8 User Guide EX-9486-2L-8 User Guide Introduction: EX-9486-2L-8 are ARM9-based Linux ready industrial computer. The keyfeatures are as follow: 1. ARM920T ARM Thumb Processor with 200MIPS at 180MHz,Memory Management

More information

USB Type-C Gigabit Ethernet. Adapter

USB Type-C Gigabit Ethernet. Adapter USB Type-C Gigabit Ethernet Adapter User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3

More information

Item Number Item Name Qty conga-qeval/qseven each

Item Number Item Name Qty conga-qeval/qseven each 1 Subject Affected Products conga-qmx6 Subject Quick Start Guide Date (dd.mm.yy) 17.05.13 Author MSW 2 Affected Article Numbers Article Number(s) Numerous Product conga-qmx6 (hardware revision B.1) 3 Information

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide DL-200 Cellular Data logger V1.2_201610 TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 4 1.1 CONTENTS LIST... 5 1.2 HARDWARE INSTALLATION... 6 1.2.1 WARNING... 6 1.2.2 SYSTEM REQUIREMENTS...

More information

Serial to Ethernet Converter

Serial to Ethernet Converter Serial to Ethernet Converter User s Manual Version 1.1 2004 Infosystem Technology Corporation Disclaimers The information in this manual has been carefully checked and is believed to be accurate. Infosystem

More information

VortiQa Enterprise Quick Start Guide

VortiQa Enterprise Quick Start Guide Freescale Semiconductor Document Number: VQSEQSG Quick Start Guide Rev. 0, 06/2009 VortiQa Enterprise Quick Start Guide 1 Introduction This document describes how to set up and install the VortiQa software

More information

M-508 Quick Installation Guide. Screw: Φ 3 mm

M-508 Quick Installation Guide. Screw: Φ 3 mm Overview M-08 is a Linux ready Single Board Computer featuring four serial ports, 0/00 Mbps Ethernet, USB port and SD socket for flash disk expansion. The pre-install Linux OS and GNU tool chain make M-08

More information

RNG-406Uv2. USB 3.0 to Gigabit Ethernet Cable

RNG-406Uv2. USB 3.0 to Gigabit Ethernet Cable RNG-406Uv2 USB 3.0 to Gigabit Ethernet Cable Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features... 3 1.3 System Requirements... 4 1.4 Package Contents... 4 Chapter 2: Getting

More information

This guide is used as an entry point into the Petalinux tool. This demo shows the following:

This guide is used as an entry point into the Petalinux tool. This demo shows the following: Petalinux Design Entry Guide. This guide is used as an entry point into the Petalinux tool. This demo shows the following: How to create a Linux Image for a Zc702 in Petalinux and boot from the SD card

More information

Link Gateway ISO Installation Manual

Link Gateway ISO Installation Manual Link Gateway ISO Installation Manual Copyright 2016 NetLinkz. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into

More information

SAMSUNG ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE. Products and specifications discussed

SAMSUNG ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE. Products and specifications discussed SAMSUNG ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE. Products and specifications discussed herein are for reference purposes only. All information discussed

More information

RakunLS1, Qseven SBC module with LS1021A

RakunLS1, Qseven SBC module with LS1021A RakunLS1, Qseven SBC module with LS1021A Software user manual $HeadURL: https://svn.borea.si/svn/docs/rakun/docs/rakunls1_sw_um.fodt $ $Rev: 932 $ $Date: 2015-10-15 16:02:53 +0200 (čet, 15 okt 2015) $

More information

Overo Conduit Setup Guide. Bring-up guide for Gumstix R Overo LoRaWAN gateway board withthethingsnetwork.org

Overo Conduit Setup Guide. Bring-up guide for Gumstix R Overo LoRaWAN gateway board withthethingsnetwork.org Overo Conduit Setup Guide Bring-up guide for Gumstix R Overo LoRaWAN gateway board withthethingsnetwork.org Revised October 2, 2017 Overo Conduit Setup Guide Gumstix, Inc. 2017 October 2, 2017 Contents

More information

Install and Configure Ubuntu on a VirtualBox Virtual Machine

Install and Configure Ubuntu on a VirtualBox Virtual Machine Install and Configure Ubuntu on a VirtualBox Virtual Machine Ronald Mak Department of Computer Engineering Department of Computer Science January 11, 2019 Introduction Because the class will use Linux

More information

UPGRADING THE ARCTIC FIRMWARE

UPGRADING THE ARCTIC FIRMWARE Viola Systems Ltd. tel +358-(0)201-226 226 Lemminkäisenkatu 14-18B fax +358-(0)201-226 220 FIN-20520, Turku e-mail support@violasystems.com Finland APPLICATION NOTE VA-09-5-2 UPGRADING THE ARCTIC FIRMWARE

More information

M-606 Linux ARM9 Single Board Computer User Guide

M-606 Linux ARM9 Single Board Computer User Guide M-606 Linux ARM9 Single Board Computer User Guide Version 1.0 Copyright Artila Electronics Co., Ltd. All Rights Reserved. Table of Contents 1. Introduction... 1 1.1 Features... 1 1.2 Packing List... 1

More information

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite.

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite. EMBEDDED ARM TRAINING SUITE ARM SUITE INCLUDES ARM 7 TRAINER KIT COMPILER AND DEBUGGER THROUGH JTAG INTERFACE PROJECT DEVELOPMENT SOLUTION FOR ARM 7 e-linux LAB FOR ARM 9 TRAINING PROGRAM INTRODUCTION

More information

1. Conventions in this tutorial Introduction Check and change configuration settings as needed Start Digi ESP...

1. Conventions in this tutorial Introduction Check and change configuration settings as needed Start Digi ESP... This tutorial introduces the power and features of Digi ESP for Embedded Linux as a development environment. It shows how to create a simple Linux application, transfer it to a target development board,

More information

PROGRAMMING GUIDE. VIA Smart ETK SDK. v

PROGRAMMING GUIDE. VIA Smart ETK SDK. v PROGRAMMING GUIDE VIA Smart ETK SDK v1.0.0 1.00-08112017-165900 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

In this video, I will be covering DM385 IPNC RDK out of box demo-- Here, I'll be showing flashing the uboot using prebuilt binaries available in RDK--

In this video, I will be covering DM385 IPNC RDK out of box demo-- Here, I'll be showing flashing the uboot using prebuilt binaries available in RDK-- MANISHA AGRAWAL: Hi. My name is Manisha Agrawal. I am with Texas Instruments Video Security team. In this video, I will be covering DM385 IPNC RDK out of box demo-- Part 3. Here, I'll be showing flashing

More information

CDE250 IPMI Firmware v3.12 Upgrade. Modification History

CDE250 IPMI Firmware v3.12 Upgrade. Modification History Document Number Created By EDCS-11510417 S. Parry CDE250 IPMI Firmware v3.12 Upgrade Details the process of upgrading CDE250 IPMI firmware to v3.12 in the field Field Notice #64219 Modification History

More information

Matrix 513 User Guide

Matrix 513 User Guide Matrix 513 User Guide Version 1.0 Introduction: Matrix 513 is an ARM9-based Linux ready industrial computer. The key features are as follow: Matrix 513Layout Remove the cap to install ANT 1. Atmel AT91SAM9G45

More information

Manual of ET-LCD SW HAT

Manual of ET-LCD SW HAT ET- LCD SW HAT ET-LCD SW HAT is Board I/O that is specifically designed for connection with Board Raspberry Pi through Connector 40-PIN; this board includes LCD 16x2, SW, Buzzer, RTC DS3231 with Connector

More information

MB/ Starter Kit: First Steps

MB/ Starter Kit: First Steps MB/1520-100 Starter Kit: First Steps The Application Board MB/1520-100 Starter Kit contains everything you need to get started to build your safe embedded communication environment via Ethernet technology.

More information

System Manager Unit (SMU) Hardware Reference

System Manager Unit (SMU) Hardware Reference System Manager Unit (SMU) Hardware Reference MK-92HNAS065-02 Notices and Disclaimer Copyright 2015 Hitachi Data Systems Corporation. All rights reserved. The performance data contained herein was obtained

More information

CDE250 IPMI Firmware Upgrade. Reviewers. Modification History

CDE250 IPMI Firmware Upgrade. Reviewers. Modification History Document Number Created By EDCS-1409002 S. Parry CDE250 IPMI Firmware Upgrade Details the process of upgrading CDE250 IPMI firmware to v3.03 in the field Field Notice #63883 Reviewers Department Name/Title

More information