Difference between revisions of "TWS Set Up Guide"

From Tuxamito
Jump to: navigation, search
 
Line 1: Line 1:
 
== Base System ==
 
== Base System ==
 
Install the Raspbian image (this tutorial is based on 2014-12-24).
 
Install the Raspbian image (this tutorial is based on 2014-12-24).
 +
 +
sudo dpkg-reconfigure locales
  
 
During first boot, with raspi-config or manually enable i2c and spi.
 
During first boot, with raspi-config or manually enable i2c and spi.

Latest revision as of 12:22, 8 January 2015

Base System

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

sudo dpkg-reconfigure locales

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


Enable daemon:

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

tws