mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
Documentation for MTD.
This commit is contained in:
parent
ecc03b1980
commit
cae5a30a21
@ -3,7 +3,7 @@
|
|||||||
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
|
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
|
||||||
alink="#FF0000">
|
alink="#FF0000">
|
||||||
|
|
||||||
<center>$Id: index.html,v 1.91 2002/03/04 02:07:24 freesource Exp $</center>
|
<center>$Id: index.html,v 1.92 2002/03/04 02:21:09 freesource Exp $</center>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
@ -353,6 +353,63 @@ filesystem. Append with ubd?=.</p>
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
<u>MTD Emulator</u>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
"On or Off" Turn MTD emulation on or off.
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
"mtdram" Use memory to emulate test mtd device.
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
"blkmtd" Use block device to emulate test mtd device.
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
"total size" Choose the total size for the mtd device.
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
"erasure size" Choose the erasure size for the mtd device.
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li>Choose a filesystem type which corresponds with the root filesystem image.
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
Default sizes are chosen for mtdram's memory (mem) and
|
||||||
|
ramdisk size (ramdisk_size) requirements, and blkmtd's memory requirements.
|
||||||
|
These can be altered by passing the appropriate option to the
|
||||||
|
kernel.
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
Runlevels are determined in this order: mtd_init parameter
|
||||||
|
passed as a user option, runlevel passed as a user option,
|
||||||
|
root filesystem's /etc/inittab's initdefault, or the default of <em>/sbin/init 2</em>.
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
mtd_init=[Kernel start-up parameter]
|
||||||
|
<br>
|
||||||
|
example: mtd_init=/bin/bash
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<u>Lower Button Bar</u>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
"Reboot" Passes the reboot command to the mconsole to reboot the
|
"Reboot" Passes the reboot command to the mconsole to reboot the
|
||||||
Linux virutal machine.
|
Linux virutal machine.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user