Skip to content

Instantly share code, notes, and snippets.

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

Philippe Coval rzr

💭
https://purl.org/rzr
View GitHub Profile
@rzr
rzr / gist:6d482b4acf4f8e5d31b7135690cd577c
Created October 27, 2023 14:57
RTFACT-29944: debian: Please generate sources manifests for deb-src apt-src
# https://jfrog.atlassian.net/browse/RTFACT-29944
repo="TODO"
repo="$repo-debian"
url="https://TODO.jfrog.io/artifactory/$repo"
user=TODO
COMPONENT=main
DEBIAN_PACKAGE_NAME="TODO"
@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
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4.90-00269-g985fd20-dirty (pcoval@pcoval) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #89 SMP PREEMPT Tue May 27 17:46:57 CEST 2014
[ 0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: sun7i
[ 0.000000] Memory Reserved:
[ 0.000000] SYS : 0x43000000 - 0x4300ffff ( 64 kB)
[ 0.000000] VE : 0x44000000 - 0x48ffffff ( 80 MB)
@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 )