<?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 do I use NFS mount to start rootfs for LS1043 in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/How-do-I-use-NFS-mount-to-start-rootfs-for-LS1043/m-p/1020012#M4461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Dana,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After deploying rootfs on NFS server, please configure bootargs as the following&lt;/P&gt;&lt;P&gt;=&amp;gt;setenv bootargs root=/dev/nfs rw nfsroot=&amp;lt;tftp_serverip&amp;gt;:&amp;lt;nfs_root_path&amp;gt; ip=&amp;lt;board_ipaddr&amp;gt;:&amp;lt;tftp_serverip&amp;gt;:&amp;lt;your_gatewayip&amp;gt;:&amp;lt;your_netmask&amp;gt;:&amp;lt;board_name&amp;gt;:&amp;lt;ethx&amp;gt;:off console=ttyS0,115200&lt;/P&gt;&lt;P&gt;=&amp;gt;saveenv&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;lt;ethx&amp;gt; is the port connected on the Linux boot network.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=&amp;gt;tftp 0xa0000000 Image&lt;/P&gt;&lt;P&gt;=&amp;gt;&lt;SPAN&gt;tftp 0xb0000000 &amp;lt;dtb_file&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;booti&amp;nbsp;0xa0000000 -&amp;nbsp;0xb0000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;a. On the Linux host NFS server, add the following line in the file /etc/exports:&lt;/P&gt;&lt;P&gt;nfs_root_path board_ipaddress(rw,no_root_squash,async)&lt;/P&gt;&lt;P&gt;b. Restart the NFS service:&lt;/P&gt;&lt;P&gt;/etc/init.d/portmap restart&lt;/P&gt;&lt;P&gt;/etc/init.d/nfs-kernel-server restart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yiping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Apr 2020 07:44:06 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2020-04-28T07:44:06Z</dc:date>
    <item>
      <title>How do I use NFS mount to start rootfs for LS1043</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-do-I-use-NFS-mount-to-start-rootfs-for-LS1043/m-p/1020011#M4460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I use LS1043ARDB board and LSDK1906&amp;nbsp;want to start the file system by mounting it over NFS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;But there is no description in the LSDK1906 manual ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I would like to ask if there is a detailed description of the documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2020 02:52:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-do-I-use-NFS-mount-to-start-rootfs-for-LS1043/m-p/1020011#M4460</guid>
      <dc:creator>dana_xiong</dc:creator>
      <dc:date>2020-03-26T02:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use NFS mount to start rootfs for LS1043</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-do-I-use-NFS-mount-to-start-rootfs-for-LS1043/m-p/1020012#M4461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Dana,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After deploying rootfs on NFS server, please configure bootargs as the following&lt;/P&gt;&lt;P&gt;=&amp;gt;setenv bootargs root=/dev/nfs rw nfsroot=&amp;lt;tftp_serverip&amp;gt;:&amp;lt;nfs_root_path&amp;gt; ip=&amp;lt;board_ipaddr&amp;gt;:&amp;lt;tftp_serverip&amp;gt;:&amp;lt;your_gatewayip&amp;gt;:&amp;lt;your_netmask&amp;gt;:&amp;lt;board_name&amp;gt;:&amp;lt;ethx&amp;gt;:off console=ttyS0,115200&lt;/P&gt;&lt;P&gt;=&amp;gt;saveenv&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;lt;ethx&amp;gt; is the port connected on the Linux boot network.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=&amp;gt;tftp 0xa0000000 Image&lt;/P&gt;&lt;P&gt;=&amp;gt;&lt;SPAN&gt;tftp 0xb0000000 &amp;lt;dtb_file&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;booti&amp;nbsp;0xa0000000 -&amp;nbsp;0xb0000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;a. On the Linux host NFS server, add the following line in the file /etc/exports:&lt;/P&gt;&lt;P&gt;nfs_root_path board_ipaddress(rw,no_root_squash,async)&lt;/P&gt;&lt;P&gt;b. Restart the NFS service:&lt;/P&gt;&lt;P&gt;/etc/init.d/portmap restart&lt;/P&gt;&lt;P&gt;/etc/init.d/nfs-kernel-server restart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yiping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2020 07:44:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-do-I-use-NFS-mount-to-start-rootfs-for-LS1043/m-p/1020012#M4461</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-04-28T07:44:06Z</dc:date>
    </item>
  </channel>
</rss>

