Skip to content

Commit

Permalink
Adds note about the kernel version for CHIP
Browse files Browse the repository at this point in the history
- The current ChipAdaptor will only support OS 4.3 because of the
GPIO pin mapping.

See http://docs.getchip.com/chip.html#gpio for more details.

Signed-off-by: Warren Fernandes <[email protected]>
  • Loading branch information
wfernandes committed Nov 21, 2016
1 parent 0cb944f commit 17c6a16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platforms/chip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The [CHIP](http://www.getchip.com/) is a small, inexpensive ARM based single board computer, with many different IO interfaces available on the [pin headers](http://docs.getchip.com/#pin-headers).

The current ChipAdaptor will only work with CHIP devices running OS 4.3.
This is because of the change in the GPIO expander pins between kernel
versions OS 4.3 vs. OS 4.4. See [here](http://docs.getchip.com/chip.html#gpio) for more details.

For documentation about the CHIP platform click [here](http://docs.getchip.com/).

## How to Install
Expand Down

0 comments on commit 17c6a16

Please sign in to comment.