<?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のトピックHow to implement bridge command</title>
    <link>https://community.nxp.com/t5/Layerscape/How-to-implement-bridge-command/m-p/1774665#M13748</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to test FRER on LS1028RDB, I tried the following command,&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;# bridge vlan add dev swp0 vid 1 pvid&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;however, it says&amp;nbsp;command not found.&amp;nbsp; See below.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;root@TinyLinux:~# bridge vlan add dev swp0 vid 1 pvid&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;-sh: bridge: command not found&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52411"&gt;@yipingwang&lt;/a&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;So, what additional software do I need to install to support the bridge command?&lt;/P&gt;</description>
    <pubDate>Mon, 18 Dec 2023 02:56:00 GMT</pubDate>
    <dc:creator>HingWong</dc:creator>
    <dc:date>2023-12-18T02:56:00Z</dc:date>
    <item>
      <title>How to implement bridge command</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-implement-bridge-command/m-p/1774665#M13748</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to test FRER on LS1028RDB, I tried the following command,&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;# bridge vlan add dev swp0 vid 1 pvid&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;however, it says&amp;nbsp;command not found.&amp;nbsp; See below.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;root@TinyLinux:~# bridge vlan add dev swp0 vid 1 pvid&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;-sh: bridge: command not found&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52411"&gt;@yipingwang&lt;/a&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;So, what additional software do I need to install to support the bridge command?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 02:56:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-implement-bridge-command/m-p/1774665#M13748</guid>
      <dc:creator>HingWong</dc:creator>
      <dc:date>2023-12-18T02:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement bridge command</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-implement-bridge-command/m-p/1780282#M13790</link>
      <description>&lt;P&gt;Please use Ubuntu main rootfs, the tiny rootfs doesn't include enough packages.&lt;/P&gt;
&lt;P&gt;Please prepare a SD card, then deploy SD card with the following commands.&lt;/P&gt;
&lt;P&gt;$ wget &lt;A href="https://www.nxp.com/lgfiles/sdk/lsdk2108/flex-installer" target="_blank"&gt;https://www.nxp.com/lgfiles/sdk/lsdk2108/flex-installer&lt;/A&gt; &amp;amp;&amp;amp; chmod +x flex-installer &amp;amp;&amp;amp; sudo mv flex-installer /usr/bin&lt;/P&gt;
&lt;P&gt;$ flex-installer -i pf -d /dev/sdx&lt;BR /&gt;$ flex-installer -i auto -m ls1028ardb -d /dev/sdx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 05:47:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-implement-bridge-command/m-p/1780282#M13790</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-12-27T05:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement bridge command</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-implement-bridge-command/m-p/1781962#M13807</link>
      <description>Thank you very much! It works!&lt;BR /&gt;And one more question, I want to login using SSH, I use user name root, and tried password also root, however, authentication failed. So what default user name and password should I use?</description>
      <pubDate>Wed, 03 Jan 2024 03:45:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-implement-bridge-command/m-p/1781962#M13807</guid>
      <dc:creator>HingWong</dc:creator>
      <dc:date>2024-01-03T03:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement bridge command</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-implement-bridge-command/m-p/1784791#M13831</link>
      <description>&lt;P&gt;Thank you very much! It works!&lt;BR /&gt;And one more question, I want to login using SSH, I use user name root, and tried password also root, however, authentication failed. So what default user name and password should I use?&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52411"&gt;@yipingwang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 03:03:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-implement-bridge-command/m-p/1784791#M13831</guid>
      <dc:creator>HingWong</dc:creator>
      <dc:date>2024-01-09T03:03:14Z</dc:date>
    </item>
  </channel>
</rss>

