<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Compiling custom dtb from dts in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Compiling-custom-dtb-from-dts/m-p/503569#M81622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to refer to the following documents:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://www.kernel.org/doc/Documentation/devicetree/booting-without-of.txt" rel="nofollow"&gt;https://www.kernel.org/doc/Documentation/devicetree/booting-without-of.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" data-containerid="11313" data-containertype="14" data-objectid="104818" data-objecttype="102" href="https://community.freescale.com/docs/DOC-104818"&gt;https://community.freescale.com/docs/DOC-104818&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://cache.nxp.com/files/32bit/doc/app_note/AN5125.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1" rel="nofollow"&gt;http://cache.nxp.com/files/32bit/doc/app_note/AN5125.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope they will be helpful.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Artur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Dec 2015 10:38:45 GMT</pubDate>
    <dc:creator>art</dc:creator>
    <dc:date>2015-12-23T10:38:45Z</dc:date>
    <item>
      <title>Compiling custom dtb from dts</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compiling-custom-dtb-from-dts/m-p/503567#M81620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Dear Community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to make my own device tree for custom board on imx287. I'm doing it according to this instruction: &lt;A href="http://contactless.ru/wiki/index.php/Device_Tree" title="http://contactless.ru/wiki/index.php/Device_Tree"&gt;Device Tree — Wiren Board&lt;/A&gt;​ &lt;/P&gt;&lt;P&gt;But I catched errors, e.g. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;root@vladimir-Ubuntu:/home/vladimir/Downloads/mydts/my# cat .TESTimx287.dtb.dts.tmp | grep -v "^#" | dtc -I dts -O dtb -o TESTimx287.dtb&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error: &amp;lt;stdin&amp;gt;:37.28-29 syntax error&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FATAL ERROR: Unable to parse input tree&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anybody some ideas? Maybe there are other ways to compile .dtb? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 08:10:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compiling-custom-dtb-from-dts/m-p/503567#M81620</guid>
      <dc:creator>vladimirovseych</dc:creator>
      <dc:date>2015-12-23T08:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling custom dtb from dts</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compiling-custom-dtb-from-dts/m-p/503568#M81621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;likely you already solved, just check line 37&lt;/P&gt;&lt;P&gt;Typical errors in dts are :&lt;/P&gt;&lt;P&gt;- syntax errors as missing ";" at end of a block / line&lt;/P&gt;&lt;P&gt;- wrong entry name reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also&lt;/P&gt;&lt;P&gt;linx/Documentation/devicetree/bindings&lt;/P&gt;&lt;P&gt;and better, since the above could miss some info, check similar example boards&lt;/P&gt;&lt;P&gt;in arch/arm/boot/dts folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;angelo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 09:16:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compiling-custom-dtb-from-dts/m-p/503568#M81621</guid>
      <dc:creator>angelo_d</dc:creator>
      <dc:date>2015-12-23T09:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling custom dtb from dts</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compiling-custom-dtb-from-dts/m-p/503569#M81622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to refer to the following documents:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://www.kernel.org/doc/Documentation/devicetree/booting-without-of.txt" rel="nofollow"&gt;https://www.kernel.org/doc/Documentation/devicetree/booting-without-of.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" data-containerid="11313" data-containertype="14" data-objectid="104818" data-objecttype="102" href="https://community.freescale.com/docs/DOC-104818"&gt;https://community.freescale.com/docs/DOC-104818&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://cache.nxp.com/files/32bit/doc/app_note/AN5125.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1" rel="nofollow"&gt;http://cache.nxp.com/files/32bit/doc/app_note/AN5125.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope they will be helpful.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Artur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 10:38:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compiling-custom-dtb-from-dts/m-p/503569#M81622</guid>
      <dc:creator>art</dc:creator>
      <dc:date>2015-12-23T10:38:45Z</dc:date>
    </item>
  </channel>
</rss>

