<?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: Unable to get flex-builder to complete successfully for ls2160ardb_rev2 in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/Unable-to-get-flex-builder-to-complete-successfully-for/m-p/1643524#M12374</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216094"&gt;@ajedgar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please run below command&lt;/P&gt;
&lt;P&gt;cd &amp;lt;flexbuild_lsdk2108_github&amp;gt;&lt;/P&gt;
&lt;P&gt;rm -rf components/firmware/atf/&lt;/P&gt;
&lt;P&gt;flex-builder -i repo-fetch&lt;/P&gt;
&lt;P&gt;flex-builder -c atf -m lx2160ardb_rev2 -b xspi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Khushbu&lt;/P&gt;</description>
    <pubDate>Wed, 03 May 2023 09:41:24 GMT</pubDate>
    <dc:creator>khushbur</dc:creator>
    <dc:date>2023-05-03T09:41:24Z</dc:date>
    <item>
      <title>Unable to get flex-builder to complete successfully for ls2160ardb_rev2</title>
      <link>https://community.nxp.com/t5/Layerscape/Unable-to-get-flex-builder-to-complete-successfully-for/m-p/1642780#M12367</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am unable to get flex-builder to complete cleanly.&lt;/P&gt;&lt;P&gt;I am on Ubuntu 20.04 LTS and have ensured that I have all the required packages installed per page 2 of this doc:&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/LLDPUG_RevL5.15.71-2.2.0.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/LLDPUG_RevL5.15.71-2.2.0.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The packages that were not already installed that I had to install were: socat, python3-git, python3-jinja2, libegl1-mesa, libsdl1.2-dev, pylint3, xterm, python3-subunit, mesa-common-dev, zstd, and liblz4-tool.&lt;/P&gt;&lt;P&gt;I have re-downloaded and re-installed from the link here: &lt;A href="https://lsdk.github.io/components.html" target="_blank"&gt;https://lsdk.github.io/components.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here are the commands:&lt;/P&gt;&lt;P&gt;$ flex-builder -i clean-firmware&lt;/P&gt;&lt;P&gt;$ flex-builder -c atf -m lx2160ardb_rev2 -b xspi&lt;/P&gt;&lt;P&gt;It bails out with:&lt;/P&gt;&lt;P&gt;make[2]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;make -s -j4 fip pbl PLAT=lx2160ardb BOOT_MODE=flexspi_nor RCW=/home/ajedgar/Git/flexbuild_lsdk2108_github/build/firmware/rcw/lx2160ardb_rev2/XGGFF_PP_HHHH_RR_19_5_2/rcw_2200_750_3200_19_5_2.bin BL33=/home/ajedgar/Git/flexbuild_lsdk2108_github/build/firmware/u-boot/lx2160ardb/uboot_lx2160ardb_tfa.bin BL32=/home/ajedgar/Git/flexbuild_lsdk2108_github/components/apps/security/optee_os/out/arm-plat-ls/core/tee_lx2160ardb.bin SPD=opteed&lt;BR /&gt;make[2]: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;Including services/spd/opteed/opteed.mk&lt;BR /&gt;setting chssis&lt;BR /&gt;make[2]: *** No rule to make target 'plat/nxp/soc-lx2160a/LX2160A_RDB/ddr_init.c', needed by '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf/build/lx2160ardb/release/bl2/ddr_init.o'. Stop.&lt;BR /&gt;make[2]: *** Waiting for unfinished jobs....&lt;/P&gt;&lt;P&gt;Building tools/fiptool/fiptool&lt;BR /&gt;HOSTCC tbbr_config.c&lt;BR /&gt;HOSTCC fiptool.c&lt;BR /&gt;HOSTLD fiptool&lt;/P&gt;&lt;P&gt;Built fiptool successfully&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;make[2]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;cp: cannot stat 'build/lx2160ardb/release/bl2_flexspi_nor*.pbl': No such file or directory&lt;BR /&gt;atf.mk:11: recipe for target 'atf' failed&lt;BR /&gt;make[1]: *** [atf] Error 1&lt;BR /&gt;make[1]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/packages/firmware'&lt;BR /&gt;Makefile:19: recipe for target 'atf' failed&lt;BR /&gt;make: *** [atf] Error 2&lt;BR /&gt;make: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github'&lt;/P&gt;&lt;P&gt;And if I try the next step:&lt;BR /&gt;$ flex-builder -i mkfw -m lx2160ardb_rev2 -b xspi&lt;/P&gt;&lt;P&gt;It bails out with the very similar:&lt;/P&gt;&lt;P&gt;make[2]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;make -s -j4 fip pbl PLAT=lx2160ardb BOOT_MODE=flexspi_nor RCW=/home/ajedgar/Git/flexbuild_lsdk2108_github/build/firmware/rcw/lx2160ardb_rev2/XGGFF_PP_HHHH_RR_19_5_2/rcw_2200_750_3200_19_5_2.bin BL33=/home/ajedgar/Git/flexbuild_lsdk2108_github/build/firmware/u-boot/lx2160ardb/uboot_lx2160ardb_tfa.bin BL32=/home/ajedgar/Git/flexbuild_lsdk2108_github/components/apps/security/optee_os/out/arm-plat-ls/core/tee_lx2160ardb.bin SPD=opteed&lt;BR /&gt;make[2]: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;Including services/spd/opteed/opteed.mk&lt;BR /&gt;setting chssis&lt;BR /&gt;make[2]: *** No rule to make target 'plat/nxp/soc-lx2160a/LX2160A_RDB/ddr_init.c', needed by '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf/build/lx2160ardb/release/bl2/ddr_init.o'. Stop.&lt;BR /&gt;make[2]: *** Waiting for unfinished jobs....&lt;/P&gt;&lt;P&gt;Building tools/fiptool/fiptool&lt;BR /&gt;HOSTCC fiptool.c&lt;BR /&gt;HOSTCC tbbr_config.c&lt;BR /&gt;HOSTLD fiptool&lt;/P&gt;&lt;P&gt;Built fiptool successfully&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;make[2]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;cp: cannot stat 'build/lx2160ardb/release/bl2_flexspi_nor*.pbl': No such file or directory&lt;BR /&gt;atf.mk:11: recipe for target 'atf' failed&lt;BR /&gt;make[1]: *** [atf] Error 1&lt;BR /&gt;make[1]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/packages/firmware'&lt;BR /&gt;Makefile:19: recipe for target 'atf' failed&lt;BR /&gt;make: *** [atf] Error 2&lt;BR /&gt;make: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github'&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Many thanks in advance for any help!&lt;/P&gt;&lt;P&gt;-Andrew&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 19:59:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Unable-to-get-flex-builder-to-complete-successfully-for/m-p/1642780#M12367</guid>
      <dc:creator>ajedgar</dc:creator>
      <dc:date>2023-05-01T19:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get flex-builder to complete successfully for ls2160ardb_rev2</title>
      <link>https://community.nxp.com/t5/Layerscape/Unable-to-get-flex-builder-to-complete-successfully-for/m-p/1643524#M12374</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216094"&gt;@ajedgar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please run below command&lt;/P&gt;
&lt;P&gt;cd &amp;lt;flexbuild_lsdk2108_github&amp;gt;&lt;/P&gt;
&lt;P&gt;rm -rf components/firmware/atf/&lt;/P&gt;
&lt;P&gt;flex-builder -i repo-fetch&lt;/P&gt;
&lt;P&gt;flex-builder -c atf -m lx2160ardb_rev2 -b xspi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Khushbu&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 09:41:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Unable-to-get-flex-builder-to-complete-successfully-for/m-p/1643524#M12374</guid>
      <dc:creator>khushbur</dc:creator>
      <dc:date>2023-05-03T09:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get flex-builder to complete successfully for ls2160ardb_rev2</title>
      <link>https://community.nxp.com/t5/Layerscape/Unable-to-get-flex-builder-to-complete-successfully-for/m-p/1643771#M12381</link>
      <description>&lt;P&gt;This command ran for quite a while and then bailed out.&lt;BR /&gt;&lt;BR /&gt;$ flex-builder -i repo-fetch&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;"""&lt;BR /&gt;fetch graphics repositories: gpulib wayland libdrm weston xserver&lt;/P&gt;&lt;P&gt;repo: gpulib&lt;BR /&gt;tag: LSDK-21.08&lt;/P&gt;&lt;P&gt;repo: wayland&lt;BR /&gt;tag: 1.18.0&lt;BR /&gt;Cloning into '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/apps/graphics/wayland'...&lt;BR /&gt;Username for '&lt;A href="https://github.com" target="_blank" rel="noopener"&gt;https://github.com&lt;/A&gt;': ajedgar33&lt;BR /&gt;Password for '&lt;A href="https://ajedgar33@github.com" target="_blank" rel="noopener"&gt;https://ajedgar33@github.com&lt;/A&gt;':&lt;BR /&gt;remote: Repository not found.&lt;BR /&gt;fatal: repository '&lt;A href="https://github.com/wayland-project/wayland.git/" target="_blank" rel="noopener"&gt;https://github.com/wayland-project/wayland.git/&lt;/A&gt;' not found&lt;/P&gt;&lt;P&gt;repo: libdrm&lt;BR /&gt;tag: lf-5.10.35-2.0.0&lt;/P&gt;&lt;P&gt;repo: weston&lt;BR /&gt;tag: lf-5.10.35-2.0.0&lt;/P&gt;&lt;P&gt;repo: xserver&lt;BR /&gt;tag: xorg-server-1.20.9&lt;BR /&gt;Cloning into '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/apps/graphics/xserver'...&lt;BR /&gt;Username for '&lt;A href="https://github.com" target="_blank" rel="noopener"&gt;https://github.com&lt;/A&gt;': ajedgar33&lt;BR /&gt;Password for '&lt;A href="https://ajedgar33@github.com" target="_blank" rel="noopener"&gt;https://ajedgar33@github.com&lt;/A&gt;':&lt;BR /&gt;remote: Repository not found.&lt;BR /&gt;fatal: repository '&lt;A href="https://github.com/freedesktop/xorg-xserver.git/" target="_blank" rel="noopener"&gt;https://github.com/freedesktop/xorg-xserver.git/&lt;/A&gt;' not found&lt;BR /&gt;/home/ajedgar/Git/flexbuild_lsdk2108_github/include/app_repo_update.inc:27: recipe for target 'graphics_repo_fetch' failed&lt;BR /&gt;make: *** [graphics_repo_fetch] Error 128&lt;BR /&gt;make: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/packages/apps'&lt;BR /&gt;make: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/packages/apps/graphics'&lt;BR /&gt;make: *** No rule to make target 'graphics_repo_fetch'. Stop.&lt;BR /&gt;make: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/packages/apps/graphics'&lt;BR /&gt;"""&lt;BR /&gt;&lt;BR /&gt;So it looks like two repository paths need to be updated in configs/sdk.yml, the one for wayland.git and the one for xorg-xserver.git.&lt;BR /&gt;&lt;BR /&gt;Thoughts?&lt;BR /&gt;&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;&lt;BR /&gt;-Andrew&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 18:11:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Unable-to-get-flex-builder-to-complete-successfully-for/m-p/1643771#M12381</guid>
      <dc:creator>ajedgar</dc:creator>
      <dc:date>2023-05-03T18:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get flex-builder to complete successfully for ls2160ardb_rev2</title>
      <link>https://community.nxp.com/t5/Layerscape/Unable-to-get-flex-builder-to-complete-successfully-for/m-p/1644079#M12383</link>
      <description>&lt;P&gt;Ok, so I edited configs/sdk.yml and updated the git urls for wayland and xserver as below:&lt;/P&gt;&lt;P&gt;wayland:&lt;BR /&gt;# AJE 2023/03/05 - project moved to gitlab.freedesktop.org&lt;BR /&gt;# url: &lt;A href="https://github.com/wayland-project/wayland.git" target="_blank"&gt;https://github.com/wayland-project/wayland.git&lt;/A&gt;&lt;BR /&gt;url: &lt;A href="https://gitlab.freedesktop.org/wayland/wayland.git" target="_blank"&gt;https://gitlab.freedesktop.org/wayland/wayland.git&lt;/A&gt;&lt;BR /&gt;tag: 1.18.0&lt;/P&gt;&lt;P&gt;xserver:&lt;BR /&gt;# AJE 2023/03/05 - project moved to gitlab.freedesktop.org&lt;BR /&gt;# url: &lt;A href="https://github.com/freedesktop/xorg-xserver.git" target="_blank"&gt;https://github.com/freedesktop/xorg-xserver.git&lt;/A&gt;&lt;BR /&gt;url: &lt;A href="https://gitlab.freedesktop.org/xorg/xserver.git" target="_blank"&gt;https://gitlab.freedesktop.org/xorg/xserver.git&lt;/A&gt;&lt;BR /&gt;tag: xorg-server-1.20.9&lt;BR /&gt;&lt;BR /&gt;And restarted:&lt;BR /&gt;$ flex-builder -i repo-fetch&lt;BR /&gt;&lt;BR /&gt;which completed successfully this time.&lt;BR /&gt;&lt;BR /&gt;Next:&lt;BR /&gt;$ flex-builder -c atf -m lx2160ardb_rev2 -b xspi&lt;BR /&gt;&lt;BR /&gt;Which errors out the same as before:&lt;BR /&gt;"""&lt;/P&gt;&lt;P&gt;COMPONENT: atf&lt;BR /&gt;MACHINE: lx2160ardb_rev2&lt;BR /&gt;BOOTTYPE: xspi&lt;BR /&gt;make: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github'&lt;BR /&gt;make[1]: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/packages/firmware'&lt;BR /&gt;Building ATF LSDK-21.08 for lx2160ardb_rev2&lt;BR /&gt;make[2]: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;REALCLEAN&lt;BR /&gt;make[2]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;make -s -j4 fip pbl PLAT=lx2160ardb BOOT_MODE=flexspi_nor RCW=/home/ajedgar/Git/flexbuild_lsdk2108_github/build/firmware/rcw/lx2160ardb_rev2/XGGFF_PP_HHHH_RR_19_5_2/rcw_2200_750_3200_19_5_2.bin BL33=/home/ajedgar/Git/flexbuild_lsdk2108_github/build/firmware/u-boot/lx2160ardb/uboot_lx2160ardb_tfa.bin BL32=/home/ajedgar/Git/flexbuild_lsdk2108_github/components/apps/security/optee_os/out/arm-plat-ls/core/tee_lx2160ardb.bin SPD=opteed&lt;BR /&gt;make[2]: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;Including services/spd/opteed/opteed.mk&lt;BR /&gt;setting chssis&lt;BR /&gt;make[2]: *** No rule to make target 'plat/nxp/soc-lx2160a/LX2160A_RDB/ddr_init.c', needed by '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf/build/lx2160ardb/release/bl2/ddr_init.o'. Stop.&lt;BR /&gt;make[2]: *** Waiting for unfinished jobs....&lt;/P&gt;&lt;P&gt;Building tools/fiptool/fiptool&lt;BR /&gt;HOSTCC fiptool.c&lt;BR /&gt;HOSTCC tbbr_config.c&lt;BR /&gt;HOSTLD fiptool&lt;/P&gt;&lt;P&gt;Built fiptool successfully&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;make[2]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;cp: cannot stat 'build/lx2160ardb/release/bl2_flexspi_nor*.pbl': No such file or directory&lt;BR /&gt;atf.mk:11: recipe for target 'atf' failed&lt;BR /&gt;make[1]: *** [atf] Error 1&lt;BR /&gt;make[1]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/packages/firmware'&lt;BR /&gt;Makefile:19: recipe for target 'atf' failed&lt;BR /&gt;make: *** [atf] Error 2&lt;BR /&gt;make: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github'&lt;BR /&gt;&lt;BR /&gt;This all unchanged (besides the two URLs noted above) straight from here:&lt;BR /&gt;&lt;A href="https://lsdk.github.io/components.html" target="_blank"&gt;https://lsdk.github.io/components.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;On Ubuntu 20.04 LTS.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;best,&lt;BR /&gt;Andrew&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 22:36:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Unable-to-get-flex-builder-to-complete-successfully-for/m-p/1644079#M12383</guid>
      <dc:creator>ajedgar</dc:creator>
      <dc:date>2023-05-03T22:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get flex-builder to complete successfully for ls2160ardb_rev2</title>
      <link>https://community.nxp.com/t5/Layerscape/Unable-to-get-flex-builder-to-complete-successfully-for/m-p/1644574#M12393</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216094"&gt;@ajedgar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should be downloaded&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;components/firmware/atf&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please run below command to build firmware&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;flex-builder -c atf -m lx2160ardb_rev2 -b xspi&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Khushbu&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 09:36:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Unable-to-get-flex-builder-to-complete-successfully-for/m-p/1644574#M12393</guid>
      <dc:creator>khushbur</dc:creator>
      <dc:date>2023-05-04T09:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get flex-builder to complete successfully for ls2160ardb_rev2</title>
      <link>https://community.nxp.com/t5/Layerscape/Unable-to-get-flex-builder-to-complete-successfully-for/m-p/1645685#M12409</link>
      <description>&lt;P&gt;Hi khushnar,&lt;/P&gt;&lt;P&gt;After updating configs/sdk.yml and with the correct xserver URL and gitlab URL as below:&lt;/P&gt;&lt;P&gt;"""&lt;BR /&gt;wayland:&lt;BR /&gt;# url: &lt;A href="https://github.com/wayland-project/wayland.git" target="_blank"&gt;https://github.com/wayland-project/wayland.git&lt;/A&gt;&lt;BR /&gt;url: &lt;A href="https://gitlab.freedesktop.org/wayland/wayland.git" target="_blank"&gt;https://gitlab.freedesktop.org/wayland/wayland.git&lt;/A&gt;&lt;BR /&gt;tag: 1.18.0&lt;/P&gt;&lt;P&gt;xserver:&lt;BR /&gt;# url: &lt;A href="https://github.com/freedesktop/xorg-xserver.git" target="_blank"&gt;https://github.com/freedesktop/xorg-xserver.git&lt;/A&gt;&lt;BR /&gt;url: &lt;A href="https://gitlab.freedesktop.org/xorg/xserver.git" target="_blank"&gt;https://gitlab.freedesktop.org/xorg/xserver.git&lt;/A&gt;&lt;BR /&gt;tag: xorg-server-1.20.9&lt;BR /&gt;"""&lt;/P&gt;&lt;P&gt;I was able to get this step to complete successfully:&lt;BR /&gt;&lt;BR /&gt;flex-builder -i repo-fetch&lt;/P&gt;&lt;P&gt;Then (as mentioned before) the below step still fails in the same way:&lt;BR /&gt;&lt;BR /&gt;$ flex-builder -c atf -m lx2160ardb_rev2 -b xspi&lt;/P&gt;&lt;P&gt;make[2]: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;REALCLEAN&lt;BR /&gt;make[2]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;make -s -j4 fip pbl PLAT=lx2160ardb BOOT_MODE=flexspi_nor RCW=/home/ajedgar/Git/flexbuild_lsdk2108_github/build/firmware/rcw/lx2160ardb_rev2/XGGFF_PP_HHHH_RR_19_5_2/rcw_2200_750_3200_19_5_2.bin BL33=/home/ajedgar/Git/flexbuild_lsdk2108_github/build/firmware/u-boot/lx2160ardb/uboot_lx2160ardb_tfa.bin BL32=/home/ajedgar/Git/flexbuild_lsdk2108_github/components/apps/security/optee_os/out/arm-plat-ls/core/tee_lx2160ardb.bin SPD=opteed&lt;BR /&gt;make[2]: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;Including services/spd/opteed/opteed.mk&lt;BR /&gt;setting chssis&lt;BR /&gt;make[2]: *** No rule to make target 'plat/nxp/soc-lx2160a/LX2160A_RDB/ddr_init.c', needed by '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf/build/lx2160ardb/release/bl2/ddr_init.o'. Stop.&lt;BR /&gt;make[2]: *** Waiting for unfinished jobs....&lt;/P&gt;&lt;P&gt;Building tools/fiptool/fiptool&lt;BR /&gt;HOSTCC fiptool.c&lt;BR /&gt;HOSTCC tbbr_config.c&lt;BR /&gt;HOSTLD fiptool&lt;/P&gt;&lt;P&gt;Built fiptool successfully&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;make[2]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;cp: cannot stat 'build/lx2160ardb/release/bl2_flexspi_nor*.pbl': No such file or directory&lt;BR /&gt;make[1]: *** [atf.mk:11: atf] Error 1&lt;BR /&gt;make[1]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/packages/firmware'&lt;BR /&gt;make: *** [Makefile:19: atf] Error 2&lt;BR /&gt;make: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github'&lt;BR /&gt;"""&lt;BR /&gt;&lt;BR /&gt;As mentioned before, this is from a new, clean download of flex-builder on Ubuntu LTS 20.04 and it is always failing at this step in the same way.&lt;BR /&gt;&lt;BR /&gt;I need a new suggestion on how to progress past this point.&lt;BR /&gt;&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;&lt;BR /&gt;-Andrew&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 18:01:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Unable-to-get-flex-builder-to-complete-successfully-for/m-p/1645685#M12409</guid>
      <dc:creator>ajedgar</dc:creator>
      <dc:date>2023-05-05T18:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get flex-builder to complete successfully for ls2160ardb_rev2</title>
      <link>https://community.nxp.com/t5/Layerscape/Unable-to-get-flex-builder-to-complete-successfully-for/m-p/1647260#M12429</link>
      <description>&lt;P&gt;Same error.&lt;BR /&gt;&lt;BR /&gt;Here it is below, again,&lt;/P&gt;&lt;P&gt;(I just tried it again)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have good network connection. It doesn't matter how many times I run the command I get the same error. There is something wrong with the flex-builder and I need some sort of hint of how to diagnose it. Is there a debug mode? some way of getting more information of what the problem is? In the mean time I'm going through the scripts to see what is wrong.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$ cd Git/flexbuild_lsdk2108_github&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$ source setup.env&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$ flex-builder -c atf -m lx2160ardb_rev2 -b xspi&lt;/P&gt;&lt;P&gt;COMPONENT: atf&lt;/P&gt;&lt;P&gt;MACHINE: lx2160ardb_rev2&lt;/P&gt;&lt;P&gt;BOOTTYPE: xspi&lt;/P&gt;&lt;P&gt;make: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github'&lt;/P&gt;&lt;P&gt;make[1]: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/packages/firmware'&lt;/P&gt;&lt;P&gt;Building ATF LSDK-21.08 for lx2160ardb_rev2&lt;/P&gt;&lt;P&gt;make[2]: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;/P&gt;&lt;P&gt;REALCLEAN&lt;/P&gt;&lt;P&gt;make[2]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;/P&gt;&lt;P&gt;make -s -j4 fip pbl PLAT=lx2160ardb BOOT_MODE=flexspi_nor RCW=/home/ajedgar/Git/flexbuild_lsdk2108_github/build/firmware/rcw/lx2160ardb_rev2/XGGFF_PP_HHHH_RR_19_5_2/rcw_2200_750_3200_19_5_2.bin BL33=/home/ajedgar/Git/flexbuild_lsdk2108_github/build/firmware/u-boot/lx2160ardb/uboot_lx2160ardb_tfa.bin BL32=/home/ajedgar/Git/flexbuild_lsdk2108_github/components/apps/security/optee_os/out/arm-plat-ls/core/tee_lx2160ardb.bin SPD=opteed&lt;/P&gt;&lt;P&gt;make[2]: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;/P&gt;&lt;P&gt;Including services/spd/opteed/opteed.mk&lt;/P&gt;&lt;P&gt;setting chssis&lt;/P&gt;&lt;P&gt;make[2]: *** No rule to make target 'plat/nxp/soc-lx2160a/LX2160A_RDB/ddr_init.c', needed by '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf/build/lx2160ardb/release/bl2/ddr_init.o'. Stop.&lt;/P&gt;&lt;P&gt;make[2]: *** Waiting for unfinished jobs....&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Building tools/fiptool/fiptool&lt;/P&gt;&lt;P&gt;HOSTCC tbbr_config.c&lt;/P&gt;&lt;P&gt;HOSTCC fiptool.c&lt;/P&gt;&lt;P&gt;HOSTLD fiptool&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Built fiptool successfully&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;make[2]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;/P&gt;&lt;P&gt;cp: cannot stat 'build/lx2160ardb/release/bl2_flexspi_nor*.pbl': No such file or directory&lt;/P&gt;&lt;P&gt;make[1]: *** [atf.mk:11: atf] Error 1&lt;/P&gt;&lt;P&gt;make[1]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/packages/firmware'&lt;/P&gt;&lt;P&gt;make: *** [Makefile:19: atf] Error 2&lt;/P&gt;&lt;P&gt;make: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github'&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;-Andrew&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 15:14:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Unable-to-get-flex-builder-to-complete-successfully-for/m-p/1647260#M12429</guid>
      <dc:creator>ajedgar</dc:creator>
      <dc:date>2023-05-09T15:14:29Z</dc:date>
    </item>
  </channel>
</rss>

