How to implement bridge command

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to implement bridge command

跳至解决方案
709 次查看
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 解答
648 次查看
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 回复数
649 次查看
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 项奖励
回复
574 次查看
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 项奖励
回复
619 次查看
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 项奖励
回复