Skip to content

Commit

Permalink
projects: apard32690: Documentation update
Browse files Browse the repository at this point in the history
Update the README document in order to include that the IP settings are
printed over the serial connection during the LWIP initialization.

Signed-off-by: Brandon Hurst <[email protected]>
Signed-off-by: Ciprian Regus <[email protected]>
  • Loading branch information
CiprianRegus authored and buha committed May 13, 2024
1 parent bb3dc54 commit 9ae3117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/apard32690/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The project includes 2 different examples:
This example is meant to print "Hello world" over UART0. Make sure to have jumpers in the position 2-3 on headers P50 and P55.

2. tcp_echo_server (selected by default) - may be selected by setting the APARD32690_ECHO_SERVER_EXAMPLE = y (and all the other examples to n) in the main Makefile.
This will start a TCP server using the interface ADIN1110 is connected to (IP: 169.254.97.40 port: 10000). It will reply back to the connected client with the
characters it receives.
This will start a TCP server using the interface ADIN1110 is connected to (the default settings are IP: 169.254.97.40 port: 10000). It will reply back to the connected client with the
characters it receives. The actual IP address, netmask, and gateway used at runtime are printed on the serial port connected through the debug adapter.

The host running the client may require network settings in order to communicate with a device using the 169.254.97.40 IP. These usually include adding a static route
for the said IP address.
Expand Down

0 comments on commit 9ae3117

Please sign in to comment.