[oe-commits] org.oe.dev linux-handhelds-2.6: Record teh fact that flash booting should be done with root=mtdN

pfalcon commit openembedded-commits at lists.openembedded.org
Tue Feb 12 21:16:16 UTC 2008


linux-handhelds-2.6: Record teh fact that flash booting should be done with root=mtdN
* Per discussion on the list, reminding that root=/dev/mtdblockN form is deprecated
(requires mtdblock builtin for the sole purpose of looking up mtd device thru
block layer).
* Add that to generated sample HaRET config - after all, that's the bootloader
with most device coverage, so users of other bootloaders are expected to be
familiar with it still.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 9a8a930122d29384549135ea3382884efdb4000e
ViewMTN: http://monotone.openembedded.org/revision/info/9a8a930122d29384549135ea3382884efdb4000e
Files:
1
packages/linux/linux-handhelds-2.6.inc
Diffs:

#
# mt diff -reeedd7c12d801248e236e657abdb9f0938952b09 -r9a8a930122d29384549135ea3382884efdb4000e
#
# 
# 
# 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