Skip to content

Instantly share code, notes, and snippets.

View rzr's full-sized avatar
💭
https://purl.org/rzr

Phil Coval rzr

💭
https://purl.org/rzr
View GitHub Profile
@rzr
rzr / Report
Created June 21, 2017 14:44 — forked from akilawickey/Documentation
zebkit packages inside gdp and building process
git clone https://github.com/akilawickey/genivi-dev-platform.git
cd genivi-dev-platform
source init.sh raspberrypi2
cd ..
cd meta-genivi-dev/
wget https://github.com/TizenTeam/meta-genivi-dev/commit/0bdcda664365a04f65a206dc78eb5c4986e4f454.patch
git am -i *.patch
bitbake genivi-dev-platform
@rzr
rzr / fanctrl.sh
Created August 1, 2012 20:16 — forked from florianjacob/fanctrl.sh
fanctrl.sh for LSPRODUO
#!/bin/sh
#
if [ $# -ne 1 ]; then
cat 2>&1 << EOF
##############################################
fanctrl
-------
purpose: adjusts Kurobox fan speed based on supplied argument
author: Mathias Weiersmueller ( matti_at_weiersmuellerdotcom )