aboutsummaryrefslogtreecommitdiff
path: root/riscv64-uboot.sh
blob: 70556084a333d8538e23eaca0cc106e62dfe9cdb (plain)
1
2
3
#!/bin/sh

qemu-system-riscv64 -machine virt -kernel /usr/share/qemu/u-boot-riscv64.bin -device loader,file=./src/kernel.bin,addr=0x80200000 -nographic -serial mon:stdio