<?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 UBOOT Static IP Address Configuration Not Sticking for LS1028ARDB in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/UBOOT-Static-IP-Address-Configuration-Not-Sticking-for/m-p/2022035#M15248</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What is the best way to configure a static IP address on boot for the LS1028ARDB? I've set a couple UBOOT variables to SPI flash, but I'm not seeing the ethernet device be brought up and configured with an IP address after being booted to TinyLinux from SD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=&amp;gt; setenv ipaddr 192.168.3.201
=&amp;gt; setenv serverip 192.168.3.200
=&amp;gt; setenv netmask 255.255.255.0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also noticed that eth0 is getting renamed to eno0 and the MAC address of the device changes between boots. Configuring via /etc/network/interfaces does not work either because file changes do not persist between boots.&lt;/P&gt;&lt;P&gt;Any guidance on this issue would be great, thank you.&lt;/P&gt;</description>
    <pubDate>Sat, 04 Jan 2025 00:34:35 GMT</pubDate>
    <dc:creator>joy_t</dc:creator>
    <dc:date>2025-01-04T00:34:35Z</dc:date>
    <item>
      <title>UBOOT Static IP Address Configuration Not Sticking for LS1028ARDB</title>
      <link>https://community.nxp.com/t5/Layerscape/UBOOT-Static-IP-Address-Configuration-Not-Sticking-for/m-p/2022035#M15248</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What is the best way to configure a static IP address on boot for the LS1028ARDB? I've set a couple UBOOT variables to SPI flash, but I'm not seeing the ethernet device be brought up and configured with an IP address after being booted to TinyLinux from SD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=&amp;gt; setenv ipaddr 192.168.3.201
=&amp;gt; setenv serverip 192.168.3.200
=&amp;gt; setenv netmask 255.255.255.0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also noticed that eth0 is getting renamed to eno0 and the MAC address of the device changes between boots. Configuring via /etc/network/interfaces does not work either because file changes do not persist between boots.&lt;/P&gt;&lt;P&gt;Any guidance on this issue would be great, thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2025 00:34:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UBOOT-Static-IP-Address-Configuration-Not-Sticking-for/m-p/2022035#M15248</guid>
      <dc:creator>joy_t</dc:creator>
      <dc:date>2025-01-04T00:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: UBOOT Static IP Address Configuration Not Sticking for LS1028ARDB</title>
      <link>https://community.nxp.com/t5/Layerscape/UBOOT-Static-IP-Address-Configuration-Not-Sticking-for/m-p/2023878#M15258</link>
      <description>&lt;P&gt;Insert a SD card in the LS1028ARDB.&lt;/P&gt;
&lt;P&gt;Automatically download and deploy LSDK images&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;flex-installer -i auto -m ls10&lt;/SPAN&gt;&lt;SPAN&gt;28&lt;/SPAN&gt;&lt;SPAN&gt;ardb -d &lt;/SPAN&gt;&lt;SPAN&gt;sd&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Then you will get a rootfs in the SD card partition 4.&lt;/P&gt;
&lt;P&gt;Modify the partition 4 /etc/network/interfaces.&lt;/P&gt;
&lt;P&gt;Add information below:&lt;/P&gt;
&lt;P&gt;auto eno0&lt;/P&gt;
&lt;P&gt;iface eno0 inet static&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; address 192.168.8.9&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; netmask 255.255.255.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gatway 192.168.8.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dns-nameservers 8.8.8.8.8.8.4.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The eno0 will be active when the ls1028ardb boot up.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The address will be set &lt;/SPAN&gt;&lt;SPAN&gt;192.168.8.9&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;And the netmask, gateway, dsn would be set follow the example.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 08:41:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UBOOT-Static-IP-Address-Configuration-Not-Sticking-for/m-p/2023878#M15258</guid>
      <dc:creator>June_Lu</dc:creator>
      <dc:date>2025-01-08T08:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: UBOOT Static IP Address Configuration Not Sticking for LS1028ARDB</title>
      <link>https://community.nxp.com/t5/Layerscape/UBOOT-Static-IP-Address-Configuration-Not-Sticking-for/m-p/2023883#M15259</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="interfaces.png" style="width: 586px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/318559iE99B76F4B1E344C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="interfaces.png" alt="interfaces.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ifconfig.png" style="width: 903px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/318561i80A69EAA1D2EB3AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="ifconfig.png" alt="ifconfig.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 08:43:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UBOOT-Static-IP-Address-Configuration-Not-Sticking-for/m-p/2023883#M15259</guid>
      <dc:creator>June_Lu</dc:creator>
      <dc:date>2025-01-08T08:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: UBOOT Static IP Address Configuration Not Sticking for LS1028ARDB</title>
      <link>https://community.nxp.com/t5/Layerscape/UBOOT-Static-IP-Address-Configuration-Not-Sticking-for/m-p/2025035#M15261</link>
      <description>&lt;P&gt;Thank you! These instructions worked for me with a couple additional steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Before running the &lt;FONT face="courier new,courier"&gt;flex-installer&lt;/FONT&gt;:&lt;UL&gt;&lt;LI&gt;Run &lt;FONT face="courier new,courier"&gt;umount&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;fsck&lt;/FONT&gt; on any partition already mounted&lt;/LI&gt;&lt;LI&gt;Change each partition from FAT to EXT4 with &lt;FONT face="courier new,courier"&gt;mkfs.ext4&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Resize partition 4 to be at least 4 GB with &lt;FONT face="courier new,courier"&gt;fdisk&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;After resetting the board:&lt;UL&gt;&lt;LI&gt;Stop autoboot and enter UBOOT&lt;/LI&gt;&lt;LI&gt;Make sure &lt;FONT face="courier new,courier"&gt;bootargs&lt;/FONT&gt; has&amp;nbsp;&lt;FONT face="courier new,courier"&gt;root=&amp;lt;partition 4&amp;gt;&lt;/FONT&gt; (for me, this was &lt;FONT face="courier new,courier"&gt;/dev/mmcblk0p4&lt;/FONT&gt;)&lt;/LI&gt;&lt;LI&gt;Reset board&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 09 Jan 2025 18:10:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/UBOOT-Static-IP-Address-Configuration-Not-Sticking-for/m-p/2025035#M15261</guid>
      <dc:creator>joy_t</dc:creator>
      <dc:date>2025-01-09T18:10:00Z</dc:date>
    </item>
  </channel>
</rss>

