mirror of https://github.com/m-labs/artiq.git
bootloader: print gateware ident
This commit is contained in:
parent
2caeea6f25
commit
999ec40e79
|
@ -87,6 +87,8 @@ fn startup() -> bool {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
println!("Gateware ident {}", board::ident::read(&mut [0; 64]));
|
||||||
|
|
||||||
println!("Initializing SDRAM...");
|
println!("Initializing SDRAM...");
|
||||||
|
|
||||||
if unsafe { board::sdram::init(Some(&mut Console)) } {
|
if unsafe { board::sdram::init(Some(&mut Console)) } {
|
||||||
|
|
Loading…
Reference in New Issue