How to implement bridge command

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to implement bridge command

Jump to solution
519 Views
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?

Labels (2)
0 Kudos
Reply
1 Solution
458 Views
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

 

View solution in original post

0 Kudos
Reply
3 Replies
459 Views
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 Kudos
Reply
384 Views
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 Kudos
Reply
429 Views
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 Kudos
Reply