Mark Glines wrote:
$ dtc -f -I dts -O dtb -o kuroboxHG.dtb -V 16 kuroboxHG.dts
DTC: dts->dtb on file "kuroboxHG.dts"
ERROR: Missing /chosen node
Input tree has errors
So, uh... is the *.dts file in 2.6.20-rc2 bad, or am I compiling it
wrongly? (And is this normally done by hand, or as part of the kernel
build process?)
You need to pass the -f option to dtc. Hopefully, dtc will be fixed to
not complain about this at some point.
-Scott