Project

General

Profile

Statistics
| Branch: | Revision:

root / scout_gumstix / README @ c0b686d7

History | View | Annotate | Download (429 Bytes)

1 83163372 Tom Mullins
etc/ contains various configuration files that should go into /etc/ on the
2
Gumstix. etc/hostname and etc/hosts have "scout1" in them, which should be
3
replaced with a unique name for each scout.
4
5
encoder/ contains the source code for a kernel module which must be built on
6
the Gumstix. It provides /dev/encN with 0 <= N < 4. Count value are signed
7
integers. Examples:
8
$ cat /dev/enc0
9
104522
10
$ echo 0 > /dev/enc0
11
$ cat /dev/enc0
12
0