mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 13:34:28 +00:00
7 lines
175 B
Bash
7 lines
175 B
Bash
|
#!/bin/bash
|
||
|
machine=virt
|
||
|
|
||
|
qemu-system-riscv64 -M $machine,dumpdtb=$machine.dtb -bios $RISCV/buildroot/output/images/fw_jump.elf
|
||
|
|
||
|
dtc -I dtb -O dts $machine.dtb > $machine.dts
|