pub async fn run_devhost_ota(
cfg: DevhostConfig,
out_dir: ServerEnd<DirectoryMarker>,
) -> Result<(), Error>Expand description
Run an OTA from a development host. Returns when the system and SSH keys have been installed.
pub async fn run_devhost_ota(
cfg: DevhostConfig,
out_dir: ServerEnd<DirectoryMarker>,
) -> Result<(), Error>Run an OTA from a development host. Returns when the system and SSH keys have been installed.