<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:"Malgun Gothic";
        panose-1:2 11 5 3 2 0 0 2 0 4;}
@font-face
        {font-family:"Malgun Gothic";
        panose-1:2 11 5 3 2 0 0 2 0 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        text-autospace:none;
        word-break:break-hangul;
        font-size:10.0pt;
        font-family:"Malgun Gothic";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Malgun Gothic";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Malgun Gothic";}
/* Page Definitions */
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:3.0cm 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=KO link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Hello all,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>In linux kernel source, there are many .dts files (device tree source)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>For example there is a file ./arch/arm64/boot/dts/arm/juno.dts.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>To tried to make juno.dtb from juno.dts but I don’t know how to do it.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>(by the way, once I did make for the kernel build, junno.dtb file seems to be generated in the same directory)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Just in case I want to make my own .dts and .dtb, I tried compling juno.dts file. (I had installed dtc on my ubuntu 16.04 machine before)<o:p></o:p></span></p><p class=MsoNormal style='text-indent:10.0pt'><span lang=EN-US>$ dtc -I dts -O dtb -o juno.dtb arch/arm64/boot/dts/arm/juno.dts<o:p></o:p></span></p><p class=MsoNormal style='text-indent:10.0pt'><span lang=EN-US>Error: arch/arm64/boot/dts/arm/juno.dts:11.1-9 syntax error<o:p></o:p></span></p><p class=MsoNormal style='text-indent:10.0pt'><span lang=EN-US>FATAL ERROR: Unable to parse input tree<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>The dtc program cannot process the line below in the .dts file.(line 11)<o:p></o:p></span></p><p class=MsoNormal style='text-indent:10.0pt'><span lang=EN-US>#include <dt-bindings/interrupt-controller/arm-gic.h><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I don’t know how I should let the preprocessing kick in.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>I tried (because there is include/dt-bindings/interrupt-controller/arm-gic.h)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>   $ dtc -i include -I dts -O dtb -o juno.dtb arch/arm64/boot/dts/arm/juno.dts<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>But it doesn’t work.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>How can I use dtc program to make juno.dtb?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Or if I have to use Makefile, what is the command?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Thanks, <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Chan Kim<o:p></o:p></span></p></div></body></html>