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] microcode: CPU0 microcode updated early to revision 0x1b, date = 2014-05-29 | |
[ 0.000000] Initializing cgroup subsys cpuset | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Initializing cgroup subsys cpuacct | |
[ 0.000000] Linux version 4.2.3-200.fc22.x86_64 ([email protected]) (gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC) ) #1 SMP Thu Oct 8 03:23:55 UTC 2015 | |
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.2.3-200.fc22.x86_64 root=/dev/mapper/vg_featherfall-lv_root ro rd.md=0 rd.lvm.lv=vg_featherfall/lv_swap KEYTABLE=us SYSFONT=True rd.luks=0 LANG=en_US.UTF-8 rd.lvm.lv=vg_featherfall/lv_root rd.dm=0 | |
[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' |
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
[bonniek@featherfall orx86]$ pkill ondd-x86_64 | |
[bonniek@featherfall orx86]$ ./ondd-x86_64 | |
01:36:30.736 [main] Unable to load config: /etc/ondd.conf (null) | |
01:36:30.737 [main] v2.0.0 | |
01:36:30.751 [main] thread exception: bind() failed: (98) Address already in use | |
[bonniek@featherfall orx86]$ sudo ./ondd-x86_64 | |
[sudo] password for bonniek: | |
01:36:39.355 [main] Unable to load config: /etc/ondd.conf (null) | |
01:36:39.356 [main] v2.0.0 | |
01:36:39.415 [main] tuning to 0 Mhz 0 KSym |
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
diff --git a/drivers/media/dvb-frontends/ds3000.c b/drivers/media/dvb-frontends/ds3000.c | |
index 9d0d034..6cc9d22 100644 | |
--- a/drivers/media/dvb-frontends/ds3000.c | |
+++ b/drivers/media/dvb-frontends/ds3000.c | |
@@ -1,8 +1,8 @@ | |
/* | |
- Montage Technology DS3000 - DVBS/S2 Demodulator driver | |
- Copyright (C) 2009-2012 Konstantin Dimitrov <[email protected]> | |
+ Montage Technology DS3000/TS2020 - DVBS/S2 Demodulator/Tuner driver | |
+ Copyright (C) 2009 Konstantin Dimitrov <[email protected]> |
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
######################################################################## | |
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 |
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
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] |
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
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: |
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
[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. |
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
############################################################ | |
[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 |
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
[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" |
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
################################################################# | |
[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] |
NewerOlder