mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 01:32:49 -04:00
rename dump-dts debug script
This commit is contained in:
parent
f823338597
commit
05dd37d3d6
2 changed files with 7 additions and 1 deletions
6
linux/devicetree/debug/dump-dts.sh
Executable file
6
linux/devicetree/debug/dump-dts.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue