ruggedBOARD
Tutorial Using Python
Tutorial Using Python
  • Overview
  • Quick Start with RB
    • Pre-Requisite
      • Required Hardware and Software Components
      • Host Setup
      • Linux Commands
    • Power Up your RB
    • Fiddle with RB Command-line
  • Lib-Mraa & UPM Sensor Libraries (Python)
    • First Python Program
    • Know Your Libraries
      • LibMRAA
        • Python Programming using MRAA (SPI)
        • Python Programming using MRAA (PWM)
        • Python Programming using MRAA (gpio_blink)
        • Python Programming using MRAA (Aio)
      • LibUPM
    • Example Programs for Sensors
      • Procedure to interface phyNODE with RB
      • Accelerometer
      • Temperature Sensor
      • Pressure Sensor
      • Humidity Sensor
      • Magnetometer
      • PIR Sensor
      • Ultrasonic Sensor
      • Gas Sensor (MQ5)
    • mikroBUS UPM Sensor
    • Example programs for Communication Protocols
      • GPIO
      • I2C
      • UART
  • Hello World in C language
    • Setting up Environment
    • Transferring Files from Host to Board
    • Write your first C program
  • IoT Implementation
    • What is IoT?
    • IoT Protocols
    • MQTT Setup
  • Peripherals Functionality Testing using C Language
    • Interfaces
      • GPIO(General purpose Input/Output):
      • UART(Universal Asynchronous Receiver-Transmitter)
      • RS232
      • RS485
      • CAN
      • MikroBUS
      • mPCIe
  • Advance RB
    • Preparing SD card in case of OS failure
Powered by GitBook
On this page

Was this helpful?

  1. Quick Start with RB
  2. Pre-Requisite

Required Hardware and Software Components

PreviousPre-RequisiteNextHost Setup

Last updated 5 years ago

Was this helpful?

List of Hardware components required:

  • ruggedBOARD-A5D2x board.

  • USB to microUSB cable.

  • A PC with Linux or Windows installed.

List of software components required: - Download & Prepare the following software components before proceeding.

  • Images of OS i.e boot.bin, uboot.bin, zImage, at91-sama5d27_som1_ek.dtb, rootfs

  • Enviornment files tftp.sh, env.sh, Toolchain

  • Putty Terminal - Download a suitable version of "Putty" based on your PC configuration from the link below.

Note: Keep all the downloaded files in a single folder. Installation and setup process will be shown in the next sections.

You should have the below components before proceeding further on this tutorials.

  • eLinux_packages Script files.

You can download this scrip file from the link below and keep all the download files in a particular folder.

Getting Started

Developer Guide

How To-Dos

Use cases / Applications

eLinux_pkg.sh
Download PuTTY: latest release (0.76)
Logo