> I tried compiling it like this: > > $ dtc -f -I dts -O dtb mpc8349emds.dts > devices.dtb > DTC: dts->dtb on file "mpc8349emds.dts" > Warning: No cpu has "linux,boot-cpu" property > ERROR: Missing /chosen node > Input tree has errors You need to add -V 0x10 to dtc as well.