'ODROID'

Some stuff about GNU/Linux on ODROID-C2. The purpose is to adapt the Epeios software components to an ARM 64 bits architecture, the 32 bits one is already supported thanks to my Nokia N900.

Installation

I choose odrobian : http://oph.mdrjr.net/odrobian/doc/getting-started.html. The following procedure is for Windows.

GPIO

C/C++

This also installs the gpio command!

Python

https://wiki.odroid.com/odroid-c2/application_note/gpio/wiringpi

Package name for the python package manager (pip): python-pip.

GPIO 7 switching back to IN mode

https://forum.odroid.com/viewtopic.php?t=31945

Add following to /etc/modprobe.d/blacklist.conf:

# Prevents the GPIO 7 to switching automatically back to IN mode.
blacklist w1_gpio
blacklist wire

Streaming a camera