Skip to content

Instantly share code, notes, and snippets.

View bradfa's full-sized avatar
⚔️

Andrew Bradford bradfa

⚔️
View GitHub Profile
@bradfa
bradfa / 0001-Moved-BUILD-s-def-in-.bashrc-from-7.3-to-6.3.patch
Created December 21, 2010 22:14
0001-Moved-BUILD-s-def-in-.bashrc-from-7.3-to-6.3.patch
From 70b934146da085a59d1dc4b2135595e3b99378ef Mon Sep 17 00:00:00 2001
From: Andrew Bradford <bradfa@gmail.com>
Date: Mon, 24 Jan 2011 19:25:00 -0500
Subject: [PATCH] Move BUILD storage into .bashrc from 7.3 to 6.3
BUILD gets defined in section 6.3 but doesn't get stored into clfs
user's .bashrc until section 7.3. If the clfs user logs out between
these two, the BUILD variable won't be kept.
This fixes that. Now BUILD gets stored in .bashrc right after it
gets defined the first time.
@bradfa
bradfa / BeagleBoard-xM Boot
Created January 12, 2011 23:42
Booting the BeagleBoard-xM
Texas Instruments X-Loader 1.4.4ss (Aug 19 2010 - 02:49:27)
Beagle xM Rev A
Reading boot sector
Loading u-boot.bin from mmc
U-Boot 2010.03-dirty (Aug 20 2010 - 20:50:46)
OMAP3630/3730-GP ES2.0, CPU-OPP2, L3-165MHz,
OMAP3 Beagle board + LPDDR/NAND
@bradfa
bradfa / fstab
Created January 25, 2011 00:46
BeagleBoard-xM /etc/fstab
root@beagleboard:~# cat /etc/fstab
# stock fstab - you probably want to override this with a machine specific one
rootfs / auto defaults 1 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
usbfs /proc/bus/usb usbfs defaults 0 0
tmpfs /var/volatile tmpfs defaults 0 0
tmpfs /dev/shm tmpfs mode=0777 0 0
tmpfs /media/ram tmpfs defaults 0 0
@bradfa
bradfa / gist:860171
Created March 8, 2011 11:37
BeagleBoard-xM Stock 2.6.32 Kernel Config
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.32
# Wed Aug 18 15:52:40 2010
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_GENERIC_GPIO=y
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CLOCKEVENTS=y
@bradfa
bradfa / gist:869016
Created March 14, 2011 11:28
BeagleBoard-xM 2.6.38-rc8 Kernel Boot - CLFS Embedded Toolchain
Texas Instruments X-Loader 1.4.4ss (Aug 19 2010 - 02:49:27)
Beagle xM Rev A
Reading boot sector
Loading u-boot.bin from mmc
U-Boot 2010.03-dirty (Aug 20 2010 - 20:50:46)
OMAP3630/3730-GP ES2.0, CPU-OPP2, L3-165MHz,
OMAP3 Beagle board + LPDDR/NAND
@bradfa
bradfa / gist:869020
Created March 14, 2011 11:30
BeagleBoard-xM 2.6.38-rc8 Kernel Config
#
# Automatically generated make config: don't edit
# Linux/arm 2.6.38-rc8 Kernel Configuration
# Mon Mar 14 06:52:47 2011
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_HAVE_SCHED_CLOCK=y
CONFIG_GENERIC_GPIO=y
# CONFIG_ARCH_USES_GETTIMEOFFSET is not set
@bradfa
bradfa / gist:874183
Created March 17, 2011 11:29
Successful CLFS Embedded Boot on BeagleBoard-xM
Texas Instruments X-Loader 1.4.4ss (Aug 19 2010 - 02:49:27)
Beagle xM Rev A
Reading boot sector
Loading u-boot.bin from mmc
U-Boot 2010.03-dirty (Aug 20 2010 - 20:50:46)
OMAP3630/3730-GP ES2.0, CPU-OPP2, L3-165MHz,
OMAP3 Beagle board + LPDDR/NAND
@bradfa
bradfa / mdev.conf
Created October 15, 2011 13:19
Old mdev.conf
# /etc/mdev/conf
# Symlinks:
# Syntax: %s -> %s
MAKEDEV -> ../sbin/MAKEDEV
/proc/core -> kcore
fd -> /proc/self/fd
mcdx -> mcdx0
radio -> radio0
ram -> ram1
@bradfa
bradfa / 8560w-blacklist.conf
Created November 26, 2011 15:11
/etc/modprobe.d/8560w-blacklist.conf
$ cat /etc/modprobe.d/8560w-blacklist.conf
blacklist pcspkr
blacklist firewire_ohci
blacklist firewire_core
@bradfa
bradfa / xorg.conf
Created November 30, 2011 13:25
/etc/X11/xorg.conf
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-6: nvidia-auto-select +0+0"
Option "FlatPanelProperties" "DFP-0: Dithering = Enabled; DFP-6: Dithering = Disabled"
SubSection "Display"
Depth 24