mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-13 20:38:56 +08:00
coremgmt flash: update crc mismatch message
This commit is contained in:
parent
9882e16216
commit
21944ff865
@ -181,7 +181,7 @@ mod local_coremgmt {
|
||||
|
||||
reboot(_io, stream)?;
|
||||
} else {
|
||||
error!("CRC failed in SDRAM (actual {:08x}, expected {:08x})", actual_crc, expected_crc);
|
||||
error!("CRC failed, images have not been written to flash.\n(actual {:08x}, expected {:08x})", actual_crc, expected_crc);
|
||||
Reply::Error.write_to(stream)?;
|
||||
}
|
||||
Ok(())
|
||||
|
@ -139,7 +139,7 @@ impl Manager {
|
||||
}
|
||||
|
||||
} else {
|
||||
panic!("CRC failed in SDRAM (actual {:08x}, expected {:08x})", actual_crc, expected_crc);
|
||||
panic!("CRC failed, images have not been written to flash.\n(actual {:08x}, expected {:08x})", actual_crc, expected_crc);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user