forked from Github_Repos/cvw
rename dump-dts debug script
This commit is contained in:
parent
7b52ff9fcf
commit
fd4556393b
2
.gitignore
vendored
2
.gitignore
vendored
@ -53,7 +53,7 @@ examples/asm/example/example
|
||||
examples/C/sum/sum
|
||||
examples/C/fir/fir
|
||||
linux/devicetree/debug/*
|
||||
!linux/devicetree/debug/dumpdts.sh
|
||||
!linux/devicetree/debug/dump-dts.sh
|
||||
*.dtb
|
||||
synthDC/WORK
|
||||
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…
Reference in New Issue
Block a user