The ethernet address of the developer board is the same as its serial number.
The serial number is found on the label on the back of the board.
The developer board has a default IP address (192.36.253.80) that most likely needs to be changed to make the board work on your local network. The board does not support automatic IP setting (e.g DHCP) per default. You need to aquire a unique IP address (ask your network administrator). For the initial setting of the IP address the board needs to be connected to the same network segment as your client.
Use any of the following ways to set the IP address within two minutes after booting the developer board (press the reset button to reboot if you are too late):
ARP and ping from Windows or MS-DOS:
arp -s <IP address> <Ethernet address>
ping <IP address>
arp -s 123.45.67.89 00-40-8c-12-34-56
ping 123.45.67.89
ARP and ping from UNIX or GNU/Linux:
arp -s <IP address> <Ethernet address>
ping <IP address>
Example:
arp -s 123.45.67.89 00:40:8c:12:34:56
ping 123.45.67.89
This sets the IP address temporarily. You must now put the IP address and
subnet mask in a file on the developer board to make it permanent, otherwise
the default IP-address (192.36.253.80) will be set again when the board is
rebooted.
Once the IP address have been set temporarily it can be set permanently using HTTP, telnet or FTP.
HTTP
http://<IP address>/
Example: http://123.45.67.89/
telnet
telnet <IP address>
(e.g. telnet 123.45.67.89).
/etc/network/network.conf using the editor
/bin/easyedit.easyedit /etc/network/network.conf
<ESC> a a
exit
FTP
/etc/network/network.conf
ping <IP Address> (e.g. ping 123.45.67.89).
The file http://developer.axis.com/download/devboard/install-README.txt contains installation instructions for the development environment. Source code is available at http://developer.axis.com/download/devboard/.
Subscribe to the ETRAX developer mailing list by sending an e-mail to majordomo@axis.com with subscribe dev-etrax in the message body.
See http://developer.axis.com/ for
more information.

Part no. 17627 R2