<?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のトピックRe: LS1043 ARDB how do i add a pre-built binary into the rootfs ?</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1043-ARDB-how-do-i-add-a-pre-built-binary-into-the-rootfs/m-p/603937#M1679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Is there any way to build using recipe? Is there any way I can solve the method mentioned in the document?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Dec 2016 00:42:05 GMT</pubDate>
    <dc:creator>byengsunyang</dc:creator>
    <dc:date>2016-12-15T00:42:05Z</dc:date>
    <item>
      <title>LS1043 ARDB how do i add a pre-built binary into the rootfs ?</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043-ARDB-how-do-i-add-a-pre-built-binary-into-the-rootfs/m-p/603935#M1677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a LS1043 ARDB target board. Host computer is Ubuntu 15&lt;/P&gt;&lt;P&gt;The following error message is displayed when you execute "Q: How do i add a pre-built binary into the rootfs?" In the FAQ section(page 75) of the SDK2.0 document.&lt;/P&gt;&lt;P&gt;There is no detail in the document, so there is no further attempt. Can someone tell me if there is another way or something to do? Have you tried it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------&lt;/P&gt;&lt;P&gt;&amp;gt;bitbake fsl-image-kernelitb &amp;nbsp;(or &amp;gt;bitbake fsl-image-core)&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;ERROR: QA Issue: merge-files: Recipe inherits the allarch class, but has packaged architecture-specific binaries [arch]&lt;BR /&gt;WARNING: QA Issue: /home/root/bash_merge-files contained in package merge-files requires libc.so.6(GLIBC_2.17)(64bit), but no providers found in its RDEPENDS [file-rdeps]&lt;BR /&gt;ERROR: QA run found fatal errors. Please consider fixing them.&lt;BR /&gt;ERROR: Function failed: do_package_qa&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/kevin/QorIQ-SDK-V2.0-20160527-yocto/build_ls1043ardb/tmp/work/all-fsl-linux/merge-files/1.0-r0/temp/log.do_package_qa.21543&lt;BR /&gt;ERROR: Task 1383 (/home/kevin/QorIQ-SDK-V2.0-20160527-yocto/sources/meta-freescale/recipes-extended/merge-files/merge-files_1.0.bb, do_package_qa) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 3036 tasks of which 3019 didn't need to be rerun and 1 failed.&lt;BR /&gt;Waiting for 0 running tasks to finish:&lt;/P&gt;&lt;P&gt;-----------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 04:05:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043-ARDB-how-do-i-add-a-pre-built-binary-into-the-rootfs/m-p/603935#M1677</guid>
      <dc:creator>byengsunyang</dc:creator>
      <dc:date>2016-12-13T04:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043 ARDB how do i add a pre-built binary into the rootfs ?</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043-ARDB-how-do-i-add-a-pre-built-binary-into-the-rootfs/m-p/603936#M1678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;This recommendation does not work under Ubuntu 15 or Ubuntu 16.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;The following command sequence can be used for adding file to rootfs:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Add files to rootfs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Use the following command sequence for adding file to RAM disk image.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; rename your RAM disk image to rootfs.ext2.gz.uboot&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; sudo apt-get install u-boot-tools&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Following are the steps for adding files into rootfilesystem:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="2"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; dd if=rootfs.ext2.gz.uboot of=rootfs.ext2.gz bs=64 skip=1&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="3"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; gunzip rootfs.ext2.gz&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="4"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; mkdir /mnt/iso_1&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="5"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; sudo mount -oloop rootfs.ext2 /mnt/iso_1&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="6"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Now, one can copy files into appropriate location under “./mnt/iso_1” directory.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="7"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; sudo umount /mnt/iso_1&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="8"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; gzip -9 rootfs.ext2&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="9"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; mkimage -A ppc -O linux -T ramdisk -C gzip -n 'rootfs.ext2.gz.uboot' -d rootfs.ext2.gz rootfs.ext2.gz.uboot&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;See commands of the mkimage for generation .itb file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 06:51:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043-ARDB-how-do-i-add-a-pre-built-binary-into-the-rootfs/m-p/603936#M1678</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2016-12-13T06:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043 ARDB how do i add a pre-built binary into the rootfs ?</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043-ARDB-how-do-i-add-a-pre-built-binary-into-the-rootfs/m-p/603937#M1679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Is there any way to build using recipe? Is there any way I can solve the method mentioned in the document?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 00:42:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043-ARDB-how-do-i-add-a-pre-built-binary-into-the-rootfs/m-p/603937#M1679</guid>
      <dc:creator>byengsunyang</dc:creator>
      <dc:date>2016-12-15T00:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043 ARDB how do i add a pre-built binary into the rootfs ?</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043-ARDB-how-do-i-add-a-pre-built-binary-into-the-rootfs/m-p/603938#M1680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm facing the same issue, in official bsp&amp;nbsp;imx-4.14.98-2.1.0&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/82702iD86A8637B8326B03/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2019 15:06:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043-ARDB-how-do-i-add-a-pre-built-binary-into-the-rootfs/m-p/603938#M1680</guid>
      <dc:creator>csoapy</dc:creator>
      <dc:date>2019-09-04T15:06:13Z</dc:date>
    </item>
  </channel>
</rss>

