<?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: EBOOT Porting : change Debug uart pin in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/EBOOT-Porting-change-Debug-uart-pin/m-p/227112#M16358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;P&gt;This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Mar 2014 07:42:19 GMT</pubDate>
    <dc:creator>YixingKong</dc:creator>
    <dc:date>2014-03-03T07:42:19Z</dc:date>
    <item>
      <title>EBOOT Porting : change Debug uart pin</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/EBOOT-Porting-change-Debug-uart-pin/m-p/227109#M16355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: -webkit-auto;"&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: 10pt;"&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Do anyone have modify WINCE700 EBOOT in i,mx53_SMD? I want to change the UART1 pin but failed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I had developed our own board based on i.mx53 QSB and it had already successfully run linux , ubuntu and android. &lt;/P&gt;&lt;P&gt;Now we would like to build WINCE700 on it based on BSP(iMX53_SMD ) . The difference of our board with QSB is &lt;/P&gt;&lt;P&gt;1. use i.mx536 instead of i.mx 535 &lt;/P&gt;&lt;P&gt;2. UART : SMD use ( CSI0_DAT10: UART1_TX, CSI0_DAT11: UART1_RX)&lt;/P&gt;&lt;P&gt;but our board use (PATA_DIOW:UART1_TXD, PATA_DMACK:UART1_RXD) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now our board can't use the eboot to start up but same eboot can boot on QSB. the following is what we modify, is it enough?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. IO MUX: &lt;/P&gt;&lt;P&gt;C:\WINCE700\platform\iMX53_SMD\src\COMMON\SERIALUTILS\serialutils.c. we modify OALConfigSerialIOMUX as follow: &lt;/P&gt;&lt;P&gt;OAL_IOMUX_SET_MUX(pIOMUX, DDK_IOMUX_PIN_PATA_DIOW, DDK_IOMUX_PIN_MUXMODE_ALT3, DDK_IOMUX_PIN_SION_REGULAR); &lt;/P&gt;&lt;P&gt;OAL_IOMUX_SELECT_INPUT(pIOMUX,DDK_IOMUX_SELECT_INPUT_UART1_IPP_UART_RXD_MUX,3); &lt;/P&gt;&lt;P&gt;OAL_IOMUX_SET_MUX(pIOMUX, DDK_IOMUX_PIN_PATA_DMACK, DDK_IOMUX_PIN_MUXMODE_ALT3, DDK_IOMUX_PIN_SION_REGULAR); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Magic number: &lt;/P&gt;&lt;P&gt;we comment it as follow: &lt;/P&gt;&lt;P&gt;C:\WINCE700\platform\iMX53_SMD\SRC\BOOTLOADER\ &lt;/P&gt;&lt;P&gt;COMMON\main.c function LoadBootCFG &lt;/P&gt;&lt;P&gt;//if (BootCfg-&amp;gt;ConfigMagicNumber != OEMGetMagicNumber()) &lt;/P&gt;&lt;P&gt;//{ &lt;/P&gt;&lt;P&gt;// KITLOutputDebugString("ERROR: LoadBootCFG: ConfigMagicNumber not correct. Expected = 0x%x ; Actual = 0x%x.\r\n", &lt;/P&gt;&lt;P&gt;// OEMGetMagicNumber(), BootCfg- &amp;gt;ConfigMagicNumber); &lt;/P&gt;&lt;P&gt;// ResetDefaultBootCFG(BootCfg); &lt;/P&gt;&lt;P&gt;// } &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do anyone have idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, &lt;/P&gt;&lt;P&gt;Sam Wong&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 18:24:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/EBOOT-Porting-change-Debug-uart-pin/m-p/227109#M16355</guid>
      <dc:creator>Sam_Wong</dc:creator>
      <dc:date>2013-01-16T18:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: EBOOT Porting : change Debug uart pin</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/EBOOT-Porting-change-Debug-uart-pin/m-p/227110#M16356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;P&gt;We are sorry for getting back to you so late. Are you still stuck with the issue? If you have somehow to resolved the &lt;/P&gt;&lt;P&gt;issue, can we close the discussion? If you still need Freescale help, please feel free to contact us.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 02:37:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/EBOOT-Porting-change-Debug-uart-pin/m-p/227110#M16356</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-02-18T02:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: EBOOT Porting : change Debug uart pin</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/EBOOT-Porting-change-Debug-uart-pin/m-p/227111#M16357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;P&gt;We have not got your response yet and will close the diacussion in 3 days. If you still need help, please feel free to &lt;/P&gt;&lt;P&gt;reply with an update to this discussion.&lt;BR /&gt;Thanks,&lt;BR /&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 03:23:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/EBOOT-Porting-change-Debug-uart-pin/m-p/227111#M16357</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-02-25T03:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: EBOOT Porting : change Debug uart pin</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/EBOOT-Porting-change-Debug-uart-pin/m-p/227112#M16358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;P&gt;This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 07:42:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/EBOOT-Porting-change-Debug-uart-pin/m-p/227112#M16358</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-03-03T07:42:19Z</dc:date>
    </item>
  </channel>
</rss>

