qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-discuss] Generating device tree syntax file from QEMU dtb


From: Hrishikesh Murukkathampoondi
Subject: [Qemu-discuss] Generating device tree syntax file from QEMU dtb
Date: Mon, 6 Feb 2017 17:15:24 +0530

Hello

I am trying to get the device tree syntax file of the ARM64 virt machine 

I built the Device Tree Compiler from https://github.com/dgibson/dtc

Got a dump of the device tree using

Zeppelin:arm hrishi$ qemu-system-aarch64 -machine virt -cpu cortex-a57 -machine 
dumpdtb=virt.dtb

dtc gives me this error when trying to convert the blob to dts.

Zeppelin:arm hrishi$ dtc/dtc virt.dtb -I dtb -o virt.dts -I dts
Error: virt.dtb:1.1-2 syntax error
FATAL ERROR: Unable to parse input tree

How can I generate the device tree syntax file?

Thank you
Hrishi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]