qemu: use phram instead of block2mtd

This commit is contained in:
Daniel Barlow 2023-11-05 19:13:51 +00:00
parent 46991e2761
commit c40eef25d6
5 changed files with 12 additions and 8 deletions

View file

@ -10,7 +10,7 @@
OF = "y";
USE_OF = "y";
};
hardware.ram.startAddress = lim.parseInt "0x0";
hardware.ram.startAddress = lim.parseInt "0x80000000";
boot.commandLine = [
"console=ttyS0,115200" # true of all mips we've yet encountered
];