RB-Quick Start Guide

RuggedBoard -A5D2x is an Industrial Pico Computer providing an easy migration path from MCU to MPU. RuggedBoard is enabled with industry Standard Yocto Build Embedded Linux platform and open source libraries for industrial IoT applications.

Highlights

  • Off-the-shelf Single Board Computer for IIoT

  • Feature rich & Highly cost optimized platform

  • Simple & Powerful Open Source Software IoT Stack

Specifications

Block Diagram

Power up Rugged Board:

List of Hardware components in box:

  • RuggedBoard-A5D2x

  • USB to microUSB cable

  • A PC/Laptop

Installing Ubuntu:

Host PC requires Ubuntu-16.x.x (LTS versions Recommended), 64-bit. To install Ubuntu, follow the below link. https://help.ubuntu.com/community/GraphicalInstall

After successful installation let us start working with Linux – Ubuntu OS

Step 1: Open an application on your computer called “Terminal” by pressing Control + Alt + T.

step 2: Install minicom Serial terminal on the host PC to see RB Console.

$ sudo apt-get install minicom

Note: Make sure your PC has internet connectivity

step 3: In terminal, type

$ ping www.google.com (for testing of internet and press enter)

step 4:Connect the RuggedBoard to the HOST PC using USB cable provided inside the Box.

To get RuggedBoard console

step 5: Setup minicom to be used as a Serial terminal by using below command

$sudo minicom –s

Press enter key to configure the serial port as shown below

Serialdevice : /dev/ttyUSB0 (Press “A” to modify the devic) Baudrate : 115200 (Press “E”) Hardware Flow Control : None (Press “F”) Software Flow Control : None (Press “G”)

step 6: Save setup as default and Exit

We will get the board terminal as shown below

To check the available contents inside the root directory type the following command. Type ls command and find some applications

root@ruggedBOARD-A5D2x# : ls

Observe blinking of the on board LED

root@ruggedBOARD-A5D2x# : python gpio_blinky.py ( To observe blinking of the on board LED)

Last updated

Was this helpful?