mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 10:38:40 +08:00
53fdfa68b9
All of the tools listed on the original documentation are now given their own individual doc pages. This makes it much easier to cross-reference them from other documentation locations (as many are used in CI/for specific architectures) and it also makes it easier for users to digest the information. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
20 lines
601 B
ReStructuredText
20 lines
601 B
ReStructuredText
=============
|
|
``netusb.sh``
|
|
=============
|
|
|
|
Helper script used to set up the CDC ECM Ethernet Over USB driver,
|
|
host routes, and IP Tables rules to support networking with a NuttX
|
|
system that has a CDC ECM Ethernet Over USB driver configured. Only
|
|
supported on Linux.
|
|
|
|
General usage:
|
|
|
|
.. code:: console
|
|
|
|
$ ./tools/netusb.sh
|
|
Usage: tools/netusb.sh <main-interface> <usb-net-interface> <on|off>
|
|
|
|
This has been tested on the SAMA5D3-Xplained board; see
|
|
`Documentation/platforms/arm/sama5/boards/sama5d3-xplained/README.txt`
|
|
for more information on how to configure the CDC ECM driver for that board.
|