<?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: How to mount root file system on RAM?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824397#M126781</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the tip.&lt;/P&gt;&lt;P&gt;I am new in NFS.&lt;/P&gt;&lt;P&gt;Could you give me some document for me to study how does NFS work.&lt;/P&gt;&lt;P&gt;Would it be changed anything on website rootfs while I modify any of file in local machine?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2018 08:14:01 GMT</pubDate>
    <dc:creator>wangvictor</dc:creator>
    <dc:date>2018-06-28T08:14:01Z</dc:date>
    <item>
      <title>How to mount root file system on RAM?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824394#M126778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using i.MX6 sabreSD for my platform and build the kernel with Yocto Project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking to mount root filesystem on RAM and start it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why I trying to do that because If I modify the content of root filesystem I do not want the original root be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means I need my root file system not changed even I modify the root.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I just think of that I can start system on RAM and will loded the root on RAM everytime when I reboot the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If can how can I get this done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 04:00:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824394#M126778</guid>
      <dc:creator>wangvictor</dc:creator>
      <dc:date>2018-06-27T04:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount root file system on RAM?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824395#M126779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/wangvictor"&gt;wangvictor&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can mount rootfs over the network. First, you need to git commit your original rootfs then use the rootfs over the network by using Network File System (NFS) server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please follow &lt;STRONG&gt;1.2 section&lt;/STRONG&gt; of below mentioned link to setup the NFS server.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-340583"&gt;https://community.nxp.com/docs/DOC-340583&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To save time you can jump back to your original rootfs using&amp;nbsp;&lt;STRONG&gt;git reset &amp;lt;commit_id&amp;gt; &lt;/STRONG&gt;command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shivani Patel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 12:35:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824395#M126779</guid>
      <dc:creator>shivanipatel</dc:creator>
      <dc:date>2018-06-27T12:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount root file system on RAM?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824396#M126780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can move all significant parts of rootfs into RAM this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mkdir /media/etc&lt;BR /&gt;mount tmpfs -t tmpfs /media/etc &lt;BR /&gt;cp -a /etc/* /media/etc &lt;BR /&gt;mount -o bind /media/etc /etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Victor&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, 28 Jun 2018 07:10:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824396#M126780</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2018-06-28T07:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount root file system on RAM?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824397#M126781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the tip.&lt;/P&gt;&lt;P&gt;I am new in NFS.&lt;/P&gt;&lt;P&gt;Could you give me some document for me to study how does NFS work.&lt;/P&gt;&lt;P&gt;Would it be changed anything on website rootfs while I modify any of file in local machine?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 08:14:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824397#M126781</guid>
      <dc:creator>wangvictor</dc:creator>
      <dc:date>2018-06-28T08:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount root file system on RAM?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824398#M126782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not want original file system be changed.&lt;/P&gt;&lt;P&gt;If I try to mount like you said.&lt;/P&gt;&lt;P&gt;It will change the old rootfs.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 08:18:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824398#M126782</guid>
      <dc:creator>wangvictor</dc:creator>
      <dc:date>2018-06-28T08:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount root file system on RAM?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824399#M126783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Victor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to generate an initrd image to be loaded by u-boot and passed to the kernel.&lt;/P&gt;&lt;P&gt;First, make sure the image recipe you are building in Yocto has the following setting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMAGE_FSTYPES = "ext3 tar.gz cpio.gz.u-boot"&lt;BR /&gt;IMAGE_CLASSES = "image_types_uboot"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will generate a partition image, an archive with all the files, and a compressed initrd with u-boot header. Place the cpio.gz.u-boot file on the first partition of the SD card, load it the same way u-boot loads the kernel (fatload), only use a different load address so you do not overwrite the kernel or devicetree.&lt;/P&gt;&lt;P&gt;Use bootz to boot the image:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bootz $loadaddr $your_initrd_address $fdt_addr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, adjust your bootargs/mmcargs so that the kernel knows the root filesystem is in RAM, not on the SD card:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root=/dev/ram0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 12:52:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824399#M126783</guid>
      <dc:creator>witekewert-b463</dc:creator>
      <dc:date>2018-06-28T12:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount root file system on RAM?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824400#M126784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can mount the filesystem as unionfs or overlayfs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This way any writes you do will be written to "layer" on top of the read-only in a seperate read-write layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some info here:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://unix.stackexchange.com/questions/27449/mount-a-filesystem-read-only-and-redirect-writes-to-ram" title="https://unix.stackexchange.com/questions/27449/mount-a-filesystem-read-only-and-redirect-writes-to-ram"&gt;linux - Mount a filesystem read-only, and redirect writes to RAM? - Unix &amp;amp; Linux Stack Exchange&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can mount --bind / to /ro&lt;/P&gt;&lt;P&gt;After creating a tmpfs /rw&lt;/P&gt;&lt;P&gt;Your command would look something like:&lt;BR /&gt;`mount -t unionfs -o dirs=/rw=rw:/ro=ro unionfs /union`&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/union&amp;nbsp; now contains both ro and rw, with writes going to the seperate tmpfs layer, and your read-only stays intact.&lt;/P&gt;&lt;P&gt;Then just `mount --move /union /` so its located at root.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 20:44:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824400#M126784</guid>
      <dc:creator>rcornall</dc:creator>
      <dc:date>2018-06-28T20:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount root file system on RAM?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824401#M126785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had worked on overlayfs for a long time.&lt;/P&gt;&lt;P&gt;I tried to install overlayroot package in Ubuntu 16.04.&lt;/P&gt;&lt;P&gt;However it worked fine on X86 based platform but not worked on ARM based platform.&lt;/P&gt;&lt;P&gt;I was stuck and had no clue to solve it that's why I try to did it with the other way.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 06:30:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824401#M126785</guid>
      <dc:creator>wangvictor</dc:creator>
      <dc:date>2018-07-02T06:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount root file system on RAM?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824402#M126786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/shivanipatel"&gt;shivanipatel&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;I had tried the web that you gave me.&lt;/P&gt;&lt;P&gt;But when I run boot command after all the settings.&lt;/P&gt;&lt;P&gt;It showed below error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Booting from net ...&lt;BR /&gt;*** ERROR: `ethaddr' not set&lt;BR /&gt;*** ERROR: `ethaddr' not set&lt;BR /&gt;Bad Linux ARM zImage magic!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 07:40:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824402#M126786</guid>
      <dc:creator>wangvictor</dc:creator>
      <dc:date>2018-07-02T07:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount root file system on RAM?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824403#M126787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/shivanipatel"&gt;shivanipatel&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Here is new update.&lt;/P&gt;&lt;P&gt;Previously problem I had solve it.&lt;/P&gt;&lt;P&gt;I need to set ethaddr for addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I got new error.&lt;/P&gt;&lt;P&gt;Kernel seems fine in beginning but show error in the end when it try to mount rootfs from my server.&lt;/P&gt;&lt;P&gt;Here was error log below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[ 68.484025] winmate victor do_mount_root&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 68.487980] winmate victor do_mount_root name=192.168.120.115:/mnt/rai115/victor/imx-boot/imx6q-sabre/nfs, fs=nfs&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 73.503927] winmate victor moun_nfs_root&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 133.604018] winmate victor do_mount_root&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 133.607974] winmate victor do_mount_root name=192.168.120.115:/mnt/rai115/victor/imx-boot/imx6q-sabre/nfs, fs=nfs&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 143.623947] winmate victor moun_nfs_root&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 150.224012] random: nonblocking pool is initialized&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[ 203.683975] winmate victor do_mount_root&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 203.687926] winmate victor do_mount_root name=192.168.120.115:/mnt/rai115/victor/imx-boot/imx6q-sabre/nfs, fs=nfs&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 223.703900] winmate victor moun_nfs_root&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 283.843981] winmate victor do_mount_root&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 283.847934] winmate victor do_mount_root name=192.168.120.115:/mnt/rai115/victor/imx-boot/imx6q-sabre/nfs, fs=nfs&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 313.863901] winmate victor moun_nfs_root&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 373.923974] winmate victor do_mount_root&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 373.927928] winmate victor do_mount_root name=192.168.120.115:/mnt/rai115/victor/imx-boot/imx6q-sabre/nfs, fs=nfs&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 403.943900] winmate victor moun_nfs_root&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.163975] winmate victor do_mount_root&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.167929] winmate victor do_mount_root name=192.168.120.115:/mnt/rai115/victor/imx-boot/imx6q-sabre/nfs, fs=nfs&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.178293] VFS: Unable to mount root fs via NFS, trying floppy.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.184353] winmate victor mount_root CONFIG_BLOCK&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.189306] winmate victor mount_block_root&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.194083] winmate victor do_mount_root&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.198030] winmate victor do_mount_root name=/dev/root, fs=ext3&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.204148] VFS: Cannot open root device "nfs" or unknown-block(2,0): error -6&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.211387] Please append a correct "root=" boot option; here are the available partitions:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.219847] 0100 65536 ram0 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.224729] 0101 65536 ram1 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.229496] 0102 65536 ram2 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.234239] 0103 65536 ram3 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.238899] 0104 65536 ram4 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.243555] 0105 65536 ram5 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.248475] 0106 65536 ram6 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.253391] 0107 65536 ram7 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.258049] 0108 65536 ram8 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.262698] 0109 65536 ram9 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.267351] 010a 65536 ram10 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.272073] 010b 65536 ram11 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.276810] 010c 65536 ram12 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.281532] 010d 65536 ram13 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.286266] 010e 65536 ram14 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.290987] 010f 65536 ram15 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.295731] 0800 8192 sda driver: sd&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.300366] b300 7761920 mmcblk2 driver: mmcblk&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.305710] b308 15288320 mmcblk3 driver: mmcblk&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.311043] b309 12288 mmcblk3p1 f737a026-01&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.316383] b30a 15271936 mmcblk3p2 f737a026-02&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.321714] b320 128 mmcblk3rpmb (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.326997] b318 4096 mmcblk3boot1 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.332326] b310 4096 mmcblk3boot0 (driver?)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.337673] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.345946] CPU1: stopping&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.348664] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 4.1.15-1.2.0+gbecce8c #107&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.356061] Hardware name: Freescale i.MX6 Quad/DualLite (Device Tree)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.362618] [&amp;lt;800168c4&amp;gt;] (unwind_backtrace) from [&amp;lt;80012728&amp;gt;] (show_stack+0x10/0x14)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.370373] [&amp;lt;80012728&amp;gt;] (show_stack) from [&amp;lt;8089c32c&amp;gt;] (dump_stack+0x84/0xc4)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.377603] [&amp;lt;8089c32c&amp;gt;] (dump_stack) from [&amp;lt;800157cc&amp;gt;] (handle_IPI+0x178/0x18c)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.385007] [&amp;lt;800157cc&amp;gt;] (handle_IPI) from [&amp;lt;80009480&amp;gt;] (gic_handle_irq+0x58/0x5c)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.392583] [&amp;lt;80009480&amp;gt;] (gic_handle_irq) from [&amp;lt;80013200&amp;gt;] (__irq_svc+0x40/0x74)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.400068] Exception stack(0xa8093f50 to 0xa8093f98)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.405123] 3f40: a8093f98 fffffff7 1cf273dc 0000006c&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.413304] 3f60: ab72de90 00000000 1bc15f99 0000006c 1cf273dc 0000006c 00000001 00000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.421486] 3f80: 00000017 a8093f98 a6aaaaab 8061044c 20000113 ffffffff&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.428116] [&amp;lt;80013200&amp;gt;] (__irq_svc) from [&amp;lt;8061044c&amp;gt;] (cpuidle_enter_state+0xd8/0x20c)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.436133] [&amp;lt;8061044c&amp;gt;] (cpuidle_enter_state) from [&amp;lt;80065104&amp;gt;] (cpu_startup_entry+0x1fc/0x320)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.444925] [&amp;lt;80065104&amp;gt;] (cpu_startup_entry) from [&amp;lt;1000952c&amp;gt;] (0x1000952c)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 464.451896] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides, I think it used too much time to mount rootfs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advanced!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 08:43:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824403#M126787</guid>
      <dc:creator>wangvictor</dc:creator>
      <dc:date>2018-07-02T08:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount root file system on RAM?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824404#M126788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" data-id="296932" data-objecttype="3" data-orig-content="victor Wang" data-type="person" href="https://community.nxp.com/people/wangvictor"&gt;victor Wang&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;You can set fake MAC address through&amp;nbsp;&lt;STRONG&gt;ethaddr&amp;nbsp;&lt;/STRONG&gt;environment.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;U-boot &amp;gt; setenv ethaddr 00:01:02:03:04:05&lt;/P&gt;&lt;P&gt;U-boot &amp;gt; saveenv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shivani Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 12:52:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824404#M126788</guid>
      <dc:creator>shivanipatel</dc:creator>
      <dc:date>2018-07-04T12:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount root file system on RAM?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824405#M126789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" class="jive_macro jive_macro_user" data-orig-content="victor Wang" href="https://community.nxp.com/people/wangvictor"&gt;victor Wang&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Please provide your U-Boot environment parameters using the printenv command.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt; printenv&lt;/P&gt;&lt;P&gt;This command will list out all the U-Boot environment parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shivani Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 13:00:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824405#M126789</guid>
      <dc:creator>shivanipatel</dc:creator>
      <dc:date>2018-07-04T13:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount root file system on RAM?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824406#M126790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/wangvictor"&gt;wangvictor&lt;/A&gt;‌&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Change your Board IP address in the /etc/exports in the server side.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;e.g. :&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;/mnt/raid115/victor/imx-boot/imx6q-sabre/nfs 192.168.*(rw,sync,no_root_squash,no_subtree_check)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Shivani Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 07:44:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-mount-root-file-system-on-RAM/m-p/824406#M126790</guid>
      <dc:creator>shivanipatel</dc:creator>
      <dc:date>2018-07-11T07:44:47Z</dc:date>
    </item>
  </channel>
</rss>

