mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	rename dump-dts debug script
This commit is contained in:
		
							parent
							
								
									f823338597
								
							
						
					
					
						commit
						05dd37d3d6
					
				
							
								
								
									
										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…
	
		Reference in New Issue
	
	Block a user