[oe-commits] org.oe.angstrom-2007.12-stable applied changes from eeedd7c12d801248e236e657abdb9f0938952b09

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Feb 16 17:08:21 UTC 2008


applied changes from eeedd7c12d801248e236e657abdb9f0938952b09
             through 9a8a930122d29384549135ea3382884efdb4000e

linux-handhelds-2.6: Record the fact that flash booting should be done with root=mtdN (PaulS, Koen)

Author: pfalcon at openembedded.org
Branch: org.openembedded.angstrom-2007.12-stable
Revision: f089a35f687cbf8bc0a42317699c7cf8613d36a1
ViewMTN: http://monotone.openembedded.org/revision/info/f089a35f687cbf8bc0a42317699c7cf8613d36a1
Files:
1
packages/linux/linux-handhelds-2.6.inc
Diffs:

#
# mt diff -rf7a8b720428cc080ac55dcf037132f0c79f754e9 -rf089a35f687cbf8bc0a42317699c7cf8613d36a1
#
# 
# 
# patch "packages/linux/linux-handhelds-2.6.inc"
#  from [8a1cbcb3f61f8916215950aabdd338c438d2f8f0]
#    to [2a754a7d66cf1dec3b59ed67417eeb6af7e654a2]
# 
============================================================
--- packages/linux/linux-handhelds-2.6.inc	8a1cbcb3f61f8916215950aabdd338c438d2f8f0
+++ packages/linux/linux-handhelds-2.6.inc	2a754a7d66cf1dec3b59ed67417eeb6af7e654a2
@@ -98,6 +98,11 @@ set cmdline "root=/dev/mmcblk0p2 rootdel
 # 192.168.y.y - Handheld's address
 #set cmdline "root=/dev/nfs nfsroot=192.168.x.x:<nfs_path> ip=192.168.y.y:192.168.x.x:192.168.x.x:255.255.255.0:pda:usb0 console=ttyS0,115200n8 console=tty0"
 
+## Choice 5 - Boot from MTD partition, for devices with lots of flash
+#  to have both WinCE and Linux there. Note the value of root param,
+#  that's how it should be, not "/dev/mtdblockN".
+# set cmdline "root=mtdN console=ttyS0,115200n8 console=tty0"
+
 bootlinux
 EOF
 }






More information about the Openembedded-commits mailing list