Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moved udev-rule and added some documentation about it #35

Merged
merged 2 commits into from
Nov 15, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,34 @@
The INGA sensor platform on Contiki-OS.
=======================================

## INGA

[![Build Status](https://jenkins.ibr.cs.tu-bs.de/jenkins/buildStatus/icon?job=inga--develop--cooja)](http://jenkins.ibr.cs.tu-bs.de/jenkins/view/INGA/job/inga--develop--compile/)

INGA is an Open Source Wireless Sensor Node for many different applications.
INGA was developed at IBR as Inexpensive Node for General Applications and became part of many projects.

Current release version: 2.6-20131107

### Requirements
Required packages to be able to programm with recent linux (Debian/Ubuntu) systems:
`make pkg-config avr-libc binutils-avr gcc-avr avrdude libusb-dev libftdi-dev libpopt-dev libudev1 libudev-dev`

To gain write access (to flash INGA) even as regular user, a custom udev rule will change the group of INGAs USB device file every time you connect your INGA. To setup this, simply copy `examples/inga/99-inga-usb.rules` into `/etc/udev/rules.d/`(depending on your configuration you need to modify the group names). This will also make INGA nodes available as `/dev/inga/node-$ID`.

### Flashing process
This is a simple example how compiling and flashing works with contiki:

$ cd examples/hello-world/
$ make TARGET=inga savetarget
$ make hello-world.upload
$ make login

For more information see the INGA project website:

[http://www.ibr.cs.tu-bs.de/projects/inga/](http://www.ibr.cs.tu-bs.de/projects/inga/index.xml?lang=en).
[www.ibr.cs.tu-bs.de/projects/inga/](https://www.ibr.cs.tu-bs.de/projects/inga/index.xml?lang=en).

##Contiki

[![Build Status](https://secure.travis-ci.org/contiki-os/contiki.png)](http://travis-ci.org/contiki-os/contiki)

Expand All @@ -27,4 +45,4 @@ and so on.

For more information, see the Contiki website:

[http://contiki-os.org](http://contiki-os.org)
[http://contiki-os.org](http://contiki-os.org)
File renamed without changes.