<?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: T1024 USDPAA Support in T-Series</title>
    <link>https://community.nxp.com/t5/T-Series/T1024-USDPAA-Support/m-p/1358681#M4258</link>
    <description>&lt;P&gt;Thank you Pavel. I am making a build following your instructions and I will keep you posted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another question I had was&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you know if T1024 Packet Processing Functionality will be supported by DPDK. I would like to use the later releases like dunfell for T1024 with the packet processing capability. Dunfell has a lot of new feature and updates that I would like to use for the newer chips that we use.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Oct 2021 13:23:22 GMT</pubDate>
    <dc:creator>ramkrishnan</dc:creator>
    <dc:date>2021-10-20T13:23:22Z</dc:date>
    <item>
      <title>T1024 USDPAA Support</title>
      <link>https://community.nxp.com/t5/T-Series/T1024-USDPAA-Support/m-p/1358035#M4256</link>
      <description>&lt;P&gt;We have a new board based on the T1024 and I was trying to upgrade the codebase to SDK to 1703 but the compilation failed with message&lt;/P&gt;&lt;P&gt;ERROR: Function failed: Fetcher failure for URL: 'git://git.freescale.com/ppc/sdk/u-boot.git;branch=sdk-v2.0.x'. Unable to fetch URL from any source.&lt;/P&gt;&lt;P&gt;I tried the various suggestions about changing to github but none of them worked.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The question I had is in multipart form&lt;/P&gt;&lt;P&gt;I need the USDPAA T1024 functionality for the project that we have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the Layerscape SDK as suggested on the NXP website but that does not support usdpaa. The only option for USDPAA for the T1024 is using the SDK 2.0.&lt;/P&gt;&lt;P&gt;The questions I have are&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Will the Network/Packet processing functionality on the T1024 be supported by DPDK ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. What is the official method for compilation of the T1024 with USDPAA support.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ram Krishnan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 16:43:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1024-USDPAA-Support/m-p/1358035#M4256</guid>
      <dc:creator>ramkrishnan</dc:creator>
      <dc:date>2021-10-19T16:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: T1024 USDPAA Support</title>
      <link>https://community.nxp.com/t5/T-Series/T1024-USDPAA-Support/m-p/1358245#M4257</link>
      <description>&lt;P&gt;SDK 20.1703 automatically builds and generates image for USDPAA support. See attached snapshot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like that this SDK is not correctly installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use Ubuntu 14 for SDK building. Do not use Ubuntu 16 or Ubuntu 18.&lt;/P&gt;
&lt;P&gt;See below command sequence for installing:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sudo apt-get install ubuntu-minimal ubuntu-standard patch vim-common sed wget subversion git-core coreutils libbonobo2-common unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk python-pysqlite2 diffstat make gcc build-essential xz-utils g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool xterm libncurses5-dev cvs tofrodos&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) command: ls -l /bin/sh&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Message:&amp;nbsp; /bin/sh -&amp;gt; dash&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) command: sudo dpkg-reconfigure dash&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Answer after password – No&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Message:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Removing 'diversion of /bin/sh to /bin/sh.distrib by dash'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Adding 'diversion of /bin/sh to /bin/sh.distrib by bash'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;Removing 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by bash'&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c) command for checking: ls -l /bin/sh&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Message: /bin/sh -&amp;gt; bash&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="3"&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mount SDK source .iso file&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cd &amp;lt;sdk-install-dir&amp;gt;.&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ./sources/meta-freescale/scripts/host-prepare.sh&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Usually Linux recommends also run the following command: sudo usr/sbin/visudo&lt;/P&gt;
&lt;OL start="7"&gt;
&lt;LI&gt;Install SDK 2.0-1703&lt;/LI&gt;
&lt;LI&gt;. fsl-setup-env -m t1024rdb&lt;/LI&gt;
&lt;LI&gt;bitbake fsl-image-minimal&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 20 Oct 2021 03:32:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1024-USDPAA-Support/m-p/1358245#M4257</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2021-10-20T03:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: T1024 USDPAA Support</title>
      <link>https://community.nxp.com/t5/T-Series/T1024-USDPAA-Support/m-p/1358681#M4258</link>
      <description>&lt;P&gt;Thank you Pavel. I am making a build following your instructions and I will keep you posted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another question I had was&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you know if T1024 Packet Processing Functionality will be supported by DPDK. I would like to use the later releases like dunfell for T1024 with the packet processing capability. Dunfell has a lot of new feature and updates that I would like to use for the newer chips that we use.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 13:23:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1024-USDPAA-Support/m-p/1358681#M4258</guid>
      <dc:creator>ramkrishnan</dc:creator>
      <dc:date>2021-10-20T13:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: T1024 USDPAA Support</title>
      <link>https://community.nxp.com/t5/T-Series/T1024-USDPAA-Support/m-p/1360951#M4260</link>
      <description>&lt;P&gt;See the following NXP community page:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/T-Series/USDPAA-Support-in-YoctoProject/m-p/1356640" target="_blank"&gt;https://community.nxp.com/t5/T-Series/USDPAA-Support-in-YoctoProject/m-p/1356640&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 15:46:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1024-USDPAA-Support/m-p/1360951#M4260</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2021-10-25T15:46:21Z</dc:date>
    </item>
  </channel>
</rss>

