Beagleboard talk:Terminal Shells

From eLinux.org
Jump to: navigation, search

Contents

Thread titleRepliesLast modified
other more unix-y ways to connect000:51, 4 March 2015
required linux modules014:56, 7 January 2014

other more unix-y ways to connect

one can use "screen"

     screen /dev/ttyACM0

or microcom

     sudo busybox microcom -t 5000 /dev/ttyACM0
00:51, 4 March 2015

required linux modules

In order to use the ethernet-over-USB connection to connect to 192.168.7.2 your kernel must have the rndis_host module (Drivers / Network device support / USB Network Adapters / Host for RNDIS and ActiveSync devices). While most canned linux distributions include this module, trimmed-down kernels can be lacking this. Without it, you'll never get the ethernet device you need.

14:56, 7 January 2014