<?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: How to build customised initrd with flexbuilder (Development Board NXP LS1028ARDB) in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/How-to-build-customised-initrd-with-flexbuilder-Development/m-p/1392717#M9738</link>
    <description>&lt;P&gt;Hello.&lt;BR /&gt;Thank you for answer.&lt;BR /&gt;&lt;BR /&gt;I need a way to make some filesystem actions before actualy mounting root. I need to make some overlays and mount it as root.&lt;BR /&gt;&lt;BR /&gt;Something like this:&lt;BR /&gt;Filesystem&amp;nbsp; Size&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Used&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Avail&amp;nbsp; &amp;nbsp; &amp;nbsp;Use%&amp;nbsp; &amp;nbsp; Mounted on&lt;BR /&gt;/dev/sda1&amp;nbsp; &amp;nbsp; 32G&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4.8G&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;26G&amp;nbsp; &amp;nbsp; &amp;nbsp; 16%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/lib/live/mount/persistence&lt;BR /&gt;/dev/loop0&amp;nbsp; &amp;nbsp;409M&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 409M&amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100%&amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/lib/live/mount/rootfs/1.4202108300430.squashfs&lt;BR /&gt;tmpfs&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;998M&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;998M&amp;nbsp; &amp;nbsp; 0%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /usr/lib/live/mount/overlay&lt;BR /&gt;overlay&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 32G&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4.8G&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 26G&amp;nbsp; &amp;nbsp; &amp;nbsp;16%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/&lt;BR /&gt;&lt;BR /&gt;Normaly linux boot process includes loading initrd image as starting point and launch init script making necessary preparation.&amp;nbsp;&lt;BR /&gt;How can I acheave this?&lt;/P&gt;</description>
    <pubDate>Tue, 28 Dec 2021 16:12:37 GMT</pubDate>
    <dc:creator>mmxland</dc:creator>
    <dc:date>2021-12-28T16:12:37Z</dc:date>
    <item>
      <title>How to build customised initrd with flexbuilder (Development Board NXP LS1028ARDB)</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-build-customised-initrd-with-flexbuilder-Development/m-p/1391924#M9702</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;&lt;BR /&gt;I am trying to port vyos software router in&amp;nbsp;LS1028ARDB.&amp;nbsp;&lt;BR /&gt;I've compiled custom linux kernel and need to modify init script to mount overlayed filesystem. How can I edit initscript with flexbuilder (or other tools)? Maybe someone have experience in porting vyos on NXP boards?&lt;BR /&gt;&lt;BR /&gt;Any help appreciated.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Dec 2021 23:00:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-build-customised-initrd-with-flexbuilder-Development/m-p/1391924#M9702</guid>
      <dc:creator>mmxland</dc:creator>
      <dc:date>2021-12-25T23:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to build customised initrd with flexbuilder (Development Board NXP LS1028ARDB)</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-build-customised-initrd-with-flexbuilder-Development/m-p/1392600#M9735</link>
      <description>&lt;P&gt;What&amp;nbsp;&lt;SPAN&gt;initscript do you want to customize?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You could refer to the following procedure to generate ubuntu main rootfs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;$ flex-builder -i mkrfs&lt;/P&gt;
&lt;P&gt;$ flex-builder -c apps&lt;/P&gt;
&lt;P&gt;$ flex-builder -i merge-component&lt;/P&gt;
&lt;P&gt;Modify init scripts in build/rfs/rootfs_lsdk2012_ubuntu_main_arm64&lt;/P&gt;
&lt;P&gt;$ flex-builder -i packrfs&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 09:04:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-build-customised-initrd-with-flexbuilder-Development/m-p/1392600#M9735</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-12-28T09:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to build customised initrd with flexbuilder (Development Board NXP LS1028ARDB)</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-build-customised-initrd-with-flexbuilder-Development/m-p/1392717#M9738</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;Thank you for answer.&lt;BR /&gt;&lt;BR /&gt;I need a way to make some filesystem actions before actualy mounting root. I need to make some overlays and mount it as root.&lt;BR /&gt;&lt;BR /&gt;Something like this:&lt;BR /&gt;Filesystem&amp;nbsp; Size&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Used&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Avail&amp;nbsp; &amp;nbsp; &amp;nbsp;Use%&amp;nbsp; &amp;nbsp; Mounted on&lt;BR /&gt;/dev/sda1&amp;nbsp; &amp;nbsp; 32G&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4.8G&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;26G&amp;nbsp; &amp;nbsp; &amp;nbsp; 16%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/lib/live/mount/persistence&lt;BR /&gt;/dev/loop0&amp;nbsp; &amp;nbsp;409M&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 409M&amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100%&amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/lib/live/mount/rootfs/1.4202108300430.squashfs&lt;BR /&gt;tmpfs&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;998M&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;998M&amp;nbsp; &amp;nbsp; 0%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /usr/lib/live/mount/overlay&lt;BR /&gt;overlay&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 32G&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4.8G&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 26G&amp;nbsp; &amp;nbsp; &amp;nbsp;16%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/&lt;BR /&gt;&lt;BR /&gt;Normaly linux boot process includes loading initrd image as starting point and launch init script making necessary preparation.&amp;nbsp;&lt;BR /&gt;How can I acheave this?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 16:12:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-build-customised-initrd-with-flexbuilder-Development/m-p/1392717#M9738</guid>
      <dc:creator>mmxland</dc:creator>
      <dc:date>2021-12-28T16:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to build customised initrd with flexbuilder (Development Board NXP LS1028ARDB)</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-build-customised-initrd-with-flexbuilder-Development/m-p/1392936#M9744</link>
      <description>&lt;P&gt;You could edit /etc/fstab in rootfs filesystem to add the following.&lt;/P&gt;
&lt;P&gt;/dev/sda1 /usr/lib/live/mount/persistence ext4 defaults 0 0&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 08:00:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-build-customised-initrd-with-flexbuilder-Development/m-p/1392936#M9744</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-12-29T08:00:44Z</dc:date>
    </item>
  </channel>
</rss>

