pub fn provision(
ctx: &Ctx,
a: &Args<'_>,
load: Loader<'_>,
p: &mut dyn Progress,
) -> Result<()>Expand description
Provision a card: snapshot, firmware, configuration, EEPROM, verify. Cancellation is honoured between the five steps.
ยงErrors
Fails at the first step whose result cannot be verified.