fx ota
perform a system OTA on a connected device
usage: fx ota [--help] [--build|--no-build]
--build | --no-build Build (or not) the 'updates' target before initiating OTA.
--help Print out this message.
Ask the connected Fuchsia device to do an OTA.
Depending on the flags, this command will attempt to build the necessary
dependencies ('fx build updates') before requesting the OTA.
The default for --build is defined by the "incremental" feature:
'fx --enable=incremental ota' defaults to '--build'
'fx --disable=incremental ota' defaults to '--no-build'
A package server needs to be running and this command will fail if it is not.
ota source code
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-17 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-17 UTC."],[],[]]