-
-
Notifications
You must be signed in to change notification settings - Fork 156
Installation (Odroid C2)
Setup wiringPi according manual
To find out wiring PINS, run command, and look for column Physical for pin numbers:
gpio readall
Following pins are used in SIP:
relay_pins = [11,12,13,15,16,18,22,24,26,29,31,32,33,35,36]
It was decided to keep Odroid-C2 specific code separately from main code (branch odroid-c2), so in order to use SIP on Odroid board, you need to checkout odroid-c2 branch instead of master.
- Follow general installation Wiki steps.
- Additional steps after you clone repository and change to SIP directory:
git checkout odroid-c2
Then proceed setup as in original wiki page.
Note: default systemd startup script will not work if you install SIP under root user. You have to fix it manually (edit file sip.service, change paths)
Once up and running SIP, you need to install relay board plugin. Plugin manager will fetch general version of relay plugin which is not adopted to work with Odroid-C2. So, after installing plugin, you will need to:
- manually download relay board plugin from here: here and copy it to SIP/plugins/ folder.
- Restart SIP.