mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -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
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -53,7 +53,7 @@ examples/asm/example/example
|
||||||
examples/C/sum/sum
|
examples/C/sum/sum
|
||||||
examples/C/fir/fir
|
examples/C/fir/fir
|
||||||
linux/devicetree/debug/*
|
linux/devicetree/debug/*
|
||||||
!linux/devicetree/debug/dumpdts.sh
|
!linux/devicetree/debug/dump-dts.sh
|
||||||
*.dtb
|
*.dtb
|
||||||
synthDC/WORK
|
synthDC/WORK
|
||||||
synthDC/alib-52
|
synthDC/alib-52
|
||||||
|
|
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