Giovanni: updated some locations of items authored by David St-Onge's avatar David St-Onge
...@@ -184,4 +184,8 @@ Action=org.freedesktop.upower.*;org.freedesktop.consolekit.system.*;org.freedesk ...@@ -184,4 +184,8 @@ Action=org.freedesktop.upower.*;org.freedesktop.consolekit.system.*;org.freedesk
ResultAny=yes ResultAny=yes
ResultInactive=no ResultInactive=no
ResultActive=yes ResultActive=yes
``` ```
\ No newline at end of file
## To use an XBee module on the TK1
The kernel module ftdio_sio isn't part of the TK1 kernel built, so you have to either recompile the kernel modules from their sources or use the pre-compile module and place it in /lib/modules/3.10.40/kernel/drivers/usb/serial/. Then you must add a rule to allow any user to use the usb port in /etc/udev/rules.d/55-tegraserial.rules: KERNEL=="ttyUSB0", MODE="0666". Finally it's better to force the ftdi module to load at boot by putting it in /etc/modules list file.
\ No newline at end of file