<?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: u-boot</title>
    <link>https://community.nxp.com/t5/Layerscape/u-boot/m-p/1286664#M8136</link>
    <description>&lt;P&gt;Please go to folder "&lt;SPAN&gt;xxxx/flexbuild_lsdk2012/packages/firmware/u-boot" to run "make mrproper" to clean u-boot source code.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;No need to run step 3, when execute command "&lt;SPAN&gt;flex-builder -c uboot -m xxxx -b sd", the command "make &amp;lt;target&amp;gt;_sdcard_defconfig" will be invoked automatically.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jun 2021 08:39:37 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2021-06-03T08:39:37Z</dc:date>
    <item>
      <title>u-boot</title>
      <link>https://community.nxp.com/t5/Layerscape/u-boot/m-p/1285852#M8128</link>
      <description>&lt;P&gt;Hi everyone, I have question about customizing the u-boot in LSDK. I can use flex build to build the deault pack now ,but I have to modify u-boot setting , I review the user guide about LSDK. but there are only operation about linux coustomize,but how to modify the U-boot? I use following step to modify the&amp;nbsp; config for uboot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. export ARCH and CROSS-COMPILE enviorment variable&lt;/P&gt;&lt;P&gt;2.cd /packages/firmware/u-boot&lt;/P&gt;&lt;P&gt;3.run make menuconfig to save config&lt;/P&gt;&lt;P&gt;4. run flex-builder -c uboot -m xxxx -b sd&lt;/P&gt;&lt;P&gt;then there is an error at step 4, the error message is&lt;/P&gt;&lt;P&gt;xxxx/flexbuild_lsdk2012/packages/firmware/u-boot is not clean, please run 'make mrproper'&lt;BR /&gt;in the 'xxx/flexbuild_lsdk2012/packages/firmware/u-boot' directory.&lt;BR /&gt;xxx/flexbuild_lsdk2012/packages/firmware/u-boot/Makefile:1759: recipe for target 'prepare3' failed&lt;BR /&gt;make[2]: *** [prepare3] Error 1&lt;/P&gt;&lt;P&gt;who can give me suggestion about it? Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 06:04:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/u-boot/m-p/1285852#M8128</guid>
      <dc:creator>niexuzhong</dc:creator>
      <dc:date>2021-06-02T06:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot</title>
      <link>https://community.nxp.com/t5/Layerscape/u-boot/m-p/1286664#M8136</link>
      <description>&lt;P&gt;Please go to folder "&lt;SPAN&gt;xxxx/flexbuild_lsdk2012/packages/firmware/u-boot" to run "make mrproper" to clean u-boot source code.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;No need to run step 3, when execute command "&lt;SPAN&gt;flex-builder -c uboot -m xxxx -b sd", the command "make &amp;lt;target&amp;gt;_sdcard_defconfig" will be invoked automatically.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 08:39:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/u-boot/m-p/1286664#M8136</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-06-03T08:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot</title>
      <link>https://community.nxp.com/t5/Layerscape/u-boot/m-p/1287188#M8145</link>
      <description>&lt;P&gt;Dear yiping:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if I use make mrproper to clean it All config will be clear, but I had changed the u-boot config by menuconfig. without the step 3, how can I customize the u-boot conifg? please give me suggestion. Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 03:01:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/u-boot/m-p/1287188#M8145</guid>
      <dc:creator>niexuzhong</dc:creator>
      <dc:date>2021-06-04T03:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot</title>
      <link>https://community.nxp.com/t5/Layerscape/u-boot/m-p/1287383#M8149</link>
      <description>&lt;P&gt;I use LS1046ARDB as an example.&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;$ flex-builder -c uboot -m ls1046ardb -b sd&lt;/P&gt;
&lt;P&gt;2. Go to folder&amp;nbsp;packages/firmware/u-boot/, please customize file&amp;nbsp;configs/ls1046ardb_sdcard_defconfig according to your requirement.&lt;/P&gt;
&lt;P&gt;3. Rebuild u-boot.&lt;/P&gt;
&lt;P&gt;$ rm -rf&amp;nbsp;build/firmware/u-boot/ls1046ardb/&lt;/P&gt;
&lt;P&gt;$&amp;nbsp;flex-builder -c uboot -m ls1046ardb -b sd&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 08:42:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/u-boot/m-p/1287383#M8149</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-06-04T08:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot</title>
      <link>https://community.nxp.com/t5/Layerscape/u-boot/m-p/1843936#M14161</link>
      <description>&lt;P&gt;I follow your instructions:&lt;BR /&gt;++ rm -rf build/firmware/u-boot/ls1088ardb/&lt;BR /&gt;++ flex-builder -m ls1088ardb_pb -b qspi -c uboot&lt;BR /&gt;MACHINE: ls1088ardb_pb&lt;BR /&gt;BOOTTYPE: qspi&lt;BR /&gt;COMPONENT: uboot&lt;BR /&gt;make: Nothing to be done for '/host/opt/LS1088/flexbuild_lsdk2108//packages/firmware'.&lt;BR /&gt;make: 'uboot' is up to date.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I also did "bld clean-firmware" but the reswult is the same.&lt;/P&gt;&lt;P&gt;The LSDK is 21.08.&lt;BR /&gt;Please, help!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 12:46:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/u-boot/m-p/1843936#M14161</guid>
      <dc:creator>LeonP</dc:creator>
      <dc:date>2024-04-10T12:46:58Z</dc:date>
    </item>
  </channel>
</rss>

