[oe-commits] org.oe.dev chumby-kernel: allow booting from USB disks (/dev/sda1)

jluebbe commit openembedded-commits at lists.openembedded.org
Fri Jan 18 05:23:46 UTC 2008


chumby-kernel: allow booting from USB disks (/dev/sda1)

Author: jluebbe at openembedded.org
Branch: org.openembedded.dev
Revision: c105a5583109fdc9a7024e995d269ce7c0b02998
ViewMTN: http://monotone.openembedded.org/revision/info/c105a5583109fdc9a7024e995d269ce7c0b02998
Files:
1
packages/linux/chumby-kernel/defconfig
packages/linux/chumby-kernel_2.6.16-chumby-1.2.bb
Diffs:

#
# mt diff -r7c236f6b6bb9d8147baf2a817b83c0dc2a3a1893 -rc105a5583109fdc9a7024e995d269ce7c0b02998
#
# 
# 
# patch "packages/linux/chumby-kernel/defconfig"
#  from [16c2de032af09ab4f527934bd49762523cb2d3bc]
#    to [e441481afa7cbe13cb1efd4e7002b9688d07bedb]
# 
# patch "packages/linux/chumby-kernel_2.6.16-chumby-1.2.bb"
#  from [e708a8d6cdf7eba6f680a1cd696396adcdab3517]
#    to [11545265005ad661949a73715ea36b89f4bd6235]
# 
============================================================
--- packages/linux/chumby-kernel/defconfig	16c2de032af09ab4f527934bd49762523cb2d3bc
+++ packages/linux/chumby-kernel/defconfig	e441481afa7cbe13cb1efd4e7002b9688d07bedb
@@ -1004,8 +1004,8 @@ CONFIG_USB_MON=y
 #
 # File systems
 #
-# CONFIG_EXT2_FS is not set
-# CONFIG_EXT3_FS is not set
+CONFIG_EXT2_FS=y
+CONFIG_EXT3_FS=y
 # CONFIG_REISERFS_FS is not set
 # CONFIG_JFS_FS is not set
 # CONFIG_FS_POSIX_ACL is not set
============================================================
--- packages/linux/chumby-kernel_2.6.16-chumby-1.2.bb	e708a8d6cdf7eba6f680a1cd696396adcdab3517
+++ packages/linux/chumby-kernel_2.6.16-chumby-1.2.bb	11545265005ad661949a73715ea36b89f4bd6235
@@ -17,13 +17,12 @@ ARCH = "arm"
 
 ARCH = "arm"
 
-#CMDLINE_CONSOLE ?= "ttyS0,115200n8"
-#CMDLINE_ROOT = "root=/dev/slug rootfstype=ext2,jffs2 initrd=0x01000000,10M mem=32M at 0x00000000"
-#CMDLINE_ROOT = "root=/dev/ram0 rw rootfstype=ext2,jffs2 initrd=0x01000000,10M init=/linuxrc mem=32M at 0x00000000"
-#CMDLINE_ROOT = "root=/dev/mtdblock2 rootfstype=jffs2 console=ttyS0,115200 mem=64M"
-#CMDLINE = "${CMDLINE_ROOT} ${CMDLINE_CONSOLE}"
+# Use this CMDLINE for booting from RootFS 1 on the internal flash (22MB)
 CMDLINE = "console=ttyS0,38400 root=/dev/mtdblock5 rootfstype=jffs2 psplash=false"
 
+# Use this CMDLINE for booting from the first partition of an USB disk
+#CMDLINE = "console=ttyS0,38400 root=/dev/sda1 rootfstype=ext2 rootdelay=8 psplash=false"
+
 COMPATIBLE_MACHINE = "chumby"
 
 module_autoload_chumby_accel = "chumby_accel"






More information about the Openembedded-commits mailing list