<?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>T-SeriesのトピックRe: How to assign static IP?</title>
    <link>https://community.nxp.com/t5/T-Series/How-to-assign-static-IP/m-p/608371#M1440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did the first method and create a new layer.Inside this layer,I followed &lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-objectid="341117" data-objecttype="1" href="https://community.nxp.com/thread/341117"&gt;https://community.nxp.com/thread/341117&lt;/A&gt;&lt;/SPAN&gt; as you referenced.For these,I create a new folder called recipes-core like answered in the link.And then I added an init-ifupdown folder. Inside that folder I also insert an init-ifupdown_1.0.bbappend file that contains only;&lt;/P&gt;&lt;P&gt;FILESEXTRAPATHS_prepend := "${THISDIR}/init-ifupdown-1.0:"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I put a init-ifupdown-1.0 folder that contains my updated interfaces file for yocto to include.This interface is similar to following links:&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-objectid="341117" data-objecttype="1" href="https://community.nxp.com/thread/341117"&gt;https://community.nxp.com/thread/341117.&lt;/A&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;And this is the content of my new layer:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;[lkarakaya@glcentos7 meta-eru]$ ls&lt;BR /&gt;conf&amp;nbsp; COPYING.MIT&amp;nbsp; README&amp;nbsp; recipes-core&amp;nbsp; recipes-example&lt;BR /&gt;[lkarakaya@glcentos7 meta-eru]$ cd recipes-core/&lt;BR /&gt;[lkarakaya@glcentos7 recipes-core]$ ls&lt;BR /&gt;init-ifupdown&lt;BR /&gt;[lkarakaya@glcentos7 recipes-core]$ cd init-ifupdown/&lt;BR /&gt;[lkarakaya@glcentos7 init-ifupdown]$ ls&lt;BR /&gt;init-ifupdown-1.0&amp;nbsp; init-ifupdown_1.0.bbappend&lt;BR /&gt;[lkarakaya@glcentos7 init-ifupdown]$ cd init-ifupdown-1.0/&lt;BR /&gt;[lkarakaya@glcentos7 init-ifupdown-1.0]$ ls&lt;BR /&gt;interfaces&lt;BR /&gt;[lkarakaya@glcentos7 init-ifupdown-1.0]$ &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Ater I competed this operation,I call bitbake fsl-image-core again and with my new image,I did "Ramdisk Deployment from TFTP" as stated "SDK 2.0".Then after the "bootm 1000000 5000000 2000000" command board is correctly started.However,when I use "ifconfig" command I see that there is no changing on the ip address.Can I do something missing in this steps.I also looked carefully to creating a new layer new layer's path is :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts as stated in the previous link that you shared.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;I added new layer to configuration file but Is there some configuration file for adding this&lt;STRONG&gt; recipes core?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;In my default files,I already have QorIQ-SDK-V2.0-20160527-yocto/sources/meta-freescale/recipes-core/init-ifupdown in this path?Is it necessary to create a new layer?Before I asking I change the content of this .bbappend like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;FILESEXTRAPATHS_prepend := "${THISDIR}/init-ifupdown:"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Other thing is,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;$ ls&lt;BR /&gt;init-ifupdown&amp;nbsp; init-ifupdown_%.bbappend &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;my folder's default name is&amp;nbsp; init-ifupdown_%.bbappend&amp;nbsp; and when I want to change it like init-ifupdown_1.0.bbappend and use bitbake fsl-core-image I gave some error.I think this means that recipes core is already inserted the configuration.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;What can be the problem about my work?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Thanks for your answer...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Mar 2017 10:18:25 GMT</pubDate>
    <dc:creator>cengizhanyapici</dc:creator>
    <dc:date>2017-03-23T10:18:25Z</dc:date>
    <item>
      <title>How to assign static IP?</title>
      <link>https://community.nxp.com/t5/T-Series/How-to-assign-static-IP/m-p/608369#M1438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my project I use T1024rdb-64b and QorIQ SDK 2.0.I want to assign a static ip to ethaddr0.For this purpose in /home/VIDTM/QorIQ-SDK-V2.0-20160527-yocto/sources/meta-freescale/recipes-core/init-ifupdown directory,I changed&amp;nbsp; the content of&amp;nbsp;init-ifupdown_%.bbappend file as the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FILESEXTRAPATHS_prepend := "${THISDIR}/init-ifupdown:"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this path I have this:&lt;/P&gt;&lt;P&gt;[lkarakaya@glcentos7 init-ifupdown]$ ls&lt;BR /&gt;init-ifupdown&amp;nbsp; init-ifupdown_%.bbappend&lt;BR /&gt;[lkarakaya@glcentos7 init-ifupdown]$ cd init-ifupdown&lt;BR /&gt;[lkarakaya@glcentos7 init-ifupdown]$ ls&lt;BR /&gt;qoriq&lt;BR /&gt;[lkarakaya@glcentos7 init-ifupdown]$ cd qoriq/&lt;BR /&gt;[lkarakaya@glcentos7 qoriq]$ ls&lt;BR /&gt;interfaces&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in this path I changed the content of interfaces that is in the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# The loopback interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;auto lo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iface lo inet loopback&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Wireless interfaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iface wlan0 inet dhcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; wireless_mode managed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; wireless_essid any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; wpa-driver wext&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; wpa-conf /etc/wpa_supplicant.conf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;iface atml0 inet dhcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Wired or wireless interfaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;auto eth0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iface eth0 inet static&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; address 10.254.253.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iface eth1 inet dhcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Ethernet/RNDIS gadget (g_ether)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# ... or on host side, usbnet and random hwaddr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iface usb0 inet static&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; address 192.168.7.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; network 192.168.7.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; gateway 192.168.7.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Bluetooth networking&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iface bnep0 inet dhcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I call the "bitbake fsl-image-core" and then I followed the "Ramdisk Deployment From TFTP" on QorIQ SDK 2.0 REC.Although image was successfully inserted the board.I can not change the ip address and it preserve it's value not assigned a static.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to these,I found another path that includes recipes core that is:&lt;/P&gt;&lt;P&gt;/home/VIDTM/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/meta/recipes-core/init-ifupdown&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which one is the true path for T1024 rdb and Why I can not change ip as I wanted?or I have some problems about my image?&lt;/P&gt;&lt;P&gt;After loading the core image,system works truly as in the figure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting OpenBSD Secure Shell server: sshd&lt;BR /&gt;&amp;nbsp; generating ssh RSA key...&lt;BR /&gt;&amp;nbsp; generating ssh ECDSA key...&lt;BR /&gt;&amp;nbsp; generating ssh DSA key...&lt;BR /&gt;&amp;nbsp; generating ssh ED25519 key...&lt;BR /&gt;done.&lt;BR /&gt;Starting network benchmark server: netserver.&lt;BR /&gt;Starting system log daemon...0&lt;BR /&gt;Starting kernel log daemon...0&lt;BR /&gt;Starting internet superserver: xinetd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QorIQ SDK (FSL Reference Distro) 2.0 t1024rdb /dev/ttyS0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t1024rdb login: root&lt;BR /&gt;root@t1024rdb:~# ifconfig&lt;BR /&gt;lo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Link encap:Local Loopback &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet addr:127.0.0.1&amp;nbsp; Mask:255.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet6 addr: ::1/128 Scope:Host&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UP LOOPBACK RUNNING&amp;nbsp; MTU:65536&amp;nbsp; Metric:1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; collisions:0 txqueuelen:0 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX bytes:0 (0.0 B)&amp;nbsp; TX bytes:0 (0.0 B)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 09:09:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/How-to-assign-static-IP/m-p/608369#M1438</guid>
      <dc:creator>cengizhanyapici</dc:creator>
      <dc:date>2017-03-22T09:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign static IP?</title>
      <link>https://community.nxp.com/t5/T-Series/How-to-assign-static-IP/m-p/608370#M1439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Look at the following page about assigning a static IP in Yocto:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A class="jive-link-thread-small" data-containerid="2004" data-containertype="14" data-objectid="341117" data-objecttype="1" href="https://community.nxp.com/thread/341117"&gt;https://community.nxp.com/thread/341117&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;See also the following page about creation a new layer in Yocto:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A class="jive-link-wiki-small" data-containerid="2004" data-containertype="14" data-objectid="331917" data-objecttype="102" href="https://community.nxp.com/docs/DOC-331917"&gt;https://community.nxp.com/docs/DOC-331917&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;There is the second method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Change file /etc/network/interfaces in your T1024 file system.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Use the following command sequence for file changing in file system:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Add files to rootfs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Use the following command sequence for adding file to RAM disk image.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; rename your RAM disk image to rootfs.ext2.gz.uboot&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; sudo apt-get install u-boot-tools&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Following are the steps for adding files into rootfilesystem:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="2"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; dd if=rootfs.ext2.gz.uboot of=rootfs.ext2.gz bs=64 skip=1&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="3"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; gunzip rootfs.ext2.gz&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="4"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; mkdir /mnt/iso_1&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="5"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; sudo mount -oloop rootfs.ext2 /mnt/iso_1&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="6"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Now, one can copy files into appropriate location under “./mnt/iso_1” directory.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="7"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; sudo umount /mnt/iso_1&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="8"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; gzip -9 rootfs.ext2&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="9"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; mkimage -A ppc -O linux -T ramdisk -C gzip -n 'rootfs.ext2.gz.uboot' -d rootfs.ext2.gz rootfs.ext2.gz.uboot&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;+++++++++++++++++++++++&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Here are the steps for re-tailoring jffs2 based rootfs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Follow steps 1-4 as mentioned above&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Execute the following command&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&amp;nbsp; mkfs.jffs2 -b -n -e 0x20000 --pad=0x800 -r mount1/ -o rfs.jffs2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;rfs.jffs2 will be the jffs2 based file system containing the custom changes made through steps 1-4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;As of now, we don't have any plans to switch to ubifs based file system&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Please note that mkfs.jffs2 binary should be present on the host machine (x86, etc)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&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>Wed, 22 Mar 2017 12:45:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/How-to-assign-static-IP/m-p/608370#M1439</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2017-03-22T12:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign static IP?</title>
      <link>https://community.nxp.com/t5/T-Series/How-to-assign-static-IP/m-p/608371#M1440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did the first method and create a new layer.Inside this layer,I followed &lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-objectid="341117" data-objecttype="1" href="https://community.nxp.com/thread/341117"&gt;https://community.nxp.com/thread/341117&lt;/A&gt;&lt;/SPAN&gt; as you referenced.For these,I create a new folder called recipes-core like answered in the link.And then I added an init-ifupdown folder. Inside that folder I also insert an init-ifupdown_1.0.bbappend file that contains only;&lt;/P&gt;&lt;P&gt;FILESEXTRAPATHS_prepend := "${THISDIR}/init-ifupdown-1.0:"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I put a init-ifupdown-1.0 folder that contains my updated interfaces file for yocto to include.This interface is similar to following links:&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-objectid="341117" data-objecttype="1" href="https://community.nxp.com/thread/341117"&gt;https://community.nxp.com/thread/341117.&lt;/A&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;And this is the content of my new layer:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;[lkarakaya@glcentos7 meta-eru]$ ls&lt;BR /&gt;conf&amp;nbsp; COPYING.MIT&amp;nbsp; README&amp;nbsp; recipes-core&amp;nbsp; recipes-example&lt;BR /&gt;[lkarakaya@glcentos7 meta-eru]$ cd recipes-core/&lt;BR /&gt;[lkarakaya@glcentos7 recipes-core]$ ls&lt;BR /&gt;init-ifupdown&lt;BR /&gt;[lkarakaya@glcentos7 recipes-core]$ cd init-ifupdown/&lt;BR /&gt;[lkarakaya@glcentos7 init-ifupdown]$ ls&lt;BR /&gt;init-ifupdown-1.0&amp;nbsp; init-ifupdown_1.0.bbappend&lt;BR /&gt;[lkarakaya@glcentos7 init-ifupdown]$ cd init-ifupdown-1.0/&lt;BR /&gt;[lkarakaya@glcentos7 init-ifupdown-1.0]$ ls&lt;BR /&gt;interfaces&lt;BR /&gt;[lkarakaya@glcentos7 init-ifupdown-1.0]$ &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Ater I competed this operation,I call bitbake fsl-image-core again and with my new image,I did "Ramdisk Deployment from TFTP" as stated "SDK 2.0".Then after the "bootm 1000000 5000000 2000000" command board is correctly started.However,when I use "ifconfig" command I see that there is no changing on the ip address.Can I do something missing in this steps.I also looked carefully to creating a new layer new layer's path is :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;QorIQ-SDK-V2.0-20160527-yocto/sources/poky/scripts as stated in the previous link that you shared.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;I added new layer to configuration file but Is there some configuration file for adding this&lt;STRONG&gt; recipes core?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;In my default files,I already have QorIQ-SDK-V2.0-20160527-yocto/sources/meta-freescale/recipes-core/init-ifupdown in this path?Is it necessary to create a new layer?Before I asking I change the content of this .bbappend like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;FILESEXTRAPATHS_prepend := "${THISDIR}/init-ifupdown:"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Other thing is,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;$ ls&lt;BR /&gt;init-ifupdown&amp;nbsp; init-ifupdown_%.bbappend &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;my folder's default name is&amp;nbsp; init-ifupdown_%.bbappend&amp;nbsp; and when I want to change it like init-ifupdown_1.0.bbappend and use bitbake fsl-core-image I gave some error.I think this means that recipes core is already inserted the configuration.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;What can be the problem about my work?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Thanks for your answer...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 10:18:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/How-to-assign-static-IP/m-p/608371#M1440</guid>
      <dc:creator>cengizhanyapici</dc:creator>
      <dc:date>2017-03-23T10:18:25Z</dc:date>
    </item>
  </channel>
</rss>

