# Upgrade OTA

Source: [https://docs.qualcomm.com/doc/80-88500-2/topic/47_Upgrade_OTA.html](https://docs.qualcomm.com/doc/80-88500-2/topic/47_Upgrade_OTA.html)

To upgrade OTA, perform the following steps:
      
1. Push full-OTA packages into /data.

        adb push update_ext4.zip /data/Copy to clipboard
2. Connect the console and run upgrade.sh script.

        cd /Copy to clipboard

        ota-upgrade.shCopy to clipboard

Once the commands are run, the package is automatically upgraded and the system searches for errors or any fails during the upgrade. The packages reboot automatically after the completion.

Note: Use the console to run ota-upgrade.sh script instead of adb.

**Parent Topic:** [Over-the-air (OTA) (Linux Ubuntu)](https://docs.qualcomm.com/doc/80-88500-2/topic/45_Over_the_air__OTA_.html)

Last Published: Aug 18, 2023

[Previous Topic
Generate a full-OTA package](https://docs.qualcomm.com/bundle/publicresource/80-88500-2/topics/46_Generate_a_full_OTA_package.md) [Next Topic
Implement Ubuntu AB OTA based on General AB OTA](https://docs.qualcomm.com/bundle/publicresource/80-88500-2/topics/48_Implement_Ubuntu_AB_OTA_based_on_General_AB_OTA.md)