# Develop using RB5 platform

Source: [https://docs.qualcomm.com/doc/80-88500-5/topic/develop_the_device_using_qualcomm_robotics_rb5_platform.html](https://docs.qualcomm.com/doc/80-88500-5/topic/develop_the_device_using_qualcomm_robotics_rb5_platform.html)

## About this task

Note: Not supported on the Linux Embedded
        systems.

The prerequisites for setting up the device for development are:

## Procedure

1. Set up the network (Wi-Fi and Ethernet).
2. Run the following command to set up the build environment:
        
apt install gcc g++Copy to clipboard
3. Connect to the USB port and ensure that the device is detected in the Android Debug Bridge mode.

## Results

Write a simple program on the Qualcomm Robotics RB5 Platform shell terminal. Print a line of characters: **Hello World!** using the following commands:

adb shellCopy to clipboard

    sh-4.4#vi hello.cCopy to clipboard

    sh-4.4#gcc hello.c -o helloCopy to clipboard

    sh-4.4# ./hello
    Hello world!Copy to clipboard

    sh-4.4#Copy to clipboard

- **[Sample from GitHub](https://docs.qualcomm.com/doc/80-88500-5/topic/sample_from_github.html)**

**Parent Topic:** [Develop applications](https://docs.qualcomm.com/doc/80-88500-5/topic/develop_applications.html)

Last Published: Nov 25, 2025

[Previous Topic
Pack the image](https://docs.qualcomm.com/bundle/publicresource/80-88500-5/topics/packing.md) [Next Topic
Sample from GitHub](https://docs.qualcomm.com/bundle/publicresource/80-88500-5/topics/sample_from_github.md)