# Clone Git repository

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

## About this task

Note: Not supported on the Linux Embedded
        systems.

The sample code to test the device functionality is available on [GitHub](https://github.com/quic/sample-apps-for-robotics-platforms). To clone the repository on the RB5 development kit, do the following:

## Procedure

1. To retrieve the list of devices, run the following command:
        
adb devicesCopy to clipboard
2. Enter the terminal through the `adb` shell or `ssh`. For example:
        
ssh root@qrb5165-rb5#Copy to clipboard
3. To create a directory, run the following command:
        
mkdir -p ~/DEVELOPMENT/qrb5165Copy to clipboard
4. To clone the Git repository, run the following command:
        
git clone https://github.com/quic/sample-apps-for-Qualcomm-Robotics-RB5- platformCopy to clipboard

**Parent Topic:** [Build and deploy sample applications](https://docs.qualcomm.com/doc/80-88500-5/topic/build_and_deploy_sample_applications.html)

Last Published: Nov 25, 2025

[Previous Topic
Build and deploy sample applications](https://docs.qualcomm.com/bundle/publicresource/80-88500-5/topics/build_and_deploy_sample_applications.md) [Next Topic
Sample applications](https://docs.qualcomm.com/bundle/publicresource/80-88500-5/topics/Sample-applications-overview.md)