tree: 0acd10b7387142d627ef313a64a0c3aa8e6c2730 [path history] [tgz]
  1. config/
  2. meta/
  3. src/
  4. BUILD.gn
  5. README.md
src/firmware/fastboot-tcp/README.md

fastboot-tcp

A component that implements fastboot over tcp protocol.

The component is under construction and not ready for use.

Building

To add this component to your build, append --with-base src/firmware/fastboot-tcp to the fx set invocation.

Running

Use ffx component run to launch this component into a restricted realm for development purposes:

$ ffx component run /core/ffx-laboratory:fastboot-tcp fuchsia-pkg://fuchsia.com/fastboot-tcp#meta/fastboot_tcp.cm

Testing

Unit tests for fastboot-tcp are available in the fastboot-tcp-tests package.

$ fx test fastboot-tcp-tests