<?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>Other NXP Products中的主题 Re: UART 2 for NXP LS1046ardb based custom board</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1729032#M19387</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/177614"&gt;@Ghouse&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Sorry!&lt;/P&gt;
&lt;P&gt;I forget to mention the last configuration.&lt;/P&gt;
&lt;P&gt;You have to change the u-boot environment.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider ep bcs bct bcu bcv bcw bcx bcy bcz bda bdb bdc bdd bde bdf bdg bdh bdi bdj bdk bdl bdm bdn bdo bdp bdq bdr bds bdt bdu bdv bdw bdx bdy bdz"&gt;Please change the variable "console=ttyS0,115200" for "console=ttyS1,115200"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider ep bcs bct bcu bcv bcw bcx bcy bcz bda bdb bdc bdd bde bdf bdg bdh bdi bdj bdk bdl bdm bdn bdo bdp bdq bdr bds bdt bdu bdv bdw bdx bdy bdz"&gt;Best Regards!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider ep bcs bct bcu bcv bcw bcx bcy bcz bda bdb bdc bdd bde bdf bdg bdh bdi bdj bdk bdl bdm bdn bdo bdp bdq bdr bds bdt bdu bdv bdw bdx bdy bdz"&gt;Chavira&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2023 15:33:48 GMT</pubDate>
    <dc:creator>Chavira</dc:creator>
    <dc:date>2023-09-25T15:33:48Z</dc:date>
    <item>
      <title>UART 2 for NXP LS1046ardb based custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1646370#M17658</link>
      <description>&lt;P&gt;Iam using a custom board based on LS1046ARDB, for the CLI console iam using the UART1 signals, however that Micro USB is damaged and i cant use it further.&lt;/P&gt;&lt;P&gt;I have brought out one more micro usb connector but that is connected to UART2.&lt;/P&gt;&lt;P&gt;Please let me know if there is an option to connect UART2 to the Debug console.&lt;/P&gt;&lt;P&gt;Attached are the screen shots of the schematics.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 11:39:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1646370#M17658</guid>
      <dc:creator>Ghouse</dc:creator>
      <dc:date>2023-05-08T11:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: UART 2 for NXP LS1046ardb based custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1648907#M17715</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/177614"&gt;@Ghouse&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;I assume that you refer to the software side as it is your question. I also assume that you use ATF and U-boot. Under ATF, currently, the UART is defined in these files. As you can see, it is the memory register offset of UART1. You can change it to 0x021Dxxxx, which is a register offset of UART2.&lt;BR /&gt;plat/nxp/common/include/default/ch_3_2/soc_default_base_addr.h:#define NXP_UART_ADDR 0x021C0000&lt;BR /&gt;plat/nxp/common/include/default/ch_2/soc_default_base_addr.h:#define NXP_UART_ADDR 0x021C0500&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 17:38:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1648907#M17715</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2023-05-11T17:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: UART 2 for NXP LS1046ardb based custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1650003#M17739</link>
      <description>&lt;P&gt;Hi Chavira,&lt;/P&gt;&lt;P&gt;Thank you for the reply,&lt;/P&gt;&lt;P&gt;I have modified both the files (please refer attached screen shots), after modification , i have run following commands to build the Image file,&lt;/P&gt;&lt;P&gt;flex-builder -c rcw -m ls1046ardb -b sd&lt;BR /&gt;flex-builder -c atf -m ls1046ardb -b sd&lt;BR /&gt;flex-builder -c u-boot -m ls1046ardb -b sd&lt;BR /&gt;flex-builder -i mkfw -m ls1046ardb -b sd&lt;/P&gt;&lt;P&gt;then i have installed the image to SD card using&lt;/P&gt;&lt;P&gt;flex-installer -f firmware.img -d /dev/sdc&amp;nbsp;&amp;nbsp; (where sdc is the SD card directory)&lt;/P&gt;&lt;P&gt;But, while booting from SD card UART1 is not showing any boot messages.&lt;/P&gt;&lt;P&gt;Is there something iam missing??&amp;nbsp; Please provide your guidance.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 06:39:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1650003#M17739</guid>
      <dc:creator>Ghouse</dc:creator>
      <dc:date>2023-05-15T06:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: UART 2 for NXP LS1046ardb based custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1650292#M17743</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/177614"&gt;@Ghouse&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;I tried on LS1043ARDB and works, but should be the same on LS1046ARDB.&lt;/P&gt;
&lt;P&gt;Sorry for the bad information before.&lt;/P&gt;
&lt;P&gt;I attached screenshots of my changes under CH_2 CH_3_2 and you have to add "CONFIG_CONS_INDEX=2" in the defconfig of U-boot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 11:36:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1650292#M17743</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2023-05-15T11:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: UART 2 for NXP LS1046ardb based custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1660797#M17952</link>
      <description>&lt;P&gt;Hi, thank u for the reply, that worked for me.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 12:34:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1660797#M17952</guid>
      <dc:creator>Ghouse</dc:creator>
      <dc:date>2023-05-31T12:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: UART 2 for NXP LS1046ardb based custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1728319#M19354</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&lt;/P&gt;&lt;P&gt;with reference to below discussion, i had applied the changes as suggested by you and iam able to get the cli console on UART2, but while booting to the Kernel iam getting below message and it stops to go further, (complete boot log is attached)&lt;/P&gt;&lt;P&gt;WARNING failed to get smmu node: FDT_ERR_NOTFOUND&lt;BR /&gt;WARNING failed to get smmu node: FDT_ERR_NOTFOUND&lt;BR /&gt;&lt;BR /&gt;Starting kernel ...&lt;/P&gt;&lt;P&gt;when i revert back the changes of CH_2 CH_3_2 and remove "CONFIG_CONS_INDEX=2" in the defconfig of U-boot and recompile, the board is booting perfectly ok.&lt;/P&gt;&lt;P&gt;I just want the CLI port to be changed from Uart1 to Uart2 (since my UART1 port is physically damaged).&lt;/P&gt;&lt;P&gt;Please let me know what can be done.&lt;/P&gt;&lt;P&gt;Thank u.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2023 05:34:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1728319#M19354</guid>
      <dc:creator>Ghouse</dc:creator>
      <dc:date>2023-09-23T05:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: UART 2 for NXP LS1046ardb based custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1729032#M19387</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/177614"&gt;@Ghouse&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Sorry!&lt;/P&gt;
&lt;P&gt;I forget to mention the last configuration.&lt;/P&gt;
&lt;P&gt;You have to change the u-boot environment.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider ep bcs bct bcu bcv bcw bcx bcy bcz bda bdb bdc bdd bde bdf bdg bdh bdi bdj bdk bdl bdm bdn bdo bdp bdq bdr bds bdt bdu bdv bdw bdx bdy bdz"&gt;Please change the variable "console=ttyS0,115200" for "console=ttyS1,115200"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider ep bcs bct bcu bcv bcw bcx bcy bcz bda bdb bdc bdd bde bdf bdg bdh bdi bdj bdk bdl bdm bdn bdo bdp bdq bdr bds bdt bdu bdv bdw bdx bdy bdz"&gt;Best Regards!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider ep bcs bct bcu bcv bcw bcx bcy bcz bda bdb bdc bdd bde bdf bdg bdh bdi bdj bdk bdl bdm bdn bdo bdp bdq bdr bds bdt bdu bdv bdw bdx bdy bdz"&gt;Chavira&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 15:33:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1729032#M19387</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2023-09-25T15:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: UART 2 for NXP LS1046ardb based custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1730527#M19424</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have changed as suggested,&amp;nbsp; &lt;SPAN&gt;&lt;SPAN class=""&gt;"console=ttyS0,115200" to "console=ttyS1,115200", but still the console is stopping, attached is the boot log.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Please&amp;nbsp; provide your help.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Thank u .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 12:42:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1730527#M19424</guid>
      <dc:creator>Ghouse</dc:creator>
      <dc:date>2023-09-27T12:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: UART 2 for NXP LS1046ardb based custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1731792#M19452</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;awaiting for your reply, please provide your help.&lt;/P&gt;&lt;P&gt;Thank u.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 05:27:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1731792#M19452</guid>
      <dc:creator>Ghouse</dc:creator>
      <dc:date>2023-09-29T05:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: UART 2 for NXP LS1046ardb based custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1734039#M19516</link>
      <description>&lt;P&gt;HI &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any update on the mentioned query??&lt;/P&gt;&lt;P&gt;PLz note that i have also updated "ls1046ardb_tfa_defconfig" for "CONFIG_BOOTARGS="console=ttyS1,115200" and built the firmware image, but the issue persists.&lt;/P&gt;&lt;P&gt;PLz provide your help&lt;/P&gt;&lt;P&gt;Thank u.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 06:13:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1734039#M19516</guid>
      <dc:creator>Ghouse</dc:creator>
      <dc:date>2023-10-05T06:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: UART 2 for NXP LS1046ardb based custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1735528#M19567</link>
      <description>&lt;P&gt;HI all, any update on the query ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please reply.&lt;/P&gt;&lt;P&gt;Thank u.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 06:37:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UART-2-for-NXP-LS1046ardb-based-custom-board/m-p/1735528#M19567</guid>
      <dc:creator>Ghouse</dc:creator>
      <dc:date>2023-10-09T06:37:41Z</dc:date>
    </item>
  </channel>
</rss>

