<?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>LayerscapeのトピックRe: LSDK 19.09 Network Problem</title>
    <link>https://community.nxp.com/t5/Layerscape/LSDK-19-09-Network-Problem/m-p/998697#M5230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for verifying my procedure on your setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't load your pre-built firmware on our LS1088A RDB because ours is already in Secure Boot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the procedure to manually load the DPL file prior to booting tiny linux solved my problem. I was able to load the user space images to the eMMC via network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and keep up the good work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2019 01:07:32 GMT</pubDate>
    <dc:creator>carljones</dc:creator>
    <dc:date>2019-12-09T01:07:32Z</dc:date>
    <item>
      <title>LSDK 19.09 Network Problem</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-19-09-Network-Problem/m-p/998693#M5226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've migrated a running code from LSDK 18.03 to 19.09. The compilation has no errors but when the system boots up, the network interface seemed to malfunction. The dpaa2 object dpni seemed not bound to dpmac&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;[ 4.912099] fsl_dpaa2_eth dpni.1: Linked as a consumer to dpmcp.15&lt;BR /&gt;[ 4.943584] fsl_dpaa2_eth dpni.1: Linked as a consumer to dpcon.2&lt;BR /&gt;[ 4.952249] fsl_dpaa2_eth dpni.1: Linked as a consumer to dpio.8&lt;BR /&gt;[ 4.958799] fsl_dpaa2_eth dpni.1: Linked as a consumer to dpbp.2&lt;BR /&gt;[ 4.979758] fsl_dpaa2_eth dpni.1: Probed interface eth0&lt;BR /&gt;[ 4.985639] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpmcp.14&lt;BR /&gt;[ 5.017118] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.1&lt;BR /&gt;[ 5.025813] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.8&lt;BR /&gt;[ 5.032349] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpbp.1&lt;BR /&gt;[ 5.053185] fsl_dpaa2_eth dpni.0: Probed interface eth1&lt;BR /&gt;[ 5.059023] dpaa2_mac dpmac.2: Linked as a consumer to dpmcp.13&lt;BR /&gt;[ 5.070378] dpaa2_mac dpmac.2: Registered fixed PHY.&lt;BR /&gt;[ 5.075932] dpaa2_mac dpmac.1: Linked as a consumer to dpmcp.12&lt;BR /&gt;[ 5.086694] dpaa2_mac dpmac.1: Registered fixed PHY.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;[ 6.085792] dpaa2_mac dpmac.2 (unnamed net_device) (uninitialized): Link is Up - 1Gbps/Full - flow control off&lt;BR /&gt;[ 6.117772] dpaa2_mac dpmac.1 (unnamed net_device) (uninitialized): Link is Up - 1Gbps/Full - flow control off&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;root@TinyLinux:~# ifconfig eth0 up&lt;BR /&gt;[ 393.520834] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready&lt;BR /&gt;root@TinyLinux:~# ifconfig eth1 up &lt;BR /&gt;[ 396.192685] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready&lt;BR /&gt;root@TinyLinux:~#&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Even the restool, ls-listni, ls-listmac api's cannot detect any network interface&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;root@TinyLinux:~# restool&lt;BR /&gt;error: Did not find a device file&lt;BR /&gt;root@TinyLinux:~# ls-listni&lt;BR /&gt;error: Did not find a device file&lt;BR /&gt;Restool wrapper scripts only support the latest major MC version&lt;BR /&gt;that currently is MC10.x. Use with caution.&lt;BR /&gt;error: Did not find a device file&lt;BR /&gt;root@TinyLinux:~# ls-listmac&lt;BR /&gt;error: Did not find a device file&lt;BR /&gt;Restool wrapper scripts only support the latest major MC version&lt;BR /&gt;that currently is MC10.x. Use with caution.&lt;BR /&gt;error: Did not find a device file&lt;BR /&gt;root@TinyLinux:~# &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But the U-boot boot log shows that fsl-mc booted up properly and the dpl &amp;amp; dpc file were loaded.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;device 0 offset 0xa00000, size 0x100000&lt;BR /&gt;SF: 1048576 bytes @ 0xa00000 Read: OK&lt;BR /&gt;device 0 offset 0xe00000, size 0x100000&lt;BR /&gt;SF: 1048576 bytes @ 0xe00000 Read: OK&lt;BR /&gt;crc32+ &lt;BR /&gt;fsl-mc: Booting Management Complex ... SUCCESS&lt;BR /&gt;fsl-mc: Management Complex booted (version: 10.18.0, boot status: 0x1)&lt;BR /&gt;Hit any key to stop autoboot:&amp;nbsp; 0 &lt;BR /&gt;device 0 offset 0xd00000, size 0x100000&lt;BR /&gt;SF: 1048576 bytes @ 0xd00000 Read: OK&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Can you help me solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2019 02:10:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-19-09-Network-Problem/m-p/998693#M5226</guid>
      <dc:creator>carljones</dc:creator>
      <dc:date>2019-12-03T02:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 19.09 Network Problem</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-19-09-Network-Problem/m-p/998694#M5227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="317455" data-username="carljones" href="https://community.nxp.com/people/carljones"&gt;Carl Jones&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please download LSDK 19.09 release from &lt;A class="link-titled" href="https://www.nxp.com/design/software/embedded-software/linux-software-and-development-tools/layerscape-software-development-kit-v19.09:LAYERSCAPE-SDK?tab=Design_Tools_Tab" title="https://www.nxp.com/design/software/embedded-software/linux-software-and-development-tools/layerscape-software-development-kit-v19.09:LAYERSCAPE-SDK?tab=Design_Tools_Tab"&gt;Layerscape SDK | NXP&lt;/A&gt; , then rebuild u-boot firmware and tiny images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that you are using the firmware image, I will generate firmware image with you DPL and DTS files, then do verification on the demo board.&lt;/P&gt;&lt;P&gt;&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, 03 Dec 2019 08:14:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-19-09-Network-Problem/m-p/998694#M5227</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2019-12-03T08:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 19.09 Network Problem</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-19-09-Network-Problem/m-p/998695#M5228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/yipingwang"&gt;yipingwang&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for responding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As instructed, I downloaded the default LSDK 19.09 release, then rebuild u-boot firmware and tiny images. I loaded it to our LS1088A-RDB and tested the network interface ETH8 (dpmac.5) worked without problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, my intention is to use ETH0, because the PHY behind it (AQR105) is the one we have in our custom board. So I tried to remove the dpni object using restool and created new one with dpmac.2 and tested the newly created network interface but it wasn't able to ping my target ip address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next, I tried to edit the DPL file and replace the default connection to &lt;A href="mailto:dpmac@2"&gt;dpmac@2&lt;/A&gt;, rebuild u-boot firmware and tiny images and reloaded it to our LS1088A-RDB.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;/*****************************************************************&lt;BR /&gt; * Connections&lt;BR /&gt; *****************************************************************/&lt;BR /&gt; connections {&lt;BR /&gt; connection@2{&lt;BR /&gt; endpoint1 = "dpni@0";&lt;BR /&gt; endpoint2 = "dpmac@2";&lt;BR /&gt; };&lt;BR /&gt; };&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result was, I still cannot ping using ETH0.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;NXP LSDK tiny 1909 (based on Yocto)&lt;BR /&gt;TinyLinux login: root&lt;BR /&gt;root@TinyLinux:~# ls-listni&lt;BR /&gt;dprc.1/dpni.0 (interface: eth0, end point: dpmac.2)&lt;BR /&gt;root@TinyLinux:~# echo dpni.0 &amp;gt; /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/unbind&lt;BR /&gt;[&amp;nbsp;&amp;nbsp; 94.237443] fsl_dpaa2_eth dpni.0: Dropping the link to dpbp.1&lt;BR /&gt;[&amp;nbsp;&amp;nbsp; 94.243210] fsl_dpaa2_eth dpni.0: Dropping the link to dpio.8&lt;BR /&gt;[&amp;nbsp;&amp;nbsp; 94.250037] fsl_dpaa2_eth dpni.0: Dropping the link to dpcon.1&lt;BR /&gt;[&amp;nbsp;&amp;nbsp; 94.272094] fsl_dpaa2_eth dpni.0: Dropping the link to dpmcp.16&lt;BR /&gt;root@TinyLinux:~# restool dpni destroy dpni.0&lt;BR /&gt;dpni.0 is destroyed&lt;BR /&gt;[&amp;nbsp; 108.516916] iommu: Removing device dpni.0 from group 7&lt;BR /&gt;root@TinyLinux:~# ls-addni dpmac.2&lt;BR /&gt;[&amp;nbsp; 117.091677] iommu: Adding device dpbp.0 to group 7&lt;BR /&gt;[&amp;nbsp; 117.210647] iommu: Adding device dpmcp.26 to group 7&lt;BR /&gt;[&amp;nbsp; 117.333020] iommu: Adding device dpcon.0 to group 7&lt;BR /&gt;[&amp;nbsp; 117.456727] iommu: Adding device dpcon.2 to group 7&lt;BR /&gt;[&amp;nbsp; 117.581417] iommu: Adding device dpcon.3 to group 7&lt;BR /&gt;[&amp;nbsp; 117.708084] iommu: Adding device dpcon.4 to group 7&lt;BR /&gt;[&amp;nbsp; 117.836713] iommu: Adding device dpcon.5 to group 7&lt;BR /&gt;[&amp;nbsp; 117.968707] iommu: Adding device dpcon.6 to group 7&lt;BR /&gt;[&amp;nbsp; 118.101499] iommu: Adding device dpcon.7 to group 7&lt;BR /&gt;[&amp;nbsp; 118.237565] iommu: Adding device dpcon.8 to group 7&lt;BR /&gt;[&amp;nbsp; 118.446637] iommu: Adding device dpni.0 to group 7&lt;BR /&gt;[&amp;nbsp; 118.452035] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpmcp.4&lt;BR /&gt;[&amp;nbsp; 118.484432] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.1&lt;BR /&gt;[&amp;nbsp; 118.493104] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.8&lt;BR /&gt;[&amp;nbsp; 118.499620] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.0&lt;BR /&gt;[&amp;nbsp; 118.508223] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.7&lt;BR /&gt;[&amp;nbsp; 118.514732] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.2&lt;BR /&gt;[&amp;nbsp; 118.523396] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.6&lt;BR /&gt;[&amp;nbsp; 118.529930] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.3&lt;BR /&gt;[&amp;nbsp; 118.538544] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.5&lt;BR /&gt;[&amp;nbsp; 118.545055] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.4&lt;BR /&gt;[&amp;nbsp; 118.553721] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.4&lt;BR /&gt;[&amp;nbsp; 118.560241] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.5&lt;BR /&gt;[&amp;nbsp; 118.568853] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.3&lt;BR /&gt;[&amp;nbsp; 118.575363] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.6&lt;BR /&gt;[&amp;nbsp; 118.584026] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.2&lt;BR /&gt;[&amp;nbsp; 118.590551] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.7&lt;BR /&gt;[&amp;nbsp; 118.599153] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.1&lt;BR /&gt;[&amp;nbsp; 118.605686] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpbp.1&lt;BR /&gt;[&amp;nbsp; 118.651490] fsl_dpaa2_eth dpni.0: Probed interface eth0&lt;BR /&gt;Created interface: eth0 (object:dpni.0, endpoint: dpmac.2)&lt;BR /&gt;root@TinyLinux:~# ifconfig eth0 10.10.47.89 netmask 255.255.254.0&lt;BR /&gt;[&amp;nbsp; 136.567344] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready&lt;BR /&gt;root@TinyLinux:~# ping 10.10.47.88&lt;BR /&gt;PING 10.10.47.88 (10.10.47.88): 56 data bytes&lt;BR /&gt;^C&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But when I destroy the dpni and recreate it using ETH8 (dpmac.5), the ping test is successful.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;root@TinyLinux:~# echo dpni.0 &amp;gt; /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/unbind&lt;BR /&gt;[&amp;nbsp; 175.845486] fsl_dpaa2_eth dpni.0: Dropping the link to dpbp.1&lt;BR /&gt;[&amp;nbsp; 175.851249] fsl_dpaa2_eth dpni.0: Dropping the link to dpio.8&lt;BR /&gt;[&amp;nbsp; 175.858020] fsl_dpaa2_eth dpni.0: Dropping the link to dpcon.1&lt;BR /&gt;[&amp;nbsp; 175.863856] fsl_dpaa2_eth dpni.0: Dropping the link to dpio.7&lt;BR /&gt;[&amp;nbsp; 175.870626] fsl_dpaa2_eth dpni.0: Dropping the link to dpcon.0&lt;BR /&gt;[&amp;nbsp; 175.876472] fsl_dpaa2_eth dpni.0: Dropping the link to dpio.6&lt;BR /&gt;[&amp;nbsp; 175.883231] fsl_dpaa2_eth dpni.0: Dropping the link to dpcon.2&lt;BR /&gt;[&amp;nbsp; 175.889079] fsl_dpaa2_eth dpni.0: Dropping the link to dpio.5&lt;BR /&gt;[&amp;nbsp; 175.895832] fsl_dpaa2_eth dpni.0: Dropping the link to dpcon.3&lt;BR /&gt;[&amp;nbsp; 175.901681] fsl_dpaa2_eth dpni.0: Dropping the link to dpio.4&lt;BR /&gt;[&amp;nbsp; 175.908450] fsl_dpaa2_eth dpni.0: Dropping the link to dpcon.4&lt;BR /&gt;[&amp;nbsp; 175.914286] fsl_dpaa2_eth dpni.0: Dropping the link to dpio.3&lt;BR /&gt;[&amp;nbsp; 175.921059] fsl_dpaa2_eth dpni.0: Dropping the link to dpcon.5&lt;BR /&gt;[&amp;nbsp; 175.926896] fsl_dpaa2_eth dpni.0: Dropping the link to dpio.2&lt;BR /&gt;[&amp;nbsp; 175.933661] fsl_dpaa2_eth dpni.0: Dropping the link to dpcon.6&lt;BR /&gt;[&amp;nbsp; 175.939496] fsl_dpaa2_eth dpni.0: Dropping the link to dpio.1&lt;BR /&gt;[&amp;nbsp; 175.946262] fsl_dpaa2_eth dpni.0: Dropping the link to dpcon.7&lt;BR /&gt;[&amp;nbsp; 175.977387] fsl_dpaa2_eth dpni.0: Dropping the link to dpmcp.4&lt;BR /&gt;root@TinyLinux:~# restool dpni destroy dpni.0&lt;BR /&gt;dpni.0 is destroyed&lt;BR /&gt;[&amp;nbsp; 179.901988] iommu: Removing device dpni.0 from group 7&lt;BR /&gt;root@TinyLinux:~# ls-addni dpmac.5&lt;BR /&gt;[&amp;nbsp; 187.956615] iommu: Adding device dpbp.2 to group 7&lt;BR /&gt;[&amp;nbsp; 188.097385] iommu: Adding device dpmcp.27 to group 7&lt;BR /&gt;[&amp;nbsp; 188.241539] iommu: Adding device dpcon.9 to group 7&lt;BR /&gt;[&amp;nbsp; 188.384773] iommu: Adding device dpcon.10 to group 7&lt;BR /&gt;[&amp;nbsp; 188.532213] iommu: Adding device dpcon.11 to group 7&lt;BR /&gt;[&amp;nbsp; 188.679706] iommu: Adding device dpcon.12 to group 7&lt;BR /&gt;[&amp;nbsp; 188.831268] iommu: Adding device dpcon.13 to group 7&lt;BR /&gt;[&amp;nbsp; 188.982970] iommu: Adding device dpcon.14 to group 7&lt;BR /&gt;[&amp;nbsp; 189.136659] iommu: Adding device dpcon.15 to group 7&lt;BR /&gt;[&amp;nbsp; 189.292381] iommu: Adding device dpcon.16 to group 7&lt;BR /&gt;[&amp;nbsp; 189.524740] iommu: Adding device dpni.0 to group 7&lt;BR /&gt;[&amp;nbsp; 189.530184] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpmcp.3&lt;BR /&gt;[&amp;nbsp; 189.562621] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.8&lt;BR /&gt;[&amp;nbsp; 189.571227] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.8&lt;BR /&gt;[&amp;nbsp; 189.577742] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.1&lt;BR /&gt;[&amp;nbsp; 189.586413] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.7&lt;BR /&gt;[&amp;nbsp; 189.592931] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.0&lt;BR /&gt;[&amp;nbsp; 189.601544] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.6&lt;BR /&gt;[&amp;nbsp; 189.608053] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.2&lt;BR /&gt;[&amp;nbsp; 189.616720] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.5&lt;BR /&gt;[&amp;nbsp; 189.623240] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.3&lt;BR /&gt;[&amp;nbsp; 189.631844] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.4&lt;BR /&gt;[&amp;nbsp; 189.638358] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.4&lt;BR /&gt;[&amp;nbsp; 189.647016] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.3&lt;BR /&gt;[&amp;nbsp; 189.653551] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.5&lt;BR /&gt;[&amp;nbsp; 189.662157] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.2&lt;BR /&gt;[&amp;nbsp; 189.668673] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpcon.6&lt;BR /&gt;[&amp;nbsp; 189.677334] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpio.1&lt;BR /&gt;[&amp;nbsp; 189.683887] fsl_dpaa2_eth dpni.0: Linked as a consumer to dpbp.0&lt;BR /&gt;[&amp;nbsp; 189.729695] fsl_dpaa2_eth dpni.0: Probed interface eth0&lt;BR /&gt;Created interface: eth0 (object:dpni.0, endpoint: dpmac.5)&lt;BR /&gt;root@TinyLinux:~# ifconfig eth0 10.10.47.89 netmask 255.255.254.0&lt;BR /&gt;[&amp;nbsp; 193.252330] fsl_dpaa2_eth dpni.0 eth0: Link Event: state up&lt;BR /&gt;root@TinyLinux:~# ping 10.10.47.88&lt;BR /&gt;PING 10.10.47.88 (10.10.47.88): 56 data bytes&lt;BR /&gt;64 bytes from 10.10.47.88: seq=0 ttl=64 time=0.346 ms&lt;BR /&gt;64 bytes from 10.10.47.88: seq=1 ttl=64 time=0.165 ms&lt;BR /&gt;^C&lt;BR /&gt;--- 10.10.47.88 ping statistics ---&lt;BR /&gt;2 packets transmitted, 2 packets received, 0% packet loss&lt;BR /&gt;round-trip min/avg/max = 0.165/0.255/0.346 ms&lt;BR /&gt;root@TinyLinux:~#&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 08:11:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-19-09-Network-Problem/m-p/998695#M5228</guid>
      <dc:creator>carljones</dc:creator>
      <dc:date>2019-12-04T08:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 19.09 Network Problem</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-19-09-Network-Problem/m-p/998696#M5229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Carlos,&lt;/P&gt;&lt;P&gt;I have verified your procedure, dpmac.2 worked normally without any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please tried the attached dpl file and the pre-built firmware image which could be downloaded from the following link.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1I1tHTC6i3u771Xw77AphQF371QnUvjHF&amp;amp;amp;data=02%7C01%7Cyiping.wang%40nxp.com%7Ca1f035e315a8496b80db08d77940da85%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637111191754382098&amp;amp;amp;sdata=ULvpqkvhzde%2FsMQtoIICv1P3%2BsjF6SYbN4731IHNW8Q%3D&amp;amp;amp;reserved=0"&gt;https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1I1tHTC6i3u771Xw77AphQF371QnUvjHF&amp;amp;amp;data=02%7C01%7Cyiping.wang%40nxp.com%7Ca1f035e315a8496b80db08d77940da85%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637111191754382098&amp;amp;amp;sdata=ULvpqkvhzde%2FsMQtoIICv1P3%2BsjF6SYbN4731IHNW8Q%3D&amp;amp;amp;reserved=0&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please refer to the following to boot up the target board with modified DPL file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=&amp;gt; tftp 0x80001000 b25805/ls1088ardb/dpl-eth.0x1D_0x0D.dtb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt;"&gt;=&amp;gt; fsl_mc lazyapply dpl 0x80001000; run qspi_bootcm&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt;"&gt;Yiping&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2019 05:17:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-19-09-Network-Problem/m-p/998696#M5229</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2019-12-05T05:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 19.09 Network Problem</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-19-09-Network-Problem/m-p/998697#M5230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for verifying my procedure on your setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't load your pre-built firmware on our LS1088A RDB because ours is already in Secure Boot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the procedure to manually load the DPL file prior to booting tiny linux solved my problem. I was able to load the user space images to the eMMC via network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and keep up the good work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2019 01:07:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-19-09-Network-Problem/m-p/998697#M5230</guid>
      <dc:creator>carljones</dc:creator>
      <dc:date>2019-12-09T01:07:32Z</dc:date>
    </item>
  </channel>
</rss>

