<?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 how to use flex-builder to making rootfs in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1313143#M8539</link>
    <description>&lt;P&gt;lx2160ardb_rev2 platform;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to generate a root file system using Flex-Builder&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jul 2021 09:22:58 GMT</pubDate>
    <dc:creator>muaxi8</dc:creator>
    <dc:date>2021-07-26T09:22:58Z</dc:date>
    <item>
      <title>how to use flex-builder to making rootfs</title>
      <link>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1313143#M8539</link>
      <description>&lt;P&gt;lx2160ardb_rev2 platform;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to generate a root file system using Flex-Builder&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 09:22:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1313143#M8539</guid>
      <dc:creator>muaxi8</dc:creator>
      <dc:date>2021-07-26T09:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to use flex-builder to making rootfs</title>
      <link>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1313538#M8546</link>
      <description>&lt;P&gt;The default LSDK main userland is an Ubuntu 18.04 based hybrid userland with NXP's packages/components and system configurations. You can select the appropriate distro userland as per your need, the various userlands are showed in the table in page 182 of LSDK 20.12 user manual.&lt;/P&gt;
&lt;P&gt;You could generate Ubuntu-based main userland with the following command.&lt;/P&gt;
&lt;P&gt;$ flex-builder -i mkrfs -r ubuntu:main&lt;/P&gt;
&lt;P&gt;$&amp;nbsp;flex-builder -i packrfs -r ubuntu:main&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 03:41:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1313538#M8546</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-07-27T03:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to use flex-builder to making rootfs</title>
      <link>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1313586#M8547</link>
      <description>&lt;P&gt;According to&amp;nbsp; "Unified 64MiB memory layout of NOR/QSPI/XSPI/NAND/SD media ", ramdisk isonly 32MB, but&amp;nbsp;&lt;SPAN&gt;flex-builder maked the rootfs is&amp;nbsp;678862805 bytes,it is too big。&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="muaxi8_1-1627365469351.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/150927iFFB11A55A96D2960/image-size/medium?v=v2&amp;amp;px=400" role="button" title="muaxi8_1-1627365469351.png" alt="muaxi8_1-1627365469351.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;flex-builder -i packrfs -r ubuntu:main&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="muaxi8_0-1627365360094.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/150926iC5A72971283E4A99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="muaxi8_0-1627365360094.png" alt="muaxi8_0-1627365360094.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 06:04:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1313586#M8547</guid>
      <dc:creator>muaxi8</dc:creator>
      <dc:date>2021-07-27T06:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to use flex-builder to making rootfs</title>
      <link>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1313610#M8549</link>
      <description>&lt;P&gt;You could use yocto-based tiny userland, it includes Yocto basic packages and&lt;BR /&gt;part of NXP's packages (restool, aiop_tool, tsntool, fmc, net-tools, flex-installer, ccsr,&amp;nbsp; etc).&lt;/P&gt;
&lt;P&gt;$ flex-builder -i mkrfs -r yocto:tiny&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generates RAM-bootable FIT image, including Linux Kernel+ramdisk rootfs.&lt;/P&gt;
&lt;P&gt;flex-builder -i mkitb -r yocto:tiny&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 06:25:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1313610#M8549</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-07-27T06:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to use flex-builder to making rootfs</title>
      <link>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1313802#M8554</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;flex-builder -i mkrfs -r yocto:tiny&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;there are some errors, i can not get yocto-based tiny userland.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="muaxi8_0-1627379293094.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/150959i11C6B1FDCB869300/image-size/medium?v=v2&amp;amp;px=400" role="button" title="muaxi8_0-1627379293094.png" alt="muaxi8_0-1627379293094.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;~/work/0734/flexbuild_lsdk2012$ flex-builder -i mkrfs -r yocto:tiny&lt;BR /&gt;INSTRUCTION: mkrfs&lt;BR /&gt;DISTRO TYPE: yocto&lt;BR /&gt;DISTRO SCALE: tiny&lt;/P&gt;&lt;P&gt;### Shell environment set up for builds. ###&lt;/P&gt;&lt;P&gt;You can now run 'bitbake &amp;lt;target&amp;gt;'&lt;/P&gt;&lt;P&gt;Common targets are:&lt;BR /&gt;core-image-minimal&lt;BR /&gt;core-image-sato&lt;BR /&gt;meta-toolchain&lt;BR /&gt;meta-ide-support&lt;/P&gt;&lt;P&gt;You can also run generated qemu images with a command like 'runqemu qemux86'&lt;/P&gt;&lt;P&gt;Other commonly useful commands are:&lt;BR /&gt;- 'devtool' and 'recipetool' handle common recipe tasks&lt;BR /&gt;- 'bitbake-layers' handles common layer tasks&lt;BR /&gt;- 'oe-pkgdata-util' handles common target package tasks&lt;BR /&gt;Loading cache: 100% |#######################################################################################################################################| Time: 0:00:00&lt;BR /&gt;Loaded 1305 entries from dependency cache.&lt;BR /&gt;Parsing recipes: 100% |#####################################################################################################################################| Time: 0:00:00&lt;BR /&gt;Parsing of 776 .bb files complete (772 cached, 4 parsed). 1305 targets, 59 skipped, 0 masked, 0 errors.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "1.44.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "universal"&lt;BR /&gt;TARGET_SYS = "aarch64-poky-linux"&lt;BR /&gt;MACHINE = "qemuarm64"&lt;BR /&gt;DISTRO = "poky"&lt;BR /&gt;DISTRO_VERSION = "3.0.4"&lt;BR /&gt;TUNE_FEATURES = "aarch64 armv8a crc"&lt;BR /&gt;TARGET_FPU = ""&lt;BR /&gt;meta&lt;BR /&gt;meta-poky&lt;BR /&gt;meta-yocto-bsp = "HEAD:f2eb22a8783f1eecf99bd4042695bab920eed00e"&lt;/P&gt;&lt;P&gt;Initialising tasks: 100% |##################################################################################################################################| Time: 0:00:01&lt;BR /&gt;Sstate summary: Wanted 873 Found 0 Missed 873 Current 19 (0% match, 2% complete)&lt;BR /&gt;NOTE: Executing Tasks&lt;BR /&gt;NOTE: Setscene tasks completed&lt;BR /&gt;WARNING: unifdef-native-2.11-r0 do_fetch: Failed to fetch URL &lt;A href="http://dotat.at/prog/unifdef/unifdef-2.11.tar.xz" target="_blank"&gt;http://dotat.at/prog/unifdef/unifdef-2.11.tar.xz&lt;/A&gt;, attempting MIRRORS if available&lt;BR /&gt;WARNING: libtirpc-native-1.1.4-r0 do_fetch: Failed to fetch URL &lt;A href="https://downloads.sourceforge.net/libtirpc/libtirpc-1.1.4.tar.bz2" target="_blank"&gt;https://downloads.sourceforge.net/libtirpc/libtirpc-1.1.4.tar.bz2&lt;/A&gt;, attempting MIRRORS if available&lt;BR /&gt;WARNING: libcap-ng-native-0.7.9-r0 do_fetch: Failed to fetch URL &lt;A href="http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.7.9.tar.gz" target="_blank"&gt;http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.7.9.tar.gz&lt;/A&gt;, attempting MIRRORS if available&lt;BR /&gt;ERROR: libtirpc-native-1.1.4-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; unset _PYTHON_SYSCONFIGDATA_NAME; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1010/bus"; export PATH="/home/chunxi/work/0734/flexbuild_lsdk2012/packages/rfs/yocto-poky/scripts/native-intercept:/home/chunxi/yoctobuild/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/chunxi/work/0734/flexbuild_lsdk2012/packages/rfs/yocto-poky/scripts:/home/chunxi/yoctobuild/tmp/work/x86_64-linux/libtirpc-native/1.1.4-r0/recipe-sysroot-native/usr/bin/x86_64-linux:/home/chunxi/yoctobuild/tmp/work/x86_64-linux/libtirpc-native/1.1.4-r0/recipe-sysroot-native/usr/bin:/home/chunxi/yoctobuild/tmp/work/x86_64-linux/libtirpc-native/1.1.4-r0/recipe-sysroot-native/usr/sbin:/home/chunxi/yoctobuild/tmp/work/x86_64-linux/libtirpc-native/1.1.4-r0/recipe-sysroot-native/usr/bin:/home/chunxi/yoctobuild/tmp/work/x86_64-linux/libtirpc-native/1.1.4-r0/recipe-sysroot-native/sbin:/home/chunxi/yoctobuild/tmp/work/x86_64-linux/libtirpc-native/1.1.4-r0/recipe-sysroot-native/bin:/home/chunxi/work/0734/flexbuild_lsdk2012/packages/rfs/yocto-poky/bitbake/bin:/home/chunxi/yoctobuild/tmp/hosttools"; export HOME="/home/chunxi"; /usr/bin/env wget -t 2 -T 30 --passive-ftp --no-check-certificate -P /home/chunxi/yoctobuild/downloads '&lt;A href="https://downloads.sourceforge.net/libtirpc/libtirpc-1.1.4.tar.bz2" target="_blank"&gt;https://downloads.sourceforge.net/libtirpc/libtirpc-1.1.4.tar.bz2&lt;/A&gt;' --progress=dot -v failed with exit code 4, output:&lt;BR /&gt;--2021-07-27 09:27:18-- &lt;A href="https://downloads.sourceforge.net/libtirpc/libtirpc-1.1.4.tar.bz2" target="_blank"&gt;https://downloads.sourceforge.net/libtirpc/libtirpc-1.1.4.tar.bz2&lt;/A&gt;&lt;BR /&gt;Resolving downloads.sourceforge.net (downloads.sourceforge.net)... failed: Name or service not known.&lt;BR /&gt;wget: unable to resolve host address ‘downloads.sourceforge.net’&lt;/P&gt;&lt;P&gt;ERROR: libtirpc-native-1.1.4-r0 do_fetch: Fetcher failure for URL: '&lt;A href="https://downloads.sourceforge.net/libtirpc/libtirpc-1.1.4.tar.bz2" target="_blank"&gt;https://downloads.sourceforge.net/libtirpc/libtirpc-1.1.4.tar.bz2&lt;/A&gt;'. Unable to fetch URL from any source.&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/chunxi/yoctobuild/tmp/work/x86_64-linux/libtirpc-native/1.1.4-r0/temp/log.do_fetch.21744&lt;BR /&gt;ERROR: Task (virtual:native:/home/chunxi/work/0734/flexbuild_lsdk2012/packages/rfs/yocto-poky/meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb:do_fetch) failed with exit code '1'&lt;BR /&gt;WARNING: util-linux-native-2.34-r0 do_fetch: Failed to fetch URL &lt;A href="https://cdn.kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz" target="_blank"&gt;https://cdn.kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz&lt;/A&gt;, attempting MIRRORS if available&lt;BR /&gt;NOTE: Tasks Summary: Attempted 227 tasks of which 157 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;BR /&gt;virtual:native:/home/chunxi/work/0734/flexbuild_lsdk2012/packages/rfs/yocto-poky/meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb:do_fetch&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 09:49:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1313802#M8554</guid>
      <dc:creator>muaxi8</dc:creator>
      <dc:date>2021-07-27T09:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to use flex-builder to making rootfs</title>
      <link>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1313818#M8555</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Please configure agent on your build host to make it possible to run the following command&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;wget &lt;A href="https://downloads.sourceforge.net/libtirpc/libtirpc-1.1.4.tar.bz2" target="_blank"&gt;https://downloads.sourceforge.net/libtirpc/libtirpc-1.1.4.tar.bz2&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 10:10:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1313818#M8555</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-07-27T10:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to use flex-builder to making rootfs</title>
      <link>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1313925#M8557</link>
      <description>&lt;P&gt;&lt;SPAN&gt;can you give me a yocto-based tiny userland file?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 13:25:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1313925#M8557</guid>
      <dc:creator>muaxi8</dc:creator>
      <dc:date>2021-07-27T13:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to use flex-builder to making rootfs</title>
      <link>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1314238#M8565</link>
      <description>&lt;P&gt;$ wget &lt;A href="https://www.nxp.com/lgfiles/sdk/lsdk2012/rootfs_lsdk2012_yocto_tiny_arm64.tgz" target="_blank"&gt;https://www.nxp.com/lgfiles/sdk/lsdk2012/rootfs_lsdk2012_yocto_tiny_arm64.tgz&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also uploaded it to google drive&lt;/P&gt;
&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1JJ3JhGjJKcXGq21yWTp-cTF7tIinwQHz/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1JJ3JhGjJKcXGq21yWTp-cTF7tIinwQHz/view?usp=sharing&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 03:42:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1314238#M8565</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-07-28T03:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to use flex-builder to making rootfs</title>
      <link>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1314397#M8572</link>
      <description>&lt;P&gt;i can not access&amp;nbsp;&lt;A href="https://www.nxp.com/lgfiles/sdk/lsdk2012/rootfs_lsdk2012_yocto_tiny_arm64.tgz" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.nxp.com/lgfiles/sdk/lsdk2012/rootfs_lsdk2012_yocto_tiny_arm64.tgz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="muaxi8_1-1627460286839.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/151076i4024B543F3C0AA04/image-size/medium?v=v2&amp;amp;px=400" role="button" title="muaxi8_1-1627460286839.png" alt="muaxi8_1-1627460286839.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="muaxi8_0-1627460034460.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/151075iF33730756270AF22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="muaxi8_0-1627460034460.png" alt="muaxi8_0-1627460034460.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;google drive also can access.&lt;/P&gt;&lt;P&gt;can you send it to my e-mail address: &lt;A href="mailto:459522889@qq.com" target="_blank"&gt;459522889@qq.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or upload to the baidu&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;cloud&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 08:32:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1314397#M8572</guid>
      <dc:creator>muaxi8</dc:creator>
      <dc:date>2021-07-28T08:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to use flex-builder to making rootfs</title>
      <link>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1314408#M8575</link>
      <description>&lt;P&gt;链接: &lt;A href="https://pan.baidu.com/s/16hq9v086ErSnd9T0DxUzgQ" target="_blank"&gt;https://pan.baidu.com/s/16hq9v086ErSnd9T0DxUzgQ &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;提取码: t2mz&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 08:43:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1314408#M8575</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-07-28T08:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to use flex-builder to making rootfs</title>
      <link>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1920950#M14642</link>
      <description>link is out of time,could you upload again?</description>
      <pubDate>Wed, 31 Jul 2024 01:06:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/how-to-use-flex-builder-to-making-rootfs/m-p/1920950#M14642</guid>
      <dc:creator>zhan3</dc:creator>
      <dc:date>2024-07-31T01:06:45Z</dc:date>
    </item>
  </channel>
</rss>

