Qualcomm Robotics RB5/Software Support: Difference between revisions

From RidgeRun Developer Wiki
mNo edit summary
No edit summary
 
Line 5: Line 5:
{{DISPLAYTITLE:Qualcomm Robotics RB5/RB6- Software Support|noerror}}
{{DISPLAYTITLE:Qualcomm Robotics RB5/RB6- Software Support|noerror}}


In this section, you are going to learn about the software development kits (SDKs) available for Qualcomm Robotics RB5/RB6 and the devices from which the platform can boot ([[Qualcomm Robotics RB5/Software_Support/Boot_Devices|Boot Devices]]). An SDK provides a set of tools, documentation, libraries, and/or guides that allow developers to create software applications. It is the most convenient and fast way to build software for an embedded system. For RB5/RB6 we have the following options: Thundercomm SDK Manager and Linaro.
In this section, you are going to learn about the software development kits (SDKs) available for Qualcomm Robotics RB5/RB6 (QRB5165) and the devices from which the platform can boot ([[Qualcomm Robotics RB5/Software_Support/Boot_Devices|Boot Devices]]). An SDK provides a set of tools, documentation, libraries, and/or guides that allow developers to create software applications. It is the most convenient and fast way to build software for an embedded system. For RB5/RB6 we have the following options: Thundercomm SDK Manager and Linaro.


==Thundercomm==
==Thundercomm==
Thundercomm SDK Manager is the official SDK offered for the Qualcomm Robotics RB5/RB6. It's the easiest way to start developing on the RB5/RB6. It includes the tools to generate an OS image and flash it on the platform.
Thundercomm SDK Manager is the official SDK offered for the Qualcomm Robotics RB5/RB6 (QRB5165). It's the easiest way to start developing on the RB5/RB6. It includes the tools to generate an OS image and flash it on the platform.


You can learn how to get, install, and use the SDK manager in our [[Qualcomm Robotics RB5/Software_Support/SDK|Thundercomm SDK]] section.
You can learn how to get, install, and use the SDK manager in our [[Qualcomm Robotics RB5/Software_Support/SDK|Thundercomm SDK]] section.

Latest revision as of 17:29, 11 June 2024



Index






In this section, you are going to learn about the software development kits (SDKs) available for Qualcomm Robotics RB5/RB6 (QRB5165) and the devices from which the platform can boot (Boot Devices). An SDK provides a set of tools, documentation, libraries, and/or guides that allow developers to create software applications. It is the most convenient and fast way to build software for an embedded system. For RB5/RB6 we have the following options: Thundercomm SDK Manager and Linaro.

Thundercomm

Thundercomm SDK Manager is the official SDK offered for the Qualcomm Robotics RB5/RB6 (QRB5165). It's the easiest way to start developing on the RB5/RB6. It includes the tools to generate an OS image and flash it on the platform.

You can learn how to get, install, and use the SDK manager in our Thundercomm SDK section.

Linaro

Linaro offers an alternative set of Linux software builds for different platforms. They provide upstream support and a vanilla Linux distribution for the Qualcomm Robotics RB5/RB6. The Linaro OpenEmbedded RPB version 21.12 for the Robotics RB5/RB6 platform is based on the OpenEmbedded / Yocto Project release 3.1.12 (dunfell). It is also based on the Linux kernel 5.15.6.

To learn how to get, install and use it, please read our section on Linaro.


Index