This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 ) |