<?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>LayerscapeのトピックRe: LS1043a U-Boot LPUART Peripheral</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994081#M5168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/yipingwang"&gt;yipingwang&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have anything else for me to try to get the ability to use the lpuart's while having UART0 as my console?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Mar 2020 18:47:29 GMT</pubDate>
    <dc:creator>zach_ferree</dc:creator>
    <dc:date>2020-03-10T18:47:29Z</dc:date>
    <item>
      <title>LS1043a U-Boot LPUART Peripheral</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994067#M5154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I Enable LPUART's 1 and 2 so I can use them to talk to some peripherals in U-Boot.&lt;/P&gt;&lt;P&gt;I tried enabling the Freescale LPUART support in my defconfig using make menuconfig but now I get compile errors saying that I have undefined references to devfdt_get_addr so i tried enabling fdt_serial and updating my .dts to enable the lpuarts but i am still getting the same build errors with no change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 15:56:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994067#M5154</guid>
      <dc:creator>zach_ferree</dc:creator>
      <dc:date>2020-02-20T15:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a U-Boot LPUART Peripheral</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994068#M5155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="355618" data-username="zach.ferree@etcconnect.com" href="https://community.nxp.com/people/zach.ferree@etcconnect.com" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: none; font-size: 11.9994px;"&gt;Zach Ferree&lt;/A&gt;&lt;SPAN style="background-color: #ffffff; color: #646464; "&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #646464; "&gt;Please refer to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;configs/ls1043aqds_lpuart_defconfig&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please define the following in u-boot configuration file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CONFIG_FSL_LPUART=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CONFIG_SYS_EXTRA_OPTIONS="LPUART"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-qds-lpuart"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For dts configuration, please refer to&amp;nbsp;&lt;SPAN style="font-size: 10.5pt;"&gt;arch/arm/dts/fsl-ls1043a-qds-lpuart.dts&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/dts-v1/;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#include "fsl-ls1043a-qds.dtsi"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/ {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; chosen {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&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;&amp;nbsp;&amp;nbsp; stdout-path = &amp;amp;lpuart0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yiping&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2020 05:33:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994068#M5155</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-02-21T05:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a U-Boot LPUART Peripheral</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994069#M5156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case i am not using lpuart0 as stdout, i am using it to communicate with a peripheral device, does that change anything?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2020 12:54:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994069#M5156</guid>
      <dc:creator>zach_ferree</dc:creator>
      <dc:date>2020-02-21T12:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a U-Boot LPUART Peripheral</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994070#M5157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/yipingwang"&gt;yipingwang&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;I did what you suggested and I am still getting the following compile time error.&lt;/P&gt;&lt;P&gt;"build/workspace/sources/u-boot-qoriq/drivers/serial/serial_lpuart.c:417: undefined reference to `devfdt_get_addr'"&lt;/P&gt;&lt;P&gt;do you have any sugesstions on how to fix this?&lt;/P&gt;&lt;P&gt;do I need to enable FDT_SERIAL in the defconfig? am I missing a dependency in one of my .conf files?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2020 13:02:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994070#M5157</guid>
      <dc:creator>zach_ferree</dc:creator>
      <dc:date>2020-02-21T13:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a U-Boot LPUART Peripheral</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994071#M5158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;Hello&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;Zach Ferree,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;Which version LSDK are you using now? Would you please send your modified configuration file&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;to me to do more verification?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;Yiping&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2020 03:42:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994071#M5158</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-02-24T03:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a U-Boot LPUART Peripheral</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994072#M5159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yiping,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using 19.04 of the LSDK&lt;/P&gt;&lt;P&gt;see attached for the modified copy of the defconfig I am using&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2020 13:30:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994072#M5159</guid>
      <dc:creator>zach_ferree</dc:creator>
      <dc:date>2020-02-24T13:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a U-Boot LPUART Peripheral</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994073#M5160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;Hello&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;Zach Ferree,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #646464; font-size: 18.004px; "&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Is it possible to use NOR flash u-boot? If yes, please create u-boot configuration file based on the attached configuration file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #646464; font-size: 18.004px; "&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #646464; font-size: 18.004px; "&gt;Yiping&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 06:52:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994073#M5160</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-02-26T06:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a U-Boot LPUART Peripheral</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994074#M5161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yiping,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I am unable to use NOR flash as I am developing a board with only MMC.&lt;/P&gt;&lt;P&gt;Do you think the issue has to do with using UART0 as the serial interface with the SYS_NS16550 driver along side the FSL_LPUART driver?&lt;/P&gt;&lt;P&gt;Do you know if the SYS_NS16550 driver is using the device tree model or the older model?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 13:34:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994074#M5161</guid>
      <dc:creator>zach_ferree</dc:creator>
      <dc:date>2020-02-26T13:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a U-Boot LPUART Peripheral</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994075#M5162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Zach,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;SYS_NS16550 driver is used , if enable CONFIG_SPL_SERIAL_SUPPORT in the configuration file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Yiping&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2020 05:38:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994075#M5162</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-02-27T05:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a U-Boot LPUART Peripheral</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994076#M5163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yiping,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still having issues compiling with that enabled.&lt;/P&gt;&lt;P&gt;The compiler error I am getting is&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;"&lt;EM&gt;u-boot-qoriq/drivers/serial/serial_lpuart.c:417: undefined reference to `devfdt_get_addr'&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;I believe this to be a linker error, do you know how to verify that the compiler is using the correct "built-in.o" files when linking?&lt;/P&gt;&lt;P&gt;devfdt_get_addr is defined in drivers/core/fdtaddr.c and that is always compiled according to drivers/core/Makefile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2020 13:08:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994076#M5163</guid>
      <dc:creator>zach_ferree</dc:creator>
      <dc:date>2020-02-27T13:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a U-Boot LPUART Peripheral</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994077#M5164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Zach,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Please define the following options in u-boot configuration file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;CONFIG_FSL_LPUART=y&lt;BR /&gt;CONFIG_SPL_DM=y&lt;BR /&gt;CONFIG_SPL_OF_LIBFDT=y&lt;BR /&gt;CONFIG_SPL_OF_CONTROL=y&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Yiping&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2020 04:27:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994077#M5164</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-03-02T04:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a U-Boot LPUART Peripheral</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994078#M5165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yiping,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding the config items you listed to my configuration caused the following compile time error&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;/u-boot-qoriq/env/mmc.c:42: undefined reference to `blk_get_device_by_str'&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;taking a look at what file has the definition for blk_get_device_by_str&amp;nbsp; i found that it was disk/part.c&lt;/P&gt;&lt;P&gt;in order to get that compiling into the image i need to define CONFIG_PARTITIONS in my defconfig, the odd part is that it is already in my defconfig and i was able to confirm that it was getting compiled by adding a "#error"&amp;nbsp; right above the definition of blk_get_device_by_str. so there is some issue where it is getting built but the linker is unable to link it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Zach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2020 14:09:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994078#M5165</guid>
      <dc:creator>zach_ferree</dc:creator>
      <dc:date>2020-03-02T14:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a U-Boot LPUART Peripheral</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994079#M5166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Zach,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Please disable&amp;nbsp;&lt;SPAN&gt;CONFIG_SPL_OF_CONTROL=y in u-boot configuration file.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Yiping&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 04:08:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994079#M5166</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-03-03T04:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a U-Boot LPUART Peripheral</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994080#M5167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yiping,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I disabled CONFIG_SPL_OF_CONTROL in my u-boot configuration file.&lt;/P&gt;&lt;P&gt;i get an undefined reference error of the following &lt;EM&gt;"u-boot-qoriq/drivers/mmc/fsl_esdhc.c:1390: undefined reference to `fdtdec_get_int'"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Taking a look at the Makefile in the lib folder it should be either the CONFIG_FIT or the CONFIG_SPL_OF_CONTROL define that makes fdtdec_common.c get compiled. CONFIG_FIT will do it only if CONFIG_SPL_BUILD is not defined, I do not have CONFIG_SPL_BUILD defined in my defconfig so it should be compiling fdtdec_common.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;putting in a #error does cause a compile time error so it is getting compiled but it seems to not be getting linked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 13:13:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994080#M5167</guid>
      <dc:creator>zach_ferree</dc:creator>
      <dc:date>2020-03-03T13:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a U-Boot LPUART Peripheral</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994081#M5168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/yipingwang"&gt;yipingwang&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have anything else for me to try to get the ability to use the lpuart's while having UART0 as my console?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2020 18:47:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-U-Boot-LPUART-Peripheral/m-p/994081#M5168</guid>
      <dc:creator>zach_ferree</dc:creator>
      <dc:date>2020-03-10T18:47:29Z</dc:date>
    </item>
  </channel>
</rss>

