Skip to content
Commit 7a8da4c2 authored by Ben Horgan's avatar Ben Horgan Committed by Davidson Kumaresan
Browse files

buildroot: Add netcat to the busybox build



This gives a light weight way to copy files between the host and
target. This can be used with user networking on the fvp.

An example of its use:
On target # nc -l -p 5555 > hello.txt < /dev/null
On host   $ cat hello.txt | netcat localhost 5555

Signed-off-by: Ben Horgan's avatarBen Horgan <ben.horgan@arm.com>
Change-Id: Ic2f44300ba6c12eb9f6f94c5e2c13e675cfb2c48
parent aabb14d7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment