<?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>i.MX ProcessorsのトピックuBoot Hardware Awareness</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/uBoot-Hardware-Awareness/m-p/693051#M107429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to understand how uBoot knows where to find the necessary hardware and peripherals on the IMX6. For example, when I build the default image uBoot outputs over UART1, but is it possible to have default output on UART2, 3,.. etc. Is there something similar to the DTB that uBoot uses to know what hardware it has available?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jul 2017 19:03:37 GMT</pubDate>
    <dc:creator>danielbujak</dc:creator>
    <dc:date>2017-07-11T19:03:37Z</dc:date>
    <item>
      <title>uBoot Hardware Awareness</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uBoot-Hardware-Awareness/m-p/693051#M107429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to understand how uBoot knows where to find the necessary hardware and peripherals on the IMX6. For example, when I build the default image uBoot outputs over UART1, but is it possible to have default output on UART2, 3,.. etc. Is there something similar to the DTB that uBoot uses to know what hardware it has available?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 19:03:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uBoot-Hardware-Awareness/m-p/693051#M107429</guid>
      <dc:creator>danielbujak</dc:creator>
      <dc:date>2017-07-11T19:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: uBoot Hardware Awareness</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uBoot-Hardware-Awareness/m-p/693052#M107430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi danielbujak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no dtb in uboot, typically some modifications can be set in&lt;/P&gt;&lt;P&gt;uboot/include/configs/board_name.h file. Other hardware changes are&lt;/P&gt;&lt;P&gt;manually entered in code, please also look at attached Porting Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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>Tue, 11 Jul 2017 23:34:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uBoot-Hardware-Awareness/m-p/693052#M107430</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-07-11T23:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: uBoot Hardware Awareness</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uBoot-Hardware-Awareness/m-p/693053#M107431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the changes required for the UART:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mx6ul_14x14_evk.h:&lt;/P&gt;&lt;P&gt;#define CONFIG_MXC_UART_BASE&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;UART2_BASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;mx6ul_14x14_evk.c:&lt;/P&gt;&lt;P&gt;static iomux_v3_cfg_t const uart2_pads[] = {&lt;BR /&gt;&amp;nbsp; MX6_PAD_NAND_DATA04__UART2_DCE_TX | MUX_PAD_CTRL(UART_PAD_CTRL),&lt;BR /&gt;&amp;nbsp; MX6_PAD_NAND_DATA05__UART2_DCE_RX | MUX_PAD_CTRL(UART_PAD_CTRL),&lt;BR /&gt;};&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 13:31:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uBoot-Hardware-Awareness/m-p/693053#M107431</guid>
      <dc:creator>danielbujak</dc:creator>
      <dc:date>2017-07-12T13:31:02Z</dc:date>
    </item>
  </channel>
</rss>

