IIO kernel driver model

From ArmadeusWiki
Revision as of 10:20, 26 February 2015 by FabienM (Talk | contribs) (New page: Category:Kernel {{Under_Construction}} == Introduction == Industrial IO is a (relatively) new Linux driver model used to access ADC and DAC chip. This page aim to describe the inter...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Page under construction... Construction.png Informations on this page are not guaranteed !!

Introduction

Industrial IO is a (relatively) new Linux driver model used to access ADC and DAC chip. This page aim to describe the interfaces and how to use it on APF*. The apf used for the experiments is APF6_SP.

iio

Kernel configuration

  • Configure kernel with :
$ make linux-menuconfig
  • then select :
Device Drivers  --->
    <*> Industrial I/O support  --->
          --- Industrial I/O support
          [ ]   Enable buffer support within IIO (NEW)
          [ ]   Enable triggered sampling support (NEW)
                Accelerometers  --->
                Analog to digital converters  --->
                Amplifiers  --->
                Hid Sensor IIO Common  ----
                Digital to analog converters  --->
                Frequency Synthesizers DDS/PLL  --->
                Digital gyroscope sensors  --->
                Humidity sensors  --->
                Inertial measurement units  --->
                Light sensors  --->
                Magnetometer sensors  --->
                Inclinometer sensors  ----
                Pressure sensors  --->
                Lightning sensors  --->
                Temperature sensors  --->


Links