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
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. |
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
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 |
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@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 |
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
# | |
# 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 |
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
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 |
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
# | |
# 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 |
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
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 |
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
# /etc/mdev/conf | |
# Symlinks: | |
# Syntax: %s -> %s | |
MAKEDEV -> ../sbin/MAKEDEV | |
/proc/core -> kcore | |
fd -> /proc/self/fd | |
mcdx -> mcdx0 | |
radio -> radio0 | |
ram -> ram1 |
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
$ cat /etc/modprobe.d/8560w-blacklist.conf | |
blacklist pcspkr | |
blacklist firewire_ohci | |
blacklist firewire_core |
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
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 |
OlderNewer