Clarify OTA update instructions for Android (#1703)

This commit is contained in:
Caleb 2025-02-08 13:51:46 -05:00 committed by GitHub
parent 3744d9b1eb
commit 441861c8f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,9 +53,12 @@ OTA firmware updates are available for Android using an older release of the mor
1. Download the firmware release you wish to install from the [Meshtastic Download Page](/downloads) or [Meshtastic GitHub](https://github.com/meshtastic/firmware/releases). 1. Download the firmware release you wish to install from the [Meshtastic Download Page](/downloads) or [Meshtastic GitHub](https://github.com/meshtastic/firmware/releases).
2. Unzip the firmware folder 2. Unzip the firmware folder
3. Open the nRF Connect App and select CONNECT on your device from the SCANNER tab 3. Open the nRF Connect App and select CONNECT on your device from the SCANNER tab
4. Select the DFU icon from the top-right of the screen 4. If the top right corner of the interface that is shown says DISCONNECT, proceed to step 5, if it says CONNECT, select CONNECT
5. Select the correct device firmware file (will end with -ota.zip) 5. Select the DFU icon from the top-right of the screen
6. The update will start automatically 6. Select OK after verifying that "Distribution Packet (ZIP)" is selected
7. Select the correct device firmware file (will end with -ota.zip)
8. The update will start automatically (this will be slow)
9. Once the update is complete, the device will reboot automatically
</TabItem> </TabItem>