forked from M-Labs/artiq-zynq
satman: fix checksum error message
This commit is contained in:
parent
3019bc6123
commit
ac6b7d5cf0
|
@ -137,7 +137,7 @@ impl<'a> Manager<'_> {
|
|||
self.cfg.write("boot", image).expect("failed to write boot image");
|
||||
} else {
|
||||
panic!(
|
||||
"CRC failed in SDRAM (actual {:08x}, expected {:08x})",
|
||||
"CRC failed, images have not been written to flash.\n(actual {:08x}, expected {:08x})",
|
||||
actual_crc, expected_crc
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue