﻿Install AAEON ACPI EC SMBus Module 
==================================

Jun 15, 2018

Contents
========

	- In This Release
	- Quick Install
	- HOW-TO Access


In This Release
===============

This is the AAEON SMBus driver released for EC. 
This release provide 1 ways to access AAEON ACPI EC SMBus module:

   AAEON_DRIVER:

   To access AAEON ACPI EC SMBus module through AAEON driver. 
   AAEON driver(sbshc.ko) is available in bin sub-directory after make.
   This driver is only supported as a loadable module at this time.  AAEON is
   not supplying patches against the kernel source to allow for static linking
   of the driver. 


Quick Install
=============
1. Check i2c bus driver

	$lsmod |grep i2c_dev
	i2c_dev 16384 0


Note: If the screen shows i2c_dev please install ec-i2c driver by Step3. Otherwise, please
execute Step2 first.

2. Excute the script install_i2cdev.sh to install i2c bus driver

    $ chmod +x install_i2cdev.sh
    $ sudo ./install_i2cdev.sh


3. Excute the script install.sh to install ec i2c device driver

	$ chmod +x ./install.sh
	$ sudo ./install.sh
	


HOW-TO Access
=============

You can use i2c-tools to access SMBus on EC.

	$ sudo apt-get install i2c-tools
	$ sudo i2cdetect -l

	ex:
		i2c-7   smbus           SMBus EC adapter ACPI SMBus HC               SMBus adapter

 
