RB-Quick Start Guide
Last updated
Last updated
Before starting to work with RuggedBoard you have to understand the interfaces available with RuggedBoard.
Processor: NXP-i.MX 6 UL
SOM: phyCORE-i.MX 6UL
Processor Architecture: ARM-Cortex A7
Clock Frequency: 686 MHz
OS Build: Yocto Linux
Kernel-Version: Linux Kernel 4.9
RAM: 512MB
ROM: 512MB NAND Flash
Temperature Range: - 40° to + 85°C
Industrial Interfaces:
1x CAN
1x RS485
1x RS232
8x D I/O
1x Ethernet (10/100)
2x USB
GPIOs (Number Configurable)
Standard mikro-BUS
1x mPCIe
1x SIM and SD card slot
Expansion: I2C, SPI, UART, PWM
USB to microUSB cable
A PC/Laptop (Windows or Ubuntu OS)
Host PC requires Ubuntu-20.04 , 64-bit. To install Ubuntu, follow the below link :- 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 Ctrl + Alt + T
$ sudo apt-get update
$ sudo apt-get upgrade
Step 2: In terminal, type the following for testing of internet and press Enter.
Make sure your PC has internet connectivity. If there is no internet please connect to internet and the try again.
Step 3: Install minicom Serial terminal on the host PC to see RB Console.
Step 4: Connect the RuggedBoard to the HOST PC using USB cable provided inside the Box.
Step 5: To find your Serial Port
You should see something like
The port number (
ttyUSB0
)
may vary based on your PC port availability.
If nothing such is shown in the terminal remove and reconnect the USB cable. Now try the command once again.
Step 5: To configureminicom
to be used as a Serial terminal by using below command
Step 6: Select "Serial port setup" and press the respective key as shown below to change the value.
step 7: Press the "Enter" on "Save setup as dfl", it will save the modified settings as default and press "Enter" on "Exit".
Step 8: Press “Enter” once the minicom terminal window shows up. It will ask you to enter login credentials if everything is successful. Type "root
"
as login username and press "Enter". There is no default password for RuggedBoard.