On 6 February 2017 at 11:45, Hrishikesh Murukkathampoondi <[email protected]> wrote: > 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
You've specified the input format twice (with two -I options) and not specified the output format. You probably meant -O dts. thanks -- PMM
