Find the dynamic IP address of a Zynq board with Koheron OS

Last updated: 2023-03-09

Prerequisites

  • The board is connected to your local network via a router.
  • Koheron OS is installed on the board.

If you wish to connect directly the board to the computer setup a direct ethernet connection to the board with a static IP address.

Steps

1. Find the network ID

$ ip addr show | grep -w inet | grep eth
inet 192.168.1.11/24 brd 192.168.1.255 scope global dynamic eth0

The network ID is the broadcast address brd with the parts equal to 255 stripped. Here, the network ID is 192.168.1.

Go to Control Panel > Network and Internet > Network and Sharing Center.

Network and Sharing Center

Click on your connection then click on Details.

IP subnet

The IPv4 address (192.168.1.20) and the IPv4 Subnet Mask (255.255.255.0) gives the network ID. Here, the network ID is 192.168.1.

2. Find the host ID

The host ID is displayed in binary on the 8 LEDs of the board.

ALPHA250 250 MSPS acquisition board LEDs showing the last digit of the IP address
ALPHA250 LEDs showing the last digit of the IP address

Conclusion

The IP address of the board is: 192.168.1.17.

See also

Suggested posts

[email protected]