<?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のトピックCreating DPRCs on the LS2085ARDB?</title>
    <link>https://community.nxp.com/t5/Layerscape/Creating-DPRCs-on-the-LS2085ARDB/m-p/481052#M844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the dpl-eth-aiop-nadk.0x2A_0x41.dts DPL file with the LS2085ARDB board and I have dprc1, dprc.3 and dprc.4 entries created after system boot under /sys/bus/fsl-mc/devices/.&lt;/P&gt;&lt;P&gt;Then, after boot, I'm trying to use the dynamic_dpl.sh script from your SDK to create a new container. The script creates dprc.2 with no errors, BUT no entry has been created under /sys/bus/fsl-mc/devices/ which is inconvenient for me, because I'm unable to bind this new DPRC to the vfio-fsl-mc driver:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@ls2085ardb:~# echo dprc.2 &amp;gt; /sys/bus/fsl-mc/drivers/vfio-fsl-mc/bind&lt;/P&gt;&lt;P&gt;-bash: echo: write error: No such device&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please assist me with this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Miroslav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Feb 2016 10:57:06 GMT</pubDate>
    <dc:creator>mkiradzhiyski</dc:creator>
    <dc:date>2016-02-23T10:57:06Z</dc:date>
    <item>
      <title>Creating DPRCs on the LS2085ARDB?</title>
      <link>https://community.nxp.com/t5/Layerscape/Creating-DPRCs-on-the-LS2085ARDB/m-p/481052#M844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the dpl-eth-aiop-nadk.0x2A_0x41.dts DPL file with the LS2085ARDB board and I have dprc1, dprc.3 and dprc.4 entries created after system boot under /sys/bus/fsl-mc/devices/.&lt;/P&gt;&lt;P&gt;Then, after boot, I'm trying to use the dynamic_dpl.sh script from your SDK to create a new container. The script creates dprc.2 with no errors, BUT no entry has been created under /sys/bus/fsl-mc/devices/ which is inconvenient for me, because I'm unable to bind this new DPRC to the vfio-fsl-mc driver:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@ls2085ardb:~# echo dprc.2 &amp;gt; /sys/bus/fsl-mc/drivers/vfio-fsl-mc/bind&lt;/P&gt;&lt;P&gt;-bash: echo: write error: No such device&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please assist me with this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Miroslav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 10:57:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Creating-DPRCs-on-the-LS2085ARDB/m-p/481052#M844</guid>
      <dc:creator>mkiradzhiyski</dc:creator>
      <dc:date>2016-02-23T10:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating DPRCs on the LS2085ARDB?</title>
      <link>https://community.nxp.com/t5/Layerscape/Creating-DPRCs-on-the-LS2085ARDB/m-p/481053#M845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Miroslav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just verified this issue with EAR5.0 pre-built image, u-boot, MC firmware 8.0.2 and dpl file dpl-eth-aiop-nadk.0x2A_0x41.dtb, but didn't reproduce your problem, please refer to my following log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s2085ardb login: root&lt;/P&gt;&lt;P&gt;root@ls2085ardb:~# ls /sys/bus/fsl-mc/devices/ | grep dprc&lt;/P&gt;&lt;P&gt;dprc.1&lt;/P&gt;&lt;P&gt;dprc.3&lt;/P&gt;&lt;P&gt;dprc.4&lt;/P&gt;&lt;P&gt;root@ls2085ardb:~# cd /usr/nadk/nadk-static/bin/&lt;/P&gt;&lt;P&gt;root@ls2085ardb:/usr/nadk/nadk-static/bin# ./dynamic_dpl.sh dpmac.3 dpmac.4&lt;/P&gt;&lt;P&gt;Available DPRCs&lt;/P&gt;&lt;P&gt;dprc.1&lt;/P&gt;&lt;P&gt;&amp;nbsp; dprc.4&lt;/P&gt;&lt;P&gt;&amp;nbsp; dprc.3&lt;/P&gt;&lt;P&gt;dprc.2 Created&lt;/P&gt;&lt;P&gt;dpmcp.4 Created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;####### Parsing argument number 1 (dpmac.3) #######&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dpni.0 created with MAC addr = 00:00:00:00:00:01&lt;/P&gt;&lt;P&gt;Disconnecting the dpmac.3&lt;/P&gt;&lt;P&gt;dpmac.3 Linked with dpni.0&lt;/P&gt;&lt;P&gt;dpni.0 assigned to&amp;nbsp; dprc.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dpmac.3 &amp;lt;--------connected------&amp;gt; dpni.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;####### Parsing argument number 2 (dpmac.4) #######&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dpni.2 created with MAC addr = 00:00:00:00:00:02&lt;/P&gt;&lt;P&gt;Disconnecting the dpmac.4&lt;/P&gt;&lt;P&gt;dpmac.4 Linked with dpni.2&lt;/P&gt;&lt;P&gt;dpni.2 assigned to&amp;nbsp; dprc.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dpmac.4 &amp;lt;--------connected------&amp;gt; dpni.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******* End of parsing ARGS *******&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dpbp.0 Created&lt;/P&gt;&lt;P&gt;dpbp.5 Created&lt;/P&gt;&lt;P&gt;dpbp.10 Created&lt;/P&gt;&lt;P&gt;dpbp.11 Created&lt;/P&gt;&lt;P&gt;dpcon.0 Created&lt;/P&gt;&lt;P&gt;dpseci.0 Created&lt;/P&gt;&lt;P&gt;dpio.0 Created&lt;/P&gt;&lt;P&gt;dpio.13 Created&lt;/P&gt;&lt;P&gt;dpio.14 Created&lt;/P&gt;&lt;P&gt;dpio.21 Created&lt;/P&gt;&lt;P&gt;dpio.22 Created&lt;/P&gt;&lt;P&gt;dpio.23 Created&lt;/P&gt;&lt;P&gt;dpio.24 Created&lt;/P&gt;&lt;P&gt;dpio.25 Created&lt;/P&gt;&lt;P&gt;dpio.26 Created&lt;/P&gt;&lt;P&gt;dpio.27 Created&lt;/P&gt;&lt;P&gt;dpci.2 Created&lt;/P&gt;&lt;P&gt;dpci.3 Created&lt;/P&gt;&lt;P&gt;dpci.4 Created&lt;/P&gt;&lt;P&gt;dpci.5 Created&lt;/P&gt;&lt;P&gt;dpci.6 Created&lt;/P&gt;&lt;P&gt;dpci.7 Created&lt;/P&gt;&lt;P&gt;dpci.8 Created&lt;/P&gt;&lt;P&gt;dpci.9 Created&lt;/P&gt;&lt;P&gt;dpci.20 Created&lt;/P&gt;&lt;P&gt;dpci.21 Created&lt;/P&gt;&lt;P&gt;dpci.2 Linked with dpci.3&lt;/P&gt;&lt;P&gt;dpci.4 Linked with dpci.5&lt;/P&gt;&lt;P&gt;dpci.6 Linked with dpci.7&lt;/P&gt;&lt;P&gt;dpci.8 Linked with dpci.9&lt;/P&gt;&lt;P&gt;dpci.20 Linked with dpci.21&lt;/P&gt;&lt;P&gt;dpbp.0 assigned to&amp;nbsp; dprc.2&lt;/P&gt;&lt;P&gt;dpbp.5 assigned to&amp;nbsp; dprc.2&lt;/P&gt;&lt;P&gt;dpbp.10 assigned to&amp;nbsp; dprc.2&lt;/P&gt;&lt;P&gt;dpbp.11 assigned to&amp;nbsp; dprc.2&lt;/P&gt;&lt;P&gt;dpcon.0 assigned to&amp;nbsp; dprc.2&lt;/P&gt;&lt;P&gt;dpseci.0 assigned to&amp;nbsp; dprc.2&lt;/P&gt;&lt;P&gt;dpio.0 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpio.13 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpio.14 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpio.21 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpio.22 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpio.23 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpio.24 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpio.25 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpio.26 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpio.27 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpmcp.4 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpci.2 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpci.3 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpci.4 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpci.5 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpci.6 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpci.7 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpci.8 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpci.9 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpci.20 assigned to dprc.2&lt;/P&gt;&lt;P&gt;dpci.21 assigned to dprc.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#1)&amp;nbsp;&amp;nbsp;&amp;nbsp; Allow uns[&amp;nbsp; 95.103549] vfio-fsl-mc dprc.2: Binding with vfio-fsl_mc driver&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;afe interrupts&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#1.2)&amp;nbsp;&amp;nbsp;&amp;nbsp; Bind dprc.2 to VFIO driver&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.138746] vfio-fsl-mc dpio.27: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.148940] vfio-fsl-mc dpio.26: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.158718] vfio-fsl-mc dpio.25: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.168521] vfio-fsl-mc dpio.24: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.178300] vfio-fsl-mc dpio.23: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.188076] vfio-fsl-mc dpio.22: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.197789] vfio-fsl-mc dpio.21: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.207590] vfio-fsl-mc dpio.14: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.217311] vfio-fsl-mc dpio.13: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.227098] vfio-fsl-mc dpio.0: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.234756] vfio-fsl-mc dpni.2: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.244640] vfio-fsl-mc dpni.0: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.254431] vfio-fsl-mc dpbp.11: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.260797] vfio-fsl-mc dpbp.10: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.267063] vfio-fsl-mc dpbp.5: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.273356] vfio-fsl-mc dpbp.0: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.279551] vfio-fsl-mc dpci.21: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.285818] vfio-fsl-mc dpci.20: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.292239] vfio-fsl-mc dpci.9: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.298437] vfio-fsl-mc dpci.8: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.304619] vfio-fsl-mc dpci.7: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.310945] vfio-fsl-mc dpci.6: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.317134] vfio-fsl-mc dpci.5: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.323420] vfio-fsl-mc dpci.4: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.329628] vfio-fsl-mc dpci.3: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.335814] vfio-fsl-mc dpci.2: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.342131] vfio-fsl-mc dpseci.0: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.348512] vfio-fsl-mc dpcon.0: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 95.355610] vfio-fsl-mc dpmcp.4: Binding with vfio-fsl_mc driver&lt;/P&gt;&lt;P&gt;9&amp;nbsp; vfio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USE dprc.2 FOR YOUR APPLICATIONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@ls2085ardb:/usr/nadk/nadk-static/bin# ls /sys/bus/fsl-mc/devices/ | grep dp&lt;/P&gt;&lt;P&gt;dprc.1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dprc.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;dprc.3&lt;/P&gt;&lt;P&gt;dprc.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your problem remains, please capture your console log to me(including u-boot).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&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>Thu, 25 Feb 2016 11:37:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Creating-DPRCs-on-the-LS2085ARDB/m-p/481053#M845</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2016-02-25T11:37:43Z</dc:date>
    </item>
  </channel>
</rss>

