5.1 Setup
The test setup consists of the following components:
- Node 1 (Server): SAM E54 Curiosity Ultra Development Board with EVB-LAN8670-RMII connected
- Node 2 (Client): SAM E54 Curiosity Ultra Development Board with EVB-LAN8670-RMII connected
- Prepare a two-node setup as shown
below.
- To configure and prepare Node 2, follow the steps as described in sections Configure LAN8670 Support on SAM E54 Curiosity Ultra Development Board, Build the Application and chapter Flash the Target Platform.
In addition:
- Change the MAC address and PLCA node Id in the same54_xpro.dts file, see table below.
- Make the below changes for IPV6_ADDR,
PEER_IPV6_ADDR, IPV4_ADDR and PEER_IPV4_ADDR in the prj.conf file as shown in
the figure below.
Local MAC address and Ipv4 address values as well as the PLCA node Id for both nodes are
listed in the table below.
Node 1 (Server) | Node 2 (Client) |
---|---|
local-mac-address = [04 05 06 01 02 03]; | local-mac-address = [07 08 09 04 05 06]; |
Ipv4 address: 192.0.2.1 | Ipv4 address: 192.0.2.2 |
plca-node-id = <0>; | plca-node-id = <1>; |