<?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 Error in flexbuilder packing in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/Error-in-flexbuilder-packing/m-p/1663236#M12602</link>
    <description>&lt;P&gt;I am currently working on building the root filesystem (RFS) for the NXP board NPE010 by following the commands mentioned in the BSP User Guide. I have executed the following steps:&lt;BR /&gt;1. Navigated to the 'gvlinux/toolchain/gnlsdk' directory.&lt;BR /&gt;2. Sourced the 'setup.env' file to set up the NXP SDK environment.&lt;BR /&gt;3. Executed the command 'flex-builder -c linux -m npe010' as specified, which was completed successfully.&lt;BR /&gt;4. Next, I attempted to build the full root filesystem by executing the command 'flex-builder -i mkrfs -r ubuntu:devel -m npe010', and it completed without any errors, confirming the successful installation of the base system.&lt;BR /&gt;However, when I proceeded to pack the root filesystem using the command 'flex-builder -i packrfs', an error occurred with the following message:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;"INSTRUCTION: packrfs&lt;BR /&gt;*/gnlsdk/build/rfs/rootfs_lsdk2004_ubuntu_main_arm64 is incomplete."&lt;/P&gt;&lt;P&gt;I am unsure about the cause of this error and would appreciate your assistance in resolving it.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 07:12:32 GMT</pubDate>
    <dc:creator>lordofwar98</dc:creator>
    <dc:date>2023-06-05T07:12:32Z</dc:date>
    <item>
      <title>Error in flexbuilder packing</title>
      <link>https://community.nxp.com/t5/Layerscape/Error-in-flexbuilder-packing/m-p/1663236#M12602</link>
      <description>&lt;P&gt;I am currently working on building the root filesystem (RFS) for the NXP board NPE010 by following the commands mentioned in the BSP User Guide. I have executed the following steps:&lt;BR /&gt;1. Navigated to the 'gvlinux/toolchain/gnlsdk' directory.&lt;BR /&gt;2. Sourced the 'setup.env' file to set up the NXP SDK environment.&lt;BR /&gt;3. Executed the command 'flex-builder -c linux -m npe010' as specified, which was completed successfully.&lt;BR /&gt;4. Next, I attempted to build the full root filesystem by executing the command 'flex-builder -i mkrfs -r ubuntu:devel -m npe010', and it completed without any errors, confirming the successful installation of the base system.&lt;BR /&gt;However, when I proceeded to pack the root filesystem using the command 'flex-builder -i packrfs', an error occurred with the following message:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;"INSTRUCTION: packrfs&lt;BR /&gt;*/gnlsdk/build/rfs/rootfs_lsdk2004_ubuntu_main_arm64 is incomplete."&lt;/P&gt;&lt;P&gt;I am unsure about the cause of this error and would appreciate your assistance in resolving it.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 07:12:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Error-in-flexbuilder-packing/m-p/1663236#M12602</guid>
      <dc:creator>lordofwar98</dc:creator>
      <dc:date>2023-06-05T07:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error in flexbuilder packing</title>
      <link>https://community.nxp.com/t5/Layerscape/Error-in-flexbuilder-packing/m-p/1665922#M12635</link>
      <description>&lt;P&gt;You need to execute the following command to&amp;nbsp;&lt;SPAN&gt;to pack the root filesystem.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;flex-builder -i packrfs&amp;nbsp;&lt;STRONG&gt;-r ubuntu:devel&lt;/STRONG&gt; -m npe010&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 07:11:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Error-in-flexbuilder-packing/m-p/1665922#M12635</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-06-08T07:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error in flexbuilder packing</title>
      <link>https://community.nxp.com/t5/Layerscape/Error-in-flexbuilder-packing/m-p/1666977#M12645</link>
      <description>&lt;P&gt;I tried as you mentioned and got the following error response. Do you have any idea how to resolve this?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;INSTRUCTION: packrfs&lt;BR /&gt;DISTRO TYPE: ubuntu&lt;BR /&gt;DISTRO SCALE: devel&lt;BR /&gt;MACHINE: npe010&lt;BR /&gt;*/gnlsdk/build/rfs/rootfs_lsdk2004_ubuntu_devel_arm64 is incomplete&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 12:57:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Error-in-flexbuilder-packing/m-p/1666977#M12645</guid>
      <dc:creator>lordofwar98</dc:creator>
      <dc:date>2023-06-09T12:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in flexbuilder packing</title>
      <link>https://community.nxp.com/t5/Layerscape/Error-in-flexbuilder-packing/m-p/1669152#M12665</link>
      <description>&lt;P&gt;Please remove "&lt;SPAN&gt;/gnlsdk/build/rfs/rootfs_lsdk2004_ubuntu_devel_arm64" with "sudo rm -rf&amp;nbsp;/gnlsdk/build/rfs/rootfs_lsdk2004_ubuntu_devel_arm64"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and execute the following command again.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$ flex-builder -i mkrfs -r ubuntu:devel -m npe010&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 09:25:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Error-in-flexbuilder-packing/m-p/1669152#M12665</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-06-14T09:25:37Z</dc:date>
    </item>
  </channel>
</rss>

