<?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>i.MX ProcessorsのトピックRe: Extreme tiny image for imx6ul with ramfs</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Extreme-tiny-image-for-imx6ul-with-ramfs/m-p/664783#M102159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please look at mfgtool2-yocto-mx6dqscm-1gb-qwks-rev3-internal-spinor.vbs&lt;/P&gt;&lt;P&gt;in mfgtools_L4.1.15_2.0.0-ga_MX6SCM release, it provides small image fitting in&lt;/P&gt;&lt;P&gt;board spi-nor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Sep 2017 08:10:32 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2017-09-22T08:10:32Z</dc:date>
    <item>
      <title>Extreme tiny image for imx6ul with ramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Extreme-tiny-image-for-imx6ul-with-ramfs/m-p/664779#M102155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to build a very tiny image for the imx6ul. The kernel + device tree + rootfs must be smaller than 4Mbyte. I am however noticing some problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I first built the mfgtool-initramfs-image but this image has a rootfs size of about 7Mbyte. Distro of this build is poky.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After some searching, I tried to change distro to poky-tiny by adapting this in local.conf and furthermore change PACKAGE_CLASSES to package_ipk. If I build this using yocto, then I get errors like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;| lib/libcoreutils.a(mbrtowc.o): In function `rpl_mbrtowc':&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;| /home/pic/Documents/Builds/YOCTO/fip-imx6ul/yoctobuild/build/tmp/work/cortexa7hf-vfp-neon-poky-linux-gnueabi/coreutils/8.24-r0/coreutils-8.24/lib/mbrtowc.c:97: undefined reference to `mbtowc'&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;| /home/pic/Documents/Builds/YOCTO/fip-imx6ul/yoctobuild/build/tmp/work/cortexa7hf-vfp-neon-poky-linux-gnueabi/coreutils/8.24-r0/coreutils-8.24/lib/mbrtowc.c:100: undefined reference to `mbtowc'&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;| collect2: error: ld returned 1 exit status&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;| Makefile:8089: recipe for target 'src/users' failed&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Afterwards, I also tried to build core-image-minimal-initramfs but then I got the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR: Nothing RPROVIDES 'initramfs-live-install' (but /home/pic/Documents/Builds/YOCTO/fip-imx6ul/yoctobuild/sources/poky/meta/recipes-core/images/core-image-minimal-initramfs.bb RDEPENDS on or otherwise requires it)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ERROR: initramfs-live-install was skipped: incompatible with host arm-poky-linux-gnueabi (not in COMPATIBLE_HOST)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;NOTE: Runtime target 'initramfs-live-install' is unbuildable, removing...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Missing or unbuildable dependency chain was: ['initramfs-live-install']&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ERROR: Required build target 'core-image-minimal-initramfs' has no buildable providers.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Missing or unbuildable dependency chain was: ['core-image-minimal-initramfs', 'initramfs-live-install']&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to give me any advice with one of these errors or give me advice how to get this build within the required memory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pieter Cardoen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 08:36:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Extreme-tiny-image-for-imx6ul-with-ramfs/m-p/664779#M102155</guid>
      <dc:creator>pietercardoen</dc:creator>
      <dc:date>2017-02-03T08:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Extreme tiny image for imx6ul with ramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Extreme-tiny-image-for-imx6ul-with-ramfs/m-p/664780#M102156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pieter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for procedures of building of very small images one can look&lt;/P&gt;&lt;P&gt;at SCM resources&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/products/single-chip-modules/quick-start-board-for-scm-i.mx-6dq:QWKS-SCM-IMX6DQ?fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;http://www.nxp.com/products/single-chip-modules/quick-start-board-for-scm-i.mx-6dq:QWKS-SCM-IMX6DQ?fpsp=1&amp;amp;tab=Design_Tools_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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>Sat, 04 Feb 2017 04:03:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Extreme-tiny-image-for-imx6ul-with-ramfs/m-p/664780#M102156</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-02-04T04:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extreme tiny image for imx6ul with ramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Extreme-tiny-image-for-imx6ul-with-ramfs/m-p/664781#M102157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can find simple advice here: &lt;A href="https://community.nxp.com/thread/395655"&gt;Reducing imx6 yocto build size for custom board&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&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>Thu, 09 Feb 2017 21:51:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Extreme-tiny-image-for-imx6ul-with-ramfs/m-p/664781#M102157</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2017-02-09T21:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extreme tiny image for imx6ul with ramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Extreme-tiny-image-for-imx6ul-with-ramfs/m-p/664782#M102158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This doesn't answer the question. The docs provided for SCM merely spell out core-image-minimal, which is not that small; especially when targeting NOR Flash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 01:43:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Extreme-tiny-image-for-imx6ul-with-ramfs/m-p/664782#M102158</guid>
      <dc:creator>matthewbach</dc:creator>
      <dc:date>2017-09-22T01:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Extreme tiny image for imx6ul with ramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Extreme-tiny-image-for-imx6ul-with-ramfs/m-p/664783#M102159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please look at mfgtool2-yocto-mx6dqscm-1gb-qwks-rev3-internal-spinor.vbs&lt;/P&gt;&lt;P&gt;in mfgtools_L4.1.15_2.0.0-ga_MX6SCM release, it provides small image fitting in&lt;/P&gt;&lt;P&gt;board spi-nor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 08:10:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Extreme-tiny-image-for-imx6ul-with-ramfs/m-p/664783#M102159</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-09-22T08:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Extreme tiny image for imx6ul with ramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Extreme-tiny-image-for-imx6ul-with-ramfs/m-p/664784#M102160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see the vb script you referenced in the MFG Tools download, but where's the image itself? Is there a list of what it includes? The script just seems to be calling a command from mfg tools:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-size: 12px;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;wshShell.run &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"mfgtool2.exe -c ""linux"" -l ""SCM-Internal-SPI-NOR"" -s ""board=qwks-rev2"" -s ""nor=spi-nor"" -s ""ldo=-ldo"" -s ""memsize=1gb"" -s ""mem-mode=-fix"" "&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what is actually being put into flash? How can we customize it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 17:39:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Extreme-tiny-image-for-imx6ul-with-ramfs/m-p/664784#M102160</guid>
      <dc:creator>matthewbach</dc:creator>
      <dc:date>2017-09-22T17:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extreme tiny image for imx6ul with ramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Extreme-tiny-image-for-imx6ul-with-ramfs/m-p/664785#M102161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please look at ucl2.xml, image is in /files folder:&lt;/P&gt;&lt;P&gt;core-image-minimal-rootfs.tar.bz2&lt;/P&gt;&lt;P&gt;for customizations on ecan look at:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-95003"&gt;i.MX Yocto Project: How can I (quickly) modify the kernel and test it?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-95333"&gt;https://community.nxp.com/docs/DOC-95333&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 07:07:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Extreme-tiny-image-for-imx6ul-with-ramfs/m-p/664785#M102161</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-09-25T07:07:43Z</dc:date>
    </item>
  </channel>
</rss>

