Hardware Reference
In-Depth Information
Discussion
You can copy and run a.out on the Bone with the following commands:
host$ scp a.out root@192.168.7.2:.
a.out 100% 8422 8.2KB/s 00:00
host$ ssh root@192.168.7.2 ./a.out
Hello, World!
The first line copies a.out to the home directory of root on the Bone at 192.168.7.2 .
The second line runs a.out on the Bone.
Search WWH ::




Custom Search