Support CoreMgmt over DRTIO on Zynq Devices #323

Merged
sb10q merged 27 commits from occheung/artiq-zynq:drtio-coremgmt into master 2024-11-19 18:55:03 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ac6b7d5cf0 - Show all commits

View File

@ -137,7 +137,7 @@ impl<'a> Manager<'_> {
self.cfg.write("boot", image).expect("failed to write boot image"); self.cfg.write("boot", image).expect("failed to write boot image");
} else { } else {
panic!( 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 actual_crc, expected_crc
); );
} }