# Upgrade the QIRF SDK Source: [https://docs.qualcomm.com/doc/80-70015-265/topic/upgrade-the-qirf-sdk_7_1.html](https://docs.qualcomm.com/doc/80-70015-265/topic/upgrade-the-qirf-sdk_7_1.html) You can upgrade the version of QIRF SDK to either the latest or specified version. ## About this task **Upgrade QIRF to the latest version:** To upgrade the QIRF SDK to the latest version, follow these steps: **Steps:** ## Procedure 1. Go to the robotics directory. cd /layers/meta-qcom-roboticsCopy to clipboard 2. Get the latest version using git. git remote update git pull github kirkstoneCopy to clipboard 3. After upgrade, recompile the QIRP SDK using the steps in [Build with Dockerfile](https://docs.qualcomm.com/doc/80-70015-265/topic/build-with-github-binaries.html#ID-task-d4319e392). ## Results **Upgrade QIRF to a specific version by tags** To upgrade the QIRF SDK by tags, follow these steps: **Steps:** 1. Find the `` of "QIRF SDK" layer at [https://github.com/quic-yocto/meta-qcom-robotics/tags](https://github.com/quic-yocto/meta-qcom-robotics/tags). 2. Go to the robotics directory. cd /layers/meta-qcom-roboticsCopy to clipboard 3. Upgrade to the release tag. git remote update git checkout -b Copy to clipboard 4. After upgrade, recompile the QIRP SDK using the steps in [Build with Dockerfile](https://docs.qualcomm.com/doc/80-70015-265/topic/build-with-github-binaries.html#ID-task-d4319e392). **Parent Topic:** [Upgrade individual SDKs](https://docs.qualcomm.com/doc/80-70015-265/topic/upgrade-individual-sdks_7.html) Last Published: Oct 15, 2024 [Previous Topic Upgrade individual SDKs](https://docs.qualcomm.com/bundle/publicresource/80-70015-265/topics/upgrade-individual-sdks_7.md) [Next Topic Upgrade the Qualcomm IM SDK](https://docs.qualcomm.com/bundle/publicresource/80-70015-265/topics/upgrade-the-qim-product-sdk_7_2.md)