From c0aef893c45f3d6a23220fc559260c8a86a58eb0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 25 May 2018 10:19:03 -0600 Subject: [PATCH] Trivial update to a README --- configs/imxrt1050-evk/README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configs/imxrt1050-evk/README.txt b/configs/imxrt1050-evk/README.txt index 5ea13cefb52..5193b1c9fda 100644 --- a/configs/imxrt1050-evk/README.txt +++ b/configs/imxrt1050-evk/README.txt @@ -173,9 +173,19 @@ Configuration sub-directories focused on network-related testing. NOTES: + 1. LED support is disabled because there is a conflict between the LED GPIO and PHY pin usage. + 2. Telnet is enabled. But since both IPv4 and IPv6 are enabled, it + will default to IPv6. That means that to connect a Telnet session + from a PC, you will need to use the IPv6 address which by defaault + is: + + telnet fc00::2 + + Or, disable IPv4 support so that only IPv4 addressing is used. + nsh: Configures the NuttShell (nsh) located at examples/nsh. This NSH