pub fn fetch(name: &str, p: &mut dyn Progress) -> Result<()>Expand description
rxp firmware fetch NAME: download base_url/path with curl into the
cache after checking its sha256. With an empty base_url it reports
where the image is expected instead.
ยงErrors
An unknown name, a failed download, or a hash that disagrees with the manifest; the cache is left without the file on a mismatch.