Difference between revisions of "TWS Set Up Guide"
(Created page with "sudo update-rc.d twsd defaults") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | sudo | + | == 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 |
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