Run: qemu-system-riscv32 -nographic -machine sifive_u -kernel target/riscv32imc-unknown-none-elf/release/helloworldpull/1/head
parent
b5ac2e7303
commit
78f67f82d3
@ -1,5 +1,5 @@ |
||||
MEMORY |
||||
{ |
||||
FLASH : ORIGIN = 0x20000000, LENGTH = 16M |
||||
RAM : ORIGIN = 0x80000000, LENGTH = 16K |
||||
FLASH : ORIGIN = 0x80000000, LENGTH = 16M |
||||
RAM : ORIGIN = 0x81000000, LENGTH = 16K |
||||
} |
||||
|
Loading…
Reference in new issue