<?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: Implement SLIP on LS1046ardb</title>
    <link>https://community.nxp.com/t5/Layerscape/Implement-SLIP-on-LS1046ardb/m-p/1714603#M13201</link>
    <description>&lt;P&gt;Hello Irene,&lt;/P&gt;&lt;P&gt;Thanks for the quick reply. I was researching on this.&lt;/P&gt;&lt;P&gt;Basically I installed default sdk referenced in LSDKUG_Rev21.08.pdf. I checked it doesn't have slip installed. I also checked&amp;nbsp;/lib/modules/5.10.35/kernel/drivers/net/ there is no slip folder. I got to know we need to have slip.ko file installed. Maybe kernel needs to be recompiled r maybe there is a better way to enable this. It would be a great help if you could guide me how I can proceed with this as I don't have any experience in OS.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Thu, 31 Aug 2023 03:32:45 GMT</pubDate>
    <dc:creator>Sarthak</dc:creator>
    <dc:date>2023-08-31T03:32:45Z</dc:date>
    <item>
      <title>Implement SLIP on LS1046ardb</title>
      <link>https://community.nxp.com/t5/Layerscape/Implement-SLIP-on-LS1046ardb/m-p/1706127#M13102</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I want to implement SLIP over UART but when I checked, it said SLIP is not supported. I am using kernel 5.10.35. I am stuck on this, so could anyone help me out with this? Any leads would help me with this.&lt;BR /&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Sarthak&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 01:41:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Implement-SLIP-on-LS1046ardb/m-p/1706127#M13102</guid>
      <dc:creator>Sarthak</dc:creator>
      <dc:date>2023-08-17T01:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Implement SLIP on LS1046ardb</title>
      <link>https://community.nxp.com/t5/Layerscape/Implement-SLIP-on-LS1046ardb/m-p/1706973#M13106</link>
      <description>&lt;P&gt;Where did you read that it was not supported?&amp;nbsp; I found this for Slip relative to the linux kernel:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/torvalds/linux/blob/master/drivers/net/slip/Kconfig" target="_blank"&gt;https://github.com/torvalds/linux/blob/master/drivers/net/slip/Kconfig&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is all that I can provide you.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 19:48:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Implement-SLIP-on-LS1046ardb/m-p/1706973#M13106</guid>
      <dc:creator>Irene</dc:creator>
      <dc:date>2023-08-17T19:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Implement SLIP on LS1046ardb</title>
      <link>https://community.nxp.com/t5/Layerscape/Implement-SLIP-on-LS1046ardb/m-p/1714603#M13201</link>
      <description>&lt;P&gt;Hello Irene,&lt;/P&gt;&lt;P&gt;Thanks for the quick reply. I was researching on this.&lt;/P&gt;&lt;P&gt;Basically I installed default sdk referenced in LSDKUG_Rev21.08.pdf. I checked it doesn't have slip installed. I also checked&amp;nbsp;/lib/modules/5.10.35/kernel/drivers/net/ there is no slip folder. I got to know we need to have slip.ko file installed. Maybe kernel needs to be recompiled r maybe there is a better way to enable this. It would be a great help if you could guide me how I can proceed with this as I don't have any experience in OS.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 03:32:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Implement-SLIP-on-LS1046ardb/m-p/1714603#M13201</guid>
      <dc:creator>Sarthak</dc:creator>
      <dc:date>2023-08-31T03:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Implement SLIP on LS1046ardb</title>
      <link>https://community.nxp.com/t5/Layerscape/Implement-SLIP-on-LS1046ardb/m-p/1716174#M13222</link>
      <description>&lt;P&gt;Please configure "&lt;SPAN&gt;CONFIG_SLIP" in Kernel configuration file.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 04:26:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Implement-SLIP-on-LS1046ardb/m-p/1716174#M13222</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-09-04T04:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Implement SLIP on LS1046ardb</title>
      <link>https://community.nxp.com/t5/Layerscape/Implement-SLIP-on-LS1046ardb/m-p/1717688#M13239</link>
      <description>&lt;P&gt;Hello Yiping,&lt;/P&gt;&lt;P&gt;I have already compiled default linux kernel as given in the documentation. In that, the flag for CONFIG_SLIP was not set.&lt;/P&gt;&lt;P&gt;I just want to enable this slip protocol.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So do I need to recompile the kenel again with CONFIG_SLIP = y or I should just set the flag(CONFIG_SLIP = y) in /boot/config-5.10.35 file. If it is the latter one, what should I do next?&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 05:20:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Implement-SLIP-on-LS1046ardb/m-p/1717688#M13239</guid>
      <dc:creator>Sarthak</dc:creator>
      <dc:date>2023-09-06T05:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Implement SLIP on LS1046ardb</title>
      <link>https://community.nxp.com/t5/Layerscape/Implement-SLIP-on-LS1046ardb/m-p/1717692#M13240</link>
      <description>&lt;P&gt;Please rebuild Linux Kernel with the following commands.&lt;/P&gt;
&lt;P&gt;$ flex-builder -c linux:custom -a arm64&lt;/P&gt;
&lt;P&gt;Please enable&amp;nbsp;&lt;SPAN&gt;CONFIG_SLIP = y in menuconfig.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then run the following command to rebuilt Linux Kernel.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$ flex-builder -c linux -a arm64&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 05:25:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Implement-SLIP-on-LS1046ardb/m-p/1717692#M13240</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-09-06T05:25:47Z</dc:date>
    </item>
  </channel>
</rss>

