Cosmetic changes, updates to README files, updates to some comments
This commit is contained in:
parent
1bfcf7b764
commit
3286fd69fe
@ -3355,9 +3355,17 @@ Configurations
|
|||||||
If these behaviors are a problem for you, then you may want to
|
If these behaviors are a problem for you, then you may want to
|
||||||
disable HSMCI0 as well.
|
disable HSMCI0 as well.
|
||||||
|
|
||||||
9. Networking support via the can be added to NSH by modifying the
|
9. Networking is supported via EMAC0. See the "Networking" section
|
||||||
configuration. See the "Networking" section above for detailed
|
above for detailed configuration settings. DHCP is not used in
|
||||||
configuration settings.
|
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
|
10. The SAMA5D4-EK includes for an AT25 serial DataFlash. That support is
|
||||||
NOT enabled in this configuration. Support for that serial FLASH can
|
NOT enabled in this configuration. Support for that serial FLASH can
|
||||||
|
@ -592,7 +592,7 @@ Configurations
|
|||||||
|
|
||||||
3. Since networking is enabled, you will see some boot-up delays when
|
3. Since networking is enabled, you will see some boot-up delays when
|
||||||
the network connection is established. These delays can be quite
|
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).
|
network asynchronously to avoid these start up delays).
|
||||||
|
|
||||||
4. This configuration uses the default USART1 serial console. That
|
4. This configuration uses the default USART1 serial console. That
|
||||||
|
Loading…
Reference in New Issue
Block a user