Flash status: scan PICOBIN blocks for per-slot validity and version
This commit is contained in:
@@ -227,7 +227,12 @@ func cmdFlashStatus(args []string) error {
|
||||
slog.Info("flash-status",
|
||||
"via", t.name,
|
||||
"boot_partition", status.BootPartition,
|
||||
"boot_type", status.BootType)
|
||||
"slot_a_valid", status.SlotA.Valid,
|
||||
"slot_a_version", status.SlotA.Version,
|
||||
"slot_a_hash_ok", status.SlotA.HashOK,
|
||||
"slot_b_valid", status.SlotB.Valid,
|
||||
"slot_b_version", status.SlotB.Version,
|
||||
"slot_b_hash_ok", status.SlotB.HashOK)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user