<?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: Loading DTB in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Loading-DTB/m-p/788423#M122172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gusarambula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created my dtb file with make or make dtbs commands.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Nov 2018 15:06:40 GMT</pubDate>
    <dc:creator>emintolgasivri</dc:creator>
    <dc:date>2018-11-09T15:06:40Z</dc:date>
    <item>
      <title>Loading DTB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Loading-DTB/m-p/788421#M122170</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;I am using imx7d.I created new dts file and dtb file.I loaded dtb file to emmc .When I changed dtb file in boot below command I get these error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt;setenv fdt_file imx7dea-ucom-kit-eclipse-ethernet.dtb&lt;BR /&gt;=&amp;gt;saveenv&lt;/P&gt;&lt;P&gt;Saving Environment to MMC...&lt;BR /&gt;Writing to MMC(1)... done&lt;/P&gt;&lt;P&gt;=&amp;gt;boot&lt;/P&gt;&lt;P&gt;switch to partitions #0, OK&lt;BR /&gt;mmc1(part 0) is current device&lt;BR /&gt;switch to partitions #0, OK&lt;BR /&gt;mmc1(part 0) is current device&lt;BR /&gt;reading boot.scr&lt;BR /&gt;1492 bytes read in 12 ms (121.1 KiB/s)&lt;BR /&gt;Running bootscript from mmc ...&lt;BR /&gt;## Executing script at 80800000&lt;BR /&gt;reading imx7dea-ucom-kit-eclipse-ethernet.dtb&lt;BR /&gt;0 bytes read in 13 ms (0 Bytes/s)&lt;BR /&gt;libfdt fdt_check_header(): FDT_ERR_BADMAGIC&lt;BR /&gt;No FDT memory address configured. Please configure&lt;BR /&gt;the FDT address via "fdt addr &amp;lt;address&amp;gt;" command.&lt;BR /&gt;Aborting!&lt;BR /&gt;No FDT memory address configured. Please configure&lt;BR /&gt;the FDT address via "fdt addr &amp;lt;address&amp;gt;" command.&lt;BR /&gt;Aborting!&lt;BR /&gt;No FDT memory address configured. Please configure&lt;BR /&gt;the FDT address via "fdt addr &amp;lt;address&amp;gt;" command.&lt;BR /&gt;Aborting!&lt;BR /&gt;No FDT memory address configured. Please configure&lt;BR /&gt;the FDT address via "fdt addr &amp;lt;address&amp;gt;" command.&lt;BR /&gt;Aborting!&lt;BR /&gt;No FDT memory address configured. Please configure&lt;BR /&gt;the FDT address via "fdt addr &amp;lt;address&amp;gt;" command.&lt;BR /&gt;Aborting!&lt;BR /&gt;No FDT memory address configured. Please configure&lt;BR /&gt;the FDT address via "fdt addr &amp;lt;address&amp;gt;" command.&lt;BR /&gt;Aborting!&lt;BR /&gt;No FDT memory address configured. Please configure&lt;BR /&gt;the FDT address via "fdt addr &amp;lt;address&amp;gt;" command.&lt;BR /&gt;Aborting!&lt;BR /&gt;No FDT memory address configured. Please configure&lt;BR /&gt;the FDT address via "fdt addr &amp;lt;address&amp;gt;" command.&lt;BR /&gt;Aborting!&lt;BR /&gt;No FDT memory address configured. Please configure&lt;BR /&gt;the FDT address via "fdt addr &amp;lt;address&amp;gt;" command.&lt;BR /&gt;Aborting!&lt;BR /&gt;reading zImage&lt;BR /&gt;7447024 bytes read in 180 ms (39.5 MiB/s)&lt;BR /&gt;Kernel image @ 0x80800000 [ 0x000000 - 0x71a1f0 ]&lt;BR /&gt;ERROR: Did not find a cmdline Flattened Device Tree&lt;BR /&gt;Could not find a valid device tree&lt;BR /&gt;Error loading kernel image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I use orginal dtb file(imx7dea-ucom-kit) it is working.How can I fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 14:21:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Loading-DTB/m-p/788421#M122170</guid>
      <dc:creator>emintolgasivri</dc:creator>
      <dc:date>2018-10-31T14:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Loading DTB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Loading-DTB/m-p/788422#M122171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Emin Tolga Sivri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There seems to be a problem with the compiled device tree, as it is marking reading imx7dea-ucom-kit-eclipse-ethernet.dtb and reading 0 bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you generating the device tree? My recommendation would be adding it to the makefile and using make to compile it alongside the rest of the device tree on the BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this information helps,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 20:44:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Loading-DTB/m-p/788422#M122171</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2018-11-06T20:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Loading DTB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Loading-DTB/m-p/788423#M122172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gusarambula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created my dtb file with make or make dtbs commands.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 15:06:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Loading-DTB/m-p/788423#M122172</guid>
      <dc:creator>emintolgasivri</dc:creator>
      <dc:date>2018-11-09T15:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Loading DTB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Loading-DTB/m-p/788424#M122173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi gusarambula&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created my dtb file with make or make dtbs commands.Also it is 44KB.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 15:08:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Loading-DTB/m-p/788424#M122173</guid>
      <dc:creator>emintolgasivri</dc:creator>
      <dc:date>2018-11-09T15:08:53Z</dc:date>
    </item>
  </channel>
</rss>

