<?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: Build U-Boot argements and boot from initramfs</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Build-U-Boot-argements-and-boot-from-initramfs/m-p/954931#M142605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also one can look at suggestions provided on&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/334509"&gt;Yocto initramfs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jul 2019 04:55:05 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2019-07-09T04:55:05Z</dc:date>
    <item>
      <title>Build U-Boot argements and boot from initramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-U-Boot-argements-and-boot-from-initramfs/m-p/954927#M142601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could anyone give an example of which Yocto configure statements to make an imx6 image in initramfs format and u-boot with arguments such as as bootargs and bootcmd, to boot it from imx6 RAM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2019 19:30:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-U-Boot-argements-and-boot-from-initramfs/m-p/954927#M142601</guid>
      <dc:creator>jupiter_hce</dc:creator>
      <dc:date>2019-07-08T19:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Build U-Boot argements and boot from initramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-U-Boot-argements-and-boot-from-initramfs/m-p/954928#M142602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jupiter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems such configuration is used by Mfg Tool so one can try procedure&lt;/P&gt;&lt;P&gt;described in sect.6.2 Manufacturing Tool, MFGTool attached Yocto Guide.&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>Tue, 09 Jul 2019 00:08:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-U-Boot-argements-and-boot-from-initramfs/m-p/954928#M142602</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-07-09T00:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Build U-Boot argements and boot from initramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-U-Boot-argements-and-boot-from-initramfs/m-p/954929#M142603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-avatarid="1034" data-externalid="" data-online="false" data-presence="null" data-userid="206296" data-username="igorpadykov" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your response, did you mean Yocto Guide at &lt;A class="link-titled" href="https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html" title="https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html"&gt;Yocto Project Mega-Manual&lt;/A&gt; ? That sec 6.2 is for different topic (6.2. Preparing the Build Host). What are variables in Yocto to generate zImage-initramfs? I add following variables to the local.conf:&lt;/P&gt;&lt;P&gt;UBOOT_CONFIG = "ram"&lt;BR /&gt; INITRAMFS_IMAGE_BUNDLE = "1"&lt;BR /&gt; DISTRO_FEATURES_append = " ram"&lt;BR /&gt; IMAGE_FSTYPES_append = " cpio.xz"&lt;/P&gt;&lt;P&gt;But the images are still not for ramdisk:&lt;/P&gt;&lt;P&gt;$ ls deploy/images/imxevk:&lt;/P&gt;&lt;P&gt;dev-image.rootfs.cpio.xz&lt;BR /&gt; u-boot.imx-ram&lt;BR /&gt; zImage.bin&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;The dev-image.rootfs.cpio.xz is a full rootfs including the /boot/zImage, but the zImage is not initramfs or ramdisk formatted, there were errors when I run uuu to download them to the imx6 RAM? What the Yocto configure can generate zImage-initramfs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- jupiter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2019 01:09:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-U-Boot-argements-and-boot-from-initramfs/m-p/954929#M142603</guid>
      <dc:creator>jupiter_hce</dc:creator>
      <dc:date>2019-07-09T01:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Build U-Boot argements and boot from initramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-U-Boot-argements-and-boot-from-initramfs/m-p/954930#M142604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, I found it is in the document i.MX Yocto Project User's Guide, 01/2018, not the 2019. I know how to use the imx mfg tool, my problem is I stuck to generate zImage-initramfs. Appreciate your advice. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2019 01:28:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-U-Boot-argements-and-boot-from-initramfs/m-p/954930#M142604</guid>
      <dc:creator>jupiter_hce</dc:creator>
      <dc:date>2019-07-09T01:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Build U-Boot argements and boot from initramfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-U-Boot-argements-and-boot-from-initramfs/m-p/954931#M142605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also one can look at suggestions provided on&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/334509"&gt;Yocto initramfs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2019 04:55:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-U-Boot-argements-and-boot-from-initramfs/m-p/954931#M142605</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-07-09T04:55:05Z</dc:date>
    </item>
  </channel>
</rss>

