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
So, what additional software do I need to install to support the bridge command?
Solved! Go to Solution.
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
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
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?