<?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>P-SeriesのトピックRe: Problems about P2020 in device tree</title>
    <link>https://community.nxp.com/t5/P-Series/Problems-about-P2020-in-device-tree/m-p/315236#M1197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What p2020 board (and version thereof) is this?&amp;nbsp; If it's p2020rdb-pc, there is a 36-bit version available in upstream Linux as well as recent SDKs.&amp;nbsp; If it's p2020ds or older revisions of p2020rdb, or a custom board without a 36-bit dts already available, you would need to modify the dts, or switch to a 32-bit U-Boot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2014 18:36:52 GMT</pubDate>
    <dc:creator>scottwood</dc:creator>
    <dc:date>2014-06-06T18:36:52Z</dc:date>
    <item>
      <title>Problems about P2020 in device tree</title>
      <link>https://community.nxp.com/t5/P-Series/Problems-about-P2020-in-device-tree/m-p/315235#M1196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;My u-boot is 36-bit.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;The booting msg is shown as below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Warning: U-Boot configured CCSR at address fffe00000,but the device tree has it at ffe00000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I provide a 36-bit device tree(.dts file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Min Zhao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 03:20:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Problems-about-P2020-in-device-tree/m-p/315235#M1196</guid>
      <dc:creator>敏赵</dc:creator>
      <dc:date>2014-06-06T03:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problems about P2020 in device tree</title>
      <link>https://community.nxp.com/t5/P-Series/Problems-about-P2020-in-device-tree/m-p/315236#M1197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What p2020 board (and version thereof) is this?&amp;nbsp; If it's p2020rdb-pc, there is a 36-bit version available in upstream Linux as well as recent SDKs.&amp;nbsp; If it's p2020ds or older revisions of p2020rdb, or a custom board without a 36-bit dts already available, you would need to modify the dts, or switch to a 32-bit U-Boot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 18:36:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Problems-about-P2020-in-device-tree/m-p/315236#M1197</guid>
      <dc:creator>scottwood</dc:creator>
      <dc:date>2014-06-06T18:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problems about P2020 in device tree</title>
      <link>https://community.nxp.com/t5/P-Series/Problems-about-P2020-in-device-tree/m-p/315237#M1198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's p2020rdb-pc. What do you mean a 36-bit version available &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; in upstream Linux as well as recent SDKs&lt;/SPAN&gt;? Is it 36-bit device tree? I can't understand what is the device tree. How can I modify it? Does it include in the u-boot source code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2014 02:31:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Problems-about-P2020-in-device-tree/m-p/315237#M1198</guid>
      <dc:creator>敏赵</dc:creator>
      <dc:date>2014-06-08T02:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problems about P2020 in device tree</title>
      <link>https://community.nxp.com/t5/P-Series/Problems-about-P2020-in-device-tree/m-p/315238#M1199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please boot Linux Kernel with 36bit device tree, in the latest SDK 1.5, the device tree p2020rdb-pc_36b.dts has already been integrated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to build 36 bit device tree in Yocto, please modify the variable "KERNEL_DEVICETREE" as "${S}/arch/powerpc/boot/dts/p2020rdb-pc_36b.dts" and build images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boot Linux Kernel with the following command under u-boot.&lt;/P&gt;&lt;P&gt;bootm &amp;lt;uImage address&amp;gt; &amp;lt;filesystem address&amp;gt; &amp;lt;device tree address&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Device Tree is a data structure for describing hardware. Rather than hard coding every detail of a device into an operating system.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping Wang&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, 09 Jun 2014 05:17:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Problems-about-P2020-in-device-tree/m-p/315238#M1199</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2014-06-09T05:17:04Z</dc:date>
    </item>
  </channel>
</rss>

