From 3286fd69fe870ee8eaf0ba3f91d6b84aaf7bfae8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 30 Jun 2014 17:52:59 -0600 Subject: [PATCH] Cosmetic changes, updates to README files, updates to some comments --- configs/sama5d4-ek/README.txt | 14 +++++++++++--- configs/viewtool-stm32f107/README.txt | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/configs/sama5d4-ek/README.txt b/configs/sama5d4-ek/README.txt index 7d3c4e8584..8dde9120dd 100644 --- a/configs/sama5d4-ek/README.txt +++ b/configs/sama5d4-ek/README.txt @@ -3355,9 +3355,17 @@ Configurations If these behaviors are a problem for you, then you may want to disable HSMCI0 as well. - 9. Networking support via the can be added to NSH by modifying the - configuration. See the "Networking" section above for detailed - configuration settings. + 9. Networking is supported via EMAC0. See the "Networking" section + above for detailed configuration settings. DHCP is not used in + this configuration; rather, a hard-coded IP address of 10.0.0.2 is + used with a netmask of 255.255.255.0. The host is assumed to be + 10.0.0.1 in places. You can reconfigure to enabled DHCPC or to + change these addresses as you see fit. + + Since networking is enabled, you will see some boot-up delays until + the network connection is established. These delays can be quite + large if no network is attached (A production design would bring up + the network asynchronously to avoid these start up delays). 10. The SAMA5D4-EK includes for an AT25 serial DataFlash. That support is NOT enabled in this configuration. Support for that serial FLASH can diff --git a/configs/viewtool-stm32f107/README.txt b/configs/viewtool-stm32f107/README.txt index 7b863fdf8a..fec00aa26d 100644 --- a/configs/viewtool-stm32f107/README.txt +++ b/configs/viewtool-stm32f107/README.txt @@ -592,7 +592,7 @@ Configurations 3. Since networking is enabled, you will see some boot-up delays when the network connection is established. These delays can be quite - large is no network is attached (A production design to bring up the + large if no network is attached (A production design to bring up the network asynchronously to avoid these start up delays). 4. This configuration uses the default USART1 serial console. That