The blue done LED should illuminate once the Programmable Logic (PL) has been programmed, then the two middle LED's should illuminate indicating the exchanged bitstream is in use. After this the software should run on the Processor System (PS) and ultimately provide a login prompt via the terminal emulator. The login credentials are as before. Login as root to gain full access rights.
...
PetaLinux 2020.2 avnet-digilent-zedboard-2020_2 /dev/ttyPS0
avnet-digilent-zedboard-2020_2 login:
Check for local area network (LAN) connectivity (ping DHCP server).
root@avnet-digilent-zedboard-2020_2:~# ping 192.168.2.1
PING 192.168.2.1 (192.168.2.1): 56 data bytes
64 bytes from 192.168.2.1: seq=0 ttl=64 time=1.926 ms
...
Check for wide area network (WAN) connectivity (ping Google).
root@avnet-digilent-zedboard-2020_2:~# ping google.com
PING google.com (216.58.210.206): 56 data bytes
64 bytes from 216.58.210.206: seq=0 ttl=114 time=21.701 ms
...
Find out what IP address the DHCP server issued and also what the MAC number is.
root@avnet-digilent-zedboard-2020_2:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0A:35:00:1E:53
inet addr:192.168.2.87 Bcast:192.168.2.255 Mask:255.255.255.0
...