<?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 add custom application to linux rootfs. in QorIQ</title>
    <link>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366553#M1237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt; Rootfs is a type of Ramfs and it should grow dynamically as needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;Adrian&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2014 07:34:50 GMT</pubDate>
    <dc:creator>addiyi</dc:creator>
    <dc:date>2014-08-26T07:34:50Z</dc:date>
    <item>
      <title>How to add custom application to linux rootfs.</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366543#M1227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using QorIQ sdk for t1042 and want to add application/files to rootfs system. Can someone help me on how to do this? I am using bitbake for compilation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 05:24:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366543#M1227</guid>
      <dc:creator>chandrashekhar</dc:creator>
      <dc:date>2014-08-19T05:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom application to linux rootfs.</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366544#M1228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add a file in rootfs:&lt;/P&gt;&lt;P&gt;- copy files to meta-fsl-networking/recipes-tools/merge-files/files/merge/&lt;/P&gt;&lt;P&gt;- make sure package 'merge-files' in the IMAGE_INSTALL list of rootfs recipe &lt;/P&gt;&lt;P&gt;- bitbake &amp;lt;image_type&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 05:59:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366544#M1228</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2014-08-19T05:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom application to linux rootfs.</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366545#M1229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adrian,&lt;/P&gt;&lt;P&gt;I could not see recipes-tools/ folder inside meta-fsl-networking/. here is the folder list from meta-fsl-networking,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;~/SDK/QorIQ-SDK-T1040-BSP0.2-20140310-yocto/meta-fsl-networking$ ls &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;conf&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroups&amp;nbsp; recipes-connectivity&amp;nbsp; recipes-dpaa&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; recipes-multimedia&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;custom-licenses&amp;nbsp; README&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; recipes-core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; recipes-extended&amp;nbsp; recipes-support&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;images&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; recipes-bsp&amp;nbsp;&amp;nbsp;&amp;nbsp; recipes-devtools&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; recipes-kernel&amp;nbsp;&amp;nbsp;&amp;nbsp; recipes-virtualization&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;~/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Do I need to run any patch or command to get recipes-tools ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 06:30:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366545#M1229</guid>
      <dc:creator>chandrashekhar</dc:creator>
      <dc:date>2014-08-19T06:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom application to linux rootfs.</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366546#M1230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this path: \meta-fsl-networking\recipes-extended\merge-files\files\merge\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 06:34:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366546#M1230</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2014-08-19T06:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom application to linux rootfs.</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366547#M1231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Adrian,&lt;/P&gt;&lt;P&gt;I could see the files added to rootfs as you mentioned above. I have few more questions on this ,&lt;/P&gt;&lt;P&gt;1) Is there any way to increase the size of partitions on file system like, what is the procedure to increase the size of /dev/root&lt;/P&gt;&lt;P&gt;oot@t1040rdb:/run# df -h&lt;/P&gt;&lt;P&gt;Filesystem&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Size&amp;nbsp; Used Avail Use% Mounted on&lt;/P&gt;&lt;P&gt;/dev/root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100M&amp;nbsp;&amp;nbsp; 78M&amp;nbsp;&amp;nbsp; 18M&amp;nbsp; 82% /&lt;/P&gt;&lt;P&gt;devtmpfs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 926M&amp;nbsp; 4.0K&amp;nbsp; 926M&amp;nbsp;&amp;nbsp; 1% /dev&lt;/P&gt;&lt;P&gt;tmpfs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 972M&amp;nbsp;&amp;nbsp; 75M&amp;nbsp; 898M&amp;nbsp;&amp;nbsp; 8% /run&lt;/P&gt;&lt;P&gt;tmpfs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 972M&amp;nbsp;&amp;nbsp; 92K&amp;nbsp; 972M&amp;nbsp;&amp;nbsp; 1% /var/volatile &lt;/P&gt;&lt;P&gt;root@t1040rdb:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Is there any way to compile the root filesystem&amp;nbsp; using powerpc installed toolchain rather than bitbake?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 18:10:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366547#M1231</guid>
      <dc:creator>chandrashekhar</dc:creator>
      <dc:date>2014-08-19T18:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom application to linux rootfs.</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366548#M1232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to make a bigger root file system by creating my own image recipe based&lt;/P&gt;&lt;P&gt;on core-image-minimal, and adding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IMAGE_ROOTFS_SIZE = "80000"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might be possible to specify this other places, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having our own image target also let me add extra packages, i..e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; IMAGE_INSTALL += " strace gdb dropbear "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to compile applications outside of bitbake, there is a bitbake target&lt;/P&gt;&lt;P&gt;called "meta-ide-support" that can be run.&amp;nbsp; This creates an environment file&lt;/P&gt;&lt;P&gt;in work like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; environment-setup-ppce500v2-fsl-linux-gnuspe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has env vars and path settings to get the toolchain that bitbake built.&lt;/P&gt;&lt;P&gt;It can be sourced to set up the build environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked for a lot of, but not all, of our application code.&amp;nbsp; Some existing&lt;/P&gt;&lt;P&gt;makefiles needed to be adjusted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&amp;nbsp; I'm just a beginner at Yocto so there might be better ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- cary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 22:05:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366548#M1232</guid>
      <dc:creator>caryo_brien</dc:creator>
      <dc:date>2014-08-19T22:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom application to linux rootfs.</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366549#M1233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Cary,&lt;/P&gt;&lt;P&gt;I already have toolchain installed generated from bitbake and enviornment variable set. Using this toolchain, I can build linux uImage and u-boot. But I don't know how to build file system using this toolcahin. Can you help me on building filesystem using installed toolchain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Chandra &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 06:37:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366549#M1233</guid>
      <dc:creator>chandrashekhar</dc:creator>
      <dc:date>2014-08-20T06:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom application to linux rootfs.</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366550#M1234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not 100% sure I understand what you're trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bitbake target 'fsl-image-minimal'&amp;nbsp; will create a jffs2 image&lt;/P&gt;&lt;P&gt;for you, i..e tmp/deploy/images/ffsl-image-minimal-p1022ds.*, there&lt;/P&gt;&lt;P&gt;are ext2, jffs2, and ubi versions created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create a rootfs image OUTSIDE of bitbake, that's a fair amount&lt;/P&gt;&lt;P&gt;of work.&amp;nbsp; The way we did this in older projects was to create the desired&lt;/P&gt;&lt;P&gt;root file system in a directory on the build machine, with all the files, scripts&lt;/P&gt;&lt;P&gt;and device nodes, then wrap that up into a jffs2 image with mkfs.jffs2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be easier to stay within bitbake and customize the rootfs that&lt;/P&gt;&lt;P&gt;gets created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- cary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 13:53:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366550#M1234</guid>
      <dc:creator>caryo_brien</dc:creator>
      <dc:date>2014-08-20T13:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom application to linux rootfs.</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366551#M1235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Cary,&lt;/P&gt;&lt;P&gt;Right now I will try to modify the rootfs using bibake only. I followed steps as you mentioned to increase the size of&amp;nbsp; /root partition. But I saw some warnings while loading of linux image,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;......&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RAMDISK: gzip image found at block 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;scsi0 : usb-storage 2-1.1:1.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RAMDISK: incomplete write (10819 != 32768)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;write error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.......&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Also, after adding this IMAGE_ROOTFS_SIZE = "80000" , I am not getting where it increase the size?&lt;/P&gt;&lt;P&gt;root@t1040rdb:/# df -h&lt;/P&gt;&lt;P&gt;Filesystem&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Size&amp;nbsp; Used Avail Use% Mounted on&lt;/P&gt;&lt;P&gt;/dev/root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 127M&amp;nbsp;&amp;nbsp; 96M&amp;nbsp;&amp;nbsp; 25M&amp;nbsp; 80% /&lt;/P&gt;&lt;P&gt;devtmpfs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 915M&amp;nbsp; 4.0K&amp;nbsp; 915M&amp;nbsp;&amp;nbsp; 1% /dev&lt;/P&gt;&lt;P&gt;tmpfs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 973M&amp;nbsp; 212K&amp;nbsp; 972M&amp;nbsp;&amp;nbsp; 1% /var/volatile&lt;/P&gt;&lt;P&gt;tmpfs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 973M&amp;nbsp; 145M&amp;nbsp; 828M&amp;nbsp; 15% /media/ram&lt;/P&gt;&lt;P&gt;root@t1040rdb:/# &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 09:16:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366551#M1235</guid>
      <dc:creator>chandrashekhar</dc:creator>
      <dc:date>2014-08-22T09:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom application to linux rootfs.</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366552#M1236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your setup is somehow different from ours.&amp;nbsp; We are booting either from&lt;/P&gt;&lt;P&gt;jffs2 or ext2 (when using qemu).&amp;nbsp; The initial size was 8MB (see&lt;/P&gt;&lt;P&gt;meta-fsl-networking/images/fsl-image-minimal.bb), which we increased&lt;/P&gt;&lt;P&gt;to 80MB.&amp;nbsp; I don't know how the 127M size is selected in your system&lt;/P&gt;&lt;P&gt;If this is a ramdisk it might be limited somewhere else, i.e. a kernel command&lt;/P&gt;&lt;P&gt;line parameter, or available memory perhaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- cary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 11:37:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366552#M1236</guid>
      <dc:creator>caryo_brien</dc:creator>
      <dc:date>2014-08-22T11:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom application to linux rootfs.</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366553#M1237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt; Rootfs is a type of Ramfs and it should grow dynamically as needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;Adrian&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 07:34:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366553#M1237</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2014-08-26T07:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom application to linux rootfs.</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366554#M1238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Adrian,&lt;/P&gt;&lt;P&gt;I saw Rootfs grows upto some extend. But after that when I added little bigger file (around 35 MB size) there is an error while loading the linux kernel. Below is the part of linux boot messages,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sd 0:0:0:0: [sda] Write Protect is off&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sd 0:0:0:0: [sda] No Caching mode page present&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sd 0:0:0:0: [sda] Assuming drive cache: write through&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ram0: rw=0, want=263318, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ram0: rw=0, want=263302, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;grep: error while loading shared libsd 0:0:0:0: [sda] No Caching mode page present&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;raries: /lib/libm.so.6: cannot rsd 0:0:0:0: [sda] Assuming drive cache: write through&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ead file data: Input/output erro sda:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;r&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ram0: rw=0, want=265574, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ram0: rw=0, want=265574, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;/etc/init.d/rc: line 52: /etc/rcattempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;S.d/S01keymap.sh: Input/output eram0: rw=0, want=263302, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;rror&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;grep: error while loading sharedram0: rw=0, want=269590, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; libraries: /lib/libm.so.6: cannattempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ot read file data: Input/output ram0: rw=0, want=269590, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;error&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ram0: rw=0, want=269590, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Starting Bootlog daemon: attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ram0: rw=0, want=263302, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;start-stop-daemonattempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;: error while loading shared libram0: rw=0, want=265576, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;raries: /lib/libm.so.6: cannot rattempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ead file data: Input/output erroram0: rw=0, want=265576, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;r&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;bootlogd.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;sd 0:0:0:0: [sda] No Caching mode page present&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;mount: you must specify the filesd 0:0:0:0: [sda] Assuming drive cache: write through&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;system type&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;sd 0:0:0:0: [sda] Attached SCSI removable disk&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ram0: rw=0, want=263302, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;sed: error while loading shared libattempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;raries: /lib/libm.so.6: cannot rram0: rw=0, want=265122, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ead file data: Input/output erroattempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;r&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ram0: rw=0, want=265106, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ls: error while loading shared libattempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;raries: /lib/libcap.so.2: cannotram0: rw=0, want=263302, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; read file data: Input/output erattempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ror&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;grep: error while loading sram0: rw=0, want=263302, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;hared libraries: /lib/libm.so.6:attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; cannot read file data: Input/ouram0: rw=0, want=265220, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;tput error&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Configuring network attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;interfaces... ifup: error while ram0: rw=0, want=265204, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;loading shared libraries: /lib/lattempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ibm.so.6: cannot read file data:ram0: rw=0, want=263302, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; Input/output error&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;/sbin/sysctattempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;l: error while loading shared liram0: rw=0, want=263302, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;braries: /lib/libproc-3.2.8.so: attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;cannot read file data: Input/outram0: rw=0, want=265106, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;put error&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;INIT: Entering runlevel: 5&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ram0: rw=0, want=263302, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;awk: error while loading shared libattempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;raries: /lib/libm.so.6: cannot rram0: rw=0, want=266010, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ead file data: Input/output erroattempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;r&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Starting Dropbear SSH server:ram0: rw=0, want=265994, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ram0: rw=0, want=265994, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;/etc/rc5.d/S10dropbear: line 65:attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; /usr/sbin/dropbearkey: Input/ouram0: rw=0, want=263302, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;tput error&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;hwclock: error while loading sharam0: rw=0, want=263302, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;red libraries: /lib/libm.so.6: cattempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;annot read file data: Input/outpram0: rw=0, want=263302, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ut error&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Starting network benchattempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;mark server: netserver.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Startinram0: rw=0, want=263302, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;g system log daemon...grep: erroattempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;r while loading shared librariesram0: rw=0, want=263302, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;: /lib/libm.so.6: cannot read fiattempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;le data: Input/output error&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;staram0: rw=0, want=263302, limit=262144&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;rt-stop-daemon: error while loading shared libraries: /lib/libm.so.6: cannot read file data: Input/output error&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;127&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Starting kernel log daemon...start-stop-daemon: error while loading shared libraries: /lib/libm.so.6: cannot read file data: Input/output error&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;127&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Stopping Bootlog daemon: start-stop-daemon: error while loading shared libraries: /lib/libm.so.6: cannot read file data: Input/output error&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;bootlogd.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Poky 9.0 (Yocto Project 1.4 Reference Distro) 1.4.1&amp;nbsp; ttyS0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INIT: Id "2" respawning too fast: disabled for 5 minutes&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;INIT: Id "2" respawning too fast: disabled for 5 minutes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any suggestion to resolve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 18:35:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366554#M1238</guid>
      <dc:creator>chandrashekhar</dc:creator>
      <dc:date>2014-09-03T18:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom application to linux rootfs.</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366555#M1239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While initramfs grows automatically, these error messages indicate you're using initrd instead (which is what Yocto currently produces).&amp;nbsp; You'll need to use the ramdisk_size kernel parameter to make the ramdisk bigger.&amp;nbsp; E.g. for a 300 MiB ramdisk, use ramdisk_size=307200&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 21:47:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366555#M1239</guid>
      <dc:creator>scottwood</dc:creator>
      <dc:date>2014-09-04T21:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom application to linux rootfs.</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366556#M1240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Adrian:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; I follow this step and have some problems.See this thread for detail.&lt;A href="https://community.nxp.com/thread/388529"&gt;question about customize rootfs by using mergefiles&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Can you give me some suggestions,thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 03:23:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-add-custom-application-to-linux-rootfs/m-p/366556#M1240</guid>
      <dc:creator>misakamikoto</dc:creator>
      <dc:date>2016-03-29T03:23:20Z</dc:date>
    </item>
  </channel>
</rss>

