![Phytec phyBoard Wega AM335x Application Manual Download Page 94](http://html1.mh-extra.com/html/phytec/phyboard-wega-am335x/phyboard-wega-am335x_application-manual_1554191094.webp)
phyBOARD-Wega AM335x [PB-00802-xxx]
78
©
PHYTEC Messtechnik GmbH 2014 L-792e_1
Check the network settings with following command:
ifup
eth0
devinfo
eth0
The target should return these lines:
..
ipaddr=192.168.3.11
..
netmask=255.255.255.0
..
gateway=192.168.3.10
..
serverip=192.168.3.10
If you need to change something, type:
edit
/env/network/eth0
edit the settings, save them by leaving the editor with
Strg-D
, then type
saveenv
and
reboot the board.
Now we flash the root filesystem type:
ubiformat
/dev/nand0.root
ubiattach
/dev/nand0.root
ubimkvol
/dev/ubi0
root
0
cp
/mnt/tftp/phytec
‐
qt5demo
‐
image
‐
phyboard
‐
wega
‐
am335x
‐
1.ubifs
/dev/ubi0.root
Enter
boot
to boot the phyBOARD-Wega with the new root filesystem.
After the target has successfully finished booting, type
root
to log in.
Now we can test the newly installed editor
nano
by trying to open a file with it.