manual/generic/linux/network-basic¶
Description¶
Test if basic board networking features work.
Maintainer¶
OS¶
- ubuntu
- openembedded
Scope¶
- functional
Devices¶
- am64x
Steps to reproduce¶
- Boot the board to console
- run "netstat -an"
- run "ip addr"
- run "route"
- run "ip link set lo up"
- run "route"
- run "ip link set ${INTERFACE} up" default eth0
- run "ip link set ${INTERFACE} down" default eth0
- run "run "${DHCLIENT} ${INTERFACE}"
- run "route"
- run "ping -c 5 ${GATEWAY}"
- run "curl http://samplemedia.linaro.org/MPEG4/big_buck_bunny_480p_MPEG4_MP3_25fps_1600K_short.AVI > manual-output/big-video