Difference between revisions of "TWS Set Up Guide"

From Tuxamito
Jump to: navigation, search
Line 1: Line 1:
 +
== Base System ==
 +
Install the Raspbian image (this tutorial is based on 2014-12-24).
 +
 +
During first boot, with raspi-config or manually enable i2c and spi.
 +
 +
 
Enable daemon:
 
Enable daemon:
 +
 
echo 1 > /sys/module/i2c_bcm2708/parameters/combined
 
echo 1 > /sys/module/i2c_bcm2708/parameters/combined
 +
 
tws
 
tws

Revision as of 22:31, 2 January 2015

Base System

Install the Raspbian image (this tutorial is based on 2014-12-24).

During first boot, with raspi-config or manually enable i2c and spi.


Enable daemon:

echo 1 > /sys/module/i2c_bcm2708/parameters/combined

tws