Skip to content

Instantly share code, notes, and snippets.

View pdp7's full-sized avatar
💭
Linux on RISC-V

Drew Fustini pdp7

💭
Linux on RISC-V
View GitHub Profile
@pdp7
pdp7 / bbb rcn bb-kernel linux 4.1
Created November 2, 2015 05:37 — forked from bonnieking/bbb rcn bb-kernel linux 4.1
bbb rcn bb-kernel linux 4.1
[bonniek@featherfall bb-kernel]$ ./build_kernel.sh
+ Detected build host ["Fedora release 22 (Twenty Two)"]
+ host: [x86_64]
+ git HEAD commit: [c674bb1cd71beb7e6a24dc2255f71bf50ca94597]
RPM distro version: [22]
Installing:
-----------------------------
--2015-10-31 16:04:59-- https://releases.linaro.org/15.05/components/toolchain/binaries/arm-linux-gnueabihf/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf.tar.xz
Resolving releases.linaro.org (releases.linaro.org)... 54.225.141.114
Connecting to releases.linaro.org (releases.linaro.org)|54.225.141.114|:443... connected.
@pdp7
pdp7 / bbb rcn bb-kernel linux 4.3
Created November 2, 2015 05:38 — forked from bonnieking/bbb rcn bb-kernel linux 4.3
bbb rcn bb-kernel linux 4.3
############################################################
[bonniek@featherfall bb-kernel-v2]$ git checkout am33x-v4.3
Already on 'am33x-v4.3'
Your branch is up-to-date with 'origin/am33x-v4.3'.
[bonniek@featherfall bb-kernel-v2]$ cat .git/cop
cat: .git/cop: No such file or directory
[bonniek@featherfall bb-kernel-v2]$ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
@pdp7
pdp7 / bbb rcn bb-kernel am33x-v3.8: part 2
Created November 2, 2015 05:38 — forked from bonnieking/bbb rcn bb-kernel am33x-v3.8: part 2
bbb rcn bb-kernel am33x-v3.8: part 2
[bonniek@featherfall KERNEL]$ git diff
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index a0c757a..fbbb7cc 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -15,6 +15,8 @@ config SH_MIPI_DSI
config SH_LCD_MIPI_DSI
bool
+source "drivers/video/fbtft/Kconfig"
@pdp7
pdp7 / bbb rcn bb-kernel am33x-v3.8: part 1
Last active November 18, 2015 21:52 — forked from bonnieking/bbb rcn bb-kernel am33x-v3.8
bbb rcn bb-kernel am33x-v3.8: part 1
#################################################################
[bonniek@featherfall bb-kernel]$ git checkout am33x-v3.8
Already on 'am33x-v3.8'
Your branch is up-to-date with 'origin/am33x-v3.8'.
[bonniek@featherfall bb-kernel]$
[bonniek@featherfall bb-kernel]$ ./build_kernel.sh
+ Detected build host ["Fedora release 22 (Twenty Two)"]
+ host: [x86_64]
@pdp7
pdp7 / lighthouse ps
Created December 14, 2015 17:55 — forked from bonnieking/lighthouse ps
lighthouse ps
outernet@outernet:~$ ps -ef
PID USER COMMAND
1 root init
2 root [kthreadd]
3 root [ksoftirqd/0]
5 root [kworker/0:0H]
6 root [kworker/u4:0]
7 root [migration/0]
8 root [rcu_preempt]
9 root [rcu_bh]
Welcome to minicom 2.7
OPTIONS: I18n
Compiled on Aug 17 2014, 17:46:40.
Port /dev/ttyUSB0, 23:10:00
Press CTRL-A Z for help on special keys
Password:
@pdp7
pdp7 / bbb_emmc_boot.txt
Created December 14, 2015 17:56 — forked from bonnieking/bbb_emmc_boot.txt
bbb booot
Welcome to minicom 2.3
OPTIONS: I18n
Compiled on Nov 23 2010, 13:27:13.
Port /dev/ttyUSB1
Press CTRL-A Z for help on special keys
@pdp7
pdp7 / lighthouse notes 2015-12-14
Created December 14, 2015 17:55 — forked from bonnieking/lighthouse notes 2015-12-14
lighthouse notes 2015-12-14
########################################################################
root@outernet:~# find /sys |grep bcm
/sys/bus/sdio/drivers/bcmsdh_sdmmc
/sys/bus/sdio/drivers/bcmsdh_sdmmc/bind
/sys/bus/sdio/drivers/bcmsdh_sdmmc/sdio:0001:1
/sys/bus/sdio/drivers/bcmsdh_sdmmc/sdio:0001:2
/sys/bus/sdio/drivers/bcmsdh_sdmmc/uevent
/sys/bus/sdio/drivers/bcmsdh_sdmmc/unbind
root@outernet:~# find /sys -type f |grep broadcm
// Copyright (C) 2011 - Texas Instruments, Jason Kridner
//
var fs = require('fs');
var child_process = require('child_process');
var http = require('http');
var url = require('url');
var path = require('path');
var winston = require('winston');
var b = require('../bonescript');
var socketio = require('socket.io');
// Copyright (C) 2011 - Texas Instruments, Jason Kridner
//
var fs = require('fs');
var child_process = require('child_process');
var http = require('http');
var url = require('url');
var path = require('path');
var winston = require('winston');
var b = require('../bonescript');
var socketio = require('socket.io');