<?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: NFS booting setup for QSB</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/NFS-booting-setup-for-QSB/m-p/168911#M5143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi wolfgang,&lt;/P&gt;&lt;P&gt;i have changed the nfsroot param and restarted the nfs server, it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;jk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2012 06:03:43 GMT</pubDate>
    <dc:creator>jk1z</dc:creator>
    <dc:date>2012-06-20T06:03:43Z</dc:date>
    <item>
      <title>NFS booting setup for QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NFS-booting-setup-for-QSB/m-p/168908#M5140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have taken the source code of linux kernel, uboot and rootfs (dir structure) and compiled separately without using LTIB. It is compiled successfully and booting is success using micro SD card. When I try to use the NFS booting, kernel panic error is thrown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IP-Config: Got DHCP answer from 0.0.0.0, my address is 10.0.30.27&lt;BR /&gt;IP-Config: Complete:&lt;BR /&gt; device=eth0, addr=10.0.30.27, mask=255.255.254.0, gw=10.0.31.220,&lt;BR /&gt; host=10.0.30.27, domain=nimbeon3.com, nis-domain=(none),&lt;BR /&gt; bootserver=0.0.0.0, rootserver=10.0.30.170, rootpath=&lt;BR /&gt;Looking up port of RPC 100003/3 on 10.0.30.170&lt;BR /&gt;Looking up port of RPC 100005/3 on 10.0.30.170&lt;BR /&gt;Root-NFS: Server returned error -13 while mounting 10.0.30.170:/home/openrd/jk/imx53/source/rootfs&lt;BR /&gt;VFS: Unable to mount root fs via NFS, trying floppy.&lt;BR /&gt;VFS: Cannot open root device "nfs" or unknown-block(2,0)&lt;BR /&gt;Please append a correct "root=" boot option; here are the available partitions:&lt;BR /&gt;b300 3872256 mmcblk0 driver: mmcblk&lt;BR /&gt; b301 3544608 mmcblk0p1&lt;BR /&gt;Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)&lt;BR /&gt;[&amp;lt;8003711c&amp;gt;] (unwind_backtrace+0x0/0xe0) from [&amp;lt;803da040&amp;gt;] (panic+0x68/0xdc)&lt;BR /&gt;[&amp;lt;803da040&amp;gt;] (panic+0x68/0xdc) from [&amp;lt;80008de4&amp;gt;] (mount_block_root+0x1bc/0x1fc)&lt;BR /&gt;[&amp;lt;80008de4&amp;gt;] (mount_block_root+0x1bc/0x1fc) from [&amp;lt;80009038&amp;gt;] (prepare_namespace+0x120/0x174)&lt;BR /&gt;[&amp;lt;80009038&amp;gt;] (prepare_namespace+0x120/0x174) from [&amp;lt;80008a3c&amp;gt;] (kernel_init+0x120/0x160)&lt;BR /&gt;[&amp;lt;80008a3c&amp;gt;] (kernel_init+0x120/0x160) from [&amp;lt;800338b4&amp;gt;] (kernel_thread_exit+0x0/0x8)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest how to resolve this, I have modified the uboot boot parameters also referred the&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://imxcommunity.org/forum/topics/imx51-kernel-panic-while?commentId=4103961%3AComment%3A6911"&gt;http://imxcommunity.org/forum/topics/imx51-kernel-panic-while?commentId=4103961%3AComment%3A6911&lt;/A&gt;&amp;nbsp;post. But not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;jk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 12:39:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NFS-booting-setup-for-QSB/m-p/168908#M5140</guid>
      <dc:creator>jk1z</dc:creator>
      <dc:date>2012-06-18T12:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: NFS booting setup for QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NFS-booting-setup-for-QSB/m-p/168909#M5141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello jk,&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;Root-NFS: Server returned error -13 while mounting 10.0.30.170:/home/openrd/jk/imx53/source/rootfs&lt;/P&gt;&lt;P&gt;from errno_base.h: #define EACCES 13 /* Permission denied */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems you either have&lt;/P&gt;&lt;P&gt;- /home/openrd/jk/imx53/source/rootfs not exported&lt;/P&gt;&lt;P&gt;- forgot no_root_squash as an export option&lt;/P&gt;&lt;P&gt;- any other NFS server setup problem I can not think about right now ;-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post the corresponding line of /etc/exports or show the result of "showmount -e localhost" on the NFS server?&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Wolfgang&lt;/P&gt;&lt;P&gt;PS: Another thing I noticed only after posting the first answer: In your kernel command line, there is "nfsroot=10.0.30.170:10.0.30.170:/home/openrd/jk/imx53/source/rootfs,v3,tcp" - try removing the ip from u-boot nfsroot variable, because it also gets prepended automatically from serverip?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 12:49:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NFS-booting-setup-for-QSB/m-p/168909#M5141</guid>
      <dc:creator>WolfgangW</dc:creator>
      <dc:date>2012-06-18T12:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: NFS booting setup for QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NFS-booting-setup-for-QSB/m-p/168910#M5142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi wolfgang,&lt;/P&gt;&lt;P&gt;I have exported the path of nfs server. Below is the 'showmount' command output&lt;/P&gt;&lt;P&gt;[root@localhost ~]# showmount -e 10.0.30.170&lt;BR /&gt;Export list for 10.0.30.170:&lt;BR /&gt;/tftpboot *&lt;BR /&gt;/home/openrd/jk/imx53/source/rootfs *&lt;BR /&gt;/home/openrd/nfs/USB *&lt;BR /&gt;/home/openrd/nfs/debian_squeeze *&lt;BR /&gt;/home/openrd/nfs/rootfs *&lt;BR /&gt;[root@localhost ~]#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will update the nfsroot variable and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;jk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 05:13:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NFS-booting-setup-for-QSB/m-p/168910#M5142</guid>
      <dc:creator>jk1z</dc:creator>
      <dc:date>2012-06-19T05:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: NFS booting setup for QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NFS-booting-setup-for-QSB/m-p/168911#M5143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi wolfgang,&lt;/P&gt;&lt;P&gt;i have changed the nfsroot param and restarted the nfs server, it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;jk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 06:03:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NFS-booting-setup-for-QSB/m-p/168911#M5143</guid>
      <dc:creator>jk1z</dc:creator>
      <dc:date>2012-06-20T06:03:43Z</dc:date>
    </item>
  </channel>
</rss>

