<?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 About u-boot device tree in P-Series</title>
    <link>https://community.nxp.com/t5/P-Series/About-u-boot-device-tree/m-p/470559#M2802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using P2041RDB. I need to add a config DTB at the end of u-boot image by using CONFIG_OF_SEPARATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to common/board_f.c function setup_fdt() &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#elif defined CONFIG_OF_SEPARATE&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* FDT is at end of image */&lt;/P&gt;&lt;P&gt;&amp;nbsp; gd-&amp;gt;fdt_blob = (ulong *)&amp;amp;_end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is no _end in u-boot.lds of mpc85xx. I have changed _end to __bss_end but u-boot is not finding any DTB at the end of the image. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help you are able to provide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2016 08:37:59 GMT</pubDate>
    <dc:creator>saadahmad</dc:creator>
    <dc:date>2016-06-01T08:37:59Z</dc:date>
    <item>
      <title>About u-boot device tree</title>
      <link>https://community.nxp.com/t5/P-Series/About-u-boot-device-tree/m-p/470559#M2802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using P2041RDB. I need to add a config DTB at the end of u-boot image by using CONFIG_OF_SEPARATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to common/board_f.c function setup_fdt() &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#elif defined CONFIG_OF_SEPARATE&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* FDT is at end of image */&lt;/P&gt;&lt;P&gt;&amp;nbsp; gd-&amp;gt;fdt_blob = (ulong *)&amp;amp;_end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is no _end in u-boot.lds of mpc85xx. I have changed _end to __bss_end but u-boot is not finding any DTB at the end of the image. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help you are able to provide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 08:37:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/About-u-boot-device-tree/m-p/470559#M2802</guid>
      <dc:creator>saadahmad</dc:creator>
      <dc:date>2016-06-01T08:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: About u-boot device tree</title>
      <link>https://community.nxp.com/t5/P-Series/About-u-boot-device-tree/m-p/470560#M2803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; color: black;"&gt;NXP SDK 2.0 does not support this option of the u-boot. There is error message during u-boot building if CONFIG_OF_SEPARATE is defined.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&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>Thu, 02 Jun 2016 07:50:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/About-u-boot-device-tree/m-p/470560#M2803</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2016-06-02T07:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: About u-boot device tree</title>
      <link>https://community.nxp.com/t5/P-Series/About-u-boot-device-tree/m-p/470561#M2804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not using SDK 2.0. I just want to know where to put the _end (end of u-boot image location) in u-boot.lds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Saad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 08:21:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/About-u-boot-device-tree/m-p/470561#M2804</guid>
      <dc:creator>saadahmad</dc:creator>
      <dc:date>2016-06-02T08:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: About u-boot device tree</title>
      <link>https://community.nxp.com/t5/P-Series/About-u-boot-device-tree/m-p/470562#M2805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="xmsonormal" style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN class="apple-converted-space"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; background: #F8F8F8;"&gt;We use SDK from NXP.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="xmsonormal" style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN class="apple-converted-space"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; background: #F8F8F8;"&gt;The following command sequence is used for u-boot building under SDK:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="xmsonormal" style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN class="apple-converted-space"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; background: #F8F8F8;"&gt;bitbake -c cleansstate u-boot&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="xmsonormal" style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN class="apple-converted-space"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; background: #F8F8F8;"&gt;bitbake -c patch u-boot // source of the u-boot&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="xmsonormal" style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN class="apple-converted-space"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; background: #F8F8F8;"&gt;bitbake&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="apple-converted-space"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; background: #F8F8F8;"&gt;u&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: #F8F8F8; font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="apple-converted-space"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; background: #F8F8F8;"&gt;boot&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&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>Mon, 06 Jun 2016 06:55:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/About-u-boot-device-tree/m-p/470562#M2805</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2016-06-06T06:55:14Z</dc:date>
    </item>
  </channel>
</rss>

