<?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のトピックBuilding linux kernal with flex-builder</title>
    <link>https://community.nxp.com/t5/Layerscape/Building-linux-kernal-with-flex-builder/m-p/1598761#M11854</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;We are using LS1046ardb kit in dpdk mode. Now we want to change the usdpaa dts file to bring few of the ethernet ports to linux. We have done the changes in fsl-ls1046a-rdb-usdpaa.dts file. We are facing the compilation issues to generate the binary files.&lt;/P&gt;&lt;P&gt;The following are the sequence of commands executed:&lt;/P&gt;&lt;P&gt;1) export CROSS_COMPILE = aarch64-linux-gnu-&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; export ARCH=arm64&lt;/P&gt;&lt;P&gt;2) flex-builder -c linux&lt;/P&gt;&lt;P&gt;3) flex-builder -i mkitb -r ubuntu:main&lt;/P&gt;&lt;P&gt;4) flex-builder -i mklinux -r ubuntu&lt;/P&gt;&lt;P&gt;5) flex-builder -i mkbootpartition&lt;/P&gt;&lt;P&gt;6) flex-builder -i mkrfs&lt;/P&gt;&lt;P&gt;7) flex-builder -i merge-component&lt;/P&gt;&lt;P&gt;&lt;LI-EMOJI id="lia_smiling-face-with-sunglasses" title=":smiling_face_with_sunglasses:"&gt;&lt;/LI-EMOJI&gt; flex-builder -i packrfs&lt;/P&gt;&lt;P&gt;While executing the above commands, at the 5th command of mkbootpartition, we are getting the error of "Error in opening the file: pfe.itb" and exits.&lt;/P&gt;&lt;P&gt;Please guide us in solving the above error or if some other method is there to change the dts and incorporate those changes in the target board.&lt;/P&gt;&lt;P&gt;Thanks--&lt;/P&gt;&lt;P&gt;Nagurvali Sayyad.&lt;/P&gt;&lt;P&gt;Please guide us in correcti&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 09:11:07 GMT</pubDate>
    <dc:creator>nagurvalisayyad</dc:creator>
    <dc:date>2023-02-14T09:11:07Z</dc:date>
    <item>
      <title>Building linux kernal with flex-builder</title>
      <link>https://community.nxp.com/t5/Layerscape/Building-linux-kernal-with-flex-builder/m-p/1598761#M11854</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;We are using LS1046ardb kit in dpdk mode. Now we want to change the usdpaa dts file to bring few of the ethernet ports to linux. We have done the changes in fsl-ls1046a-rdb-usdpaa.dts file. We are facing the compilation issues to generate the binary files.&lt;/P&gt;&lt;P&gt;The following are the sequence of commands executed:&lt;/P&gt;&lt;P&gt;1) export CROSS_COMPILE = aarch64-linux-gnu-&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; export ARCH=arm64&lt;/P&gt;&lt;P&gt;2) flex-builder -c linux&lt;/P&gt;&lt;P&gt;3) flex-builder -i mkitb -r ubuntu:main&lt;/P&gt;&lt;P&gt;4) flex-builder -i mklinux -r ubuntu&lt;/P&gt;&lt;P&gt;5) flex-builder -i mkbootpartition&lt;/P&gt;&lt;P&gt;6) flex-builder -i mkrfs&lt;/P&gt;&lt;P&gt;7) flex-builder -i merge-component&lt;/P&gt;&lt;P&gt;&lt;LI-EMOJI id="lia_smiling-face-with-sunglasses" title=":smiling_face_with_sunglasses:"&gt;&lt;/LI-EMOJI&gt; flex-builder -i packrfs&lt;/P&gt;&lt;P&gt;While executing the above commands, at the 5th command of mkbootpartition, we are getting the error of "Error in opening the file: pfe.itb" and exits.&lt;/P&gt;&lt;P&gt;Please guide us in solving the above error or if some other method is there to change the dts and incorporate those changes in the target board.&lt;/P&gt;&lt;P&gt;Thanks--&lt;/P&gt;&lt;P&gt;Nagurvali Sayyad.&lt;/P&gt;&lt;P&gt;Please guide us in correcti&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 09:11:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Building-linux-kernal-with-flex-builder/m-p/1598761#M11854</guid>
      <dc:creator>nagurvalisayyad</dc:creator>
      <dc:date>2023-02-14T09:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Building linux kernal with flex-builder</title>
      <link>https://community.nxp.com/t5/Layerscape/Building-linux-kernal-with-flex-builder/m-p/1599366#M11856</link>
      <description>&lt;P&gt;1.&amp;nbsp;$ source setup.env&lt;/P&gt;
&lt;P&gt;2. $ flex-builder -c linux&lt;/P&gt;
&lt;P&gt;Go to folder&amp;nbsp;flexbuild_lsdk2108/components/linux/linux, modify dpdk dts file&amp;nbsp;arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb-usdpaa.dts.&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp;$ flex-builder -c linux&lt;/P&gt;
&lt;P&gt;4. $&amp;nbsp;&lt;SPAN&gt;flex-builder -i mkbootpartition&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If your problem remains, please provide your build console log.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 07:14:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Building-linux-kernal-with-flex-builder/m-p/1599366#M11856</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-02-15T07:14:47Z</dc:date>
    </item>
  </channel>
</rss>

