RDK is an open source framework, it includes two parts.
Hardware drivers, it offers data to user space application and manages hardware.
Support Intel Education Platforms:
Compile needs root privilege:
$su root
Compile driver under driver directory:
$make
Compile functionkeys under functionkeys directory:
$./autogen.sh
$make install
Compile sensord under sensord directory:
$make
$make install
Finally :
$reboot
User space application program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU Lesser General Public License, version 2.1, as published by the Free Software Foundation.
This program is distributed in the hope it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
Driver program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU General Public License, version 2, as published by the Free Software Foundation.
This program is distributed in the hope it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.