You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2020/01/10 10:03:53 UTC

[incubator-nuttx] 19/21: instructions for using the defconfigs

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch pr68
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 8dbdcd951c30f2b23d5cfb0770a9509fc4eeddb1
Author: Adam Feuer <ad...@starcat.io>
AuthorDate: Thu Jan 9 17:30:02 2020 -0800

    instructions for using the defconfigs
---
 boards/arm/sama5/sama5d3-xplained/README.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/boards/arm/sama5/sama5d3-xplained/README.txt b/boards/arm/sama5/sama5d3-xplained/README.txt
index ee7f698..1273b4a 100644
--- a/boards/arm/sama5/sama5d3-xplained/README.txt
+++ b/boards/arm/sama5/sama5d3-xplained/README.txt
@@ -1408,6 +1408,9 @@ USB High-Speed Device
    The latter has a telnetd enabled, so once the system boots, you can issue the telnetd command,
    and then telnet into it from the host.
 
+   To use them, copy them to .config, and run 'make menuconfig' (you don't have to change anything),
+   then save the file. Then run 'make' to make NuttX.
+
    On Linux, a helper script is provided called helpers/netusb-up.sh. This script can be used
    to configure the Linux USB Ethernet Gadget network interface. Once you boot a NuttX system with the
    CDC ECM Ethernet over USB device, the Linux network interface will be added to your system. You should
@@ -1450,7 +1453,10 @@ USB High-Speed Device
            ether 02:00:00:11:22:33  txqueuelen 1000  (Ethernet)
 
    Now that the new interface has an IP address, you can ping the NuttX box at 10.0.0.2
-   (or whatever IP address you configured it to have).
+   (or whatever IP address you configured it to have). If you used the telnet defconfig,
+   you should be able to telnet to the board using:
+
+   $ telnet 10.0.0.2
 
    The helper script also sets up Network Address Translation (NAT) so the NuttX system
    can access the Internet. If that is not what you want, you can remove the iptables