How to implement bridge command

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to implement bridge command

ソリューションへジャンプ
780件の閲覧回数
HingWong
Contributor III

 

Hello, 

I want to test FRER on LS1028RDB, I tried the following command,

# bridge vlan add dev swp0 vid 1 pvid 

however, it says command not found.  See below.

root@TinyLinux:~# bridge vlan add dev swp0 vid 1 pvid
-sh: bridge: command not found

@yipingwang 

So, what additional software do I need to install to support the bridge command?

ラベル(2)
0 件の賞賛
返信
1 解決策
719件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Please use Ubuntu main rootfs, the tiny rootfs doesn't include enough packages.

Please prepare a SD card, then deploy SD card with the following commands.

$ wget https://www.nxp.com/lgfiles/sdk/lsdk2108/flex-installer && chmod +x flex-installer && sudo mv flex-installer /usr/bin

$ flex-installer -i pf -d /dev/sdx
$ flex-installer -i auto -m ls1028ardb -d /dev/sdx

 

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
720件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Please use Ubuntu main rootfs, the tiny rootfs doesn't include enough packages.

Please prepare a SD card, then deploy SD card with the following commands.

$ wget https://www.nxp.com/lgfiles/sdk/lsdk2108/flex-installer && chmod +x flex-installer && sudo mv flex-installer /usr/bin

$ flex-installer -i pf -d /dev/sdx
$ flex-installer -i auto -m ls1028ardb -d /dev/sdx

 

0 件の賞賛
返信
645件の閲覧回数
HingWong
Contributor III

Thank you very much! It works!
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?

@yipingwang 

0 件の賞賛
返信
690件の閲覧回数
HingWong
Contributor III
Thank you very much! It works!
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?
0 件の賞賛
返信