|
Posted at 7/27/2015 09:45:33
Only Author
5#
Last edited by busybee In 7/27/2015 09:46 Editor
The content of recovery partition is Linux Kernel with initramfs.
The parameter partition (flashed with parameter image, a wrapper for parameter file) contains the partition info,
which is loaded by U-Boot and passed to kernel as command line parameter.
You can see the kernel command line parameter by:
$ cat /proc/cmdline
then the partition info within the command line is parsed and hence paritions are created.
Therefore, if you need to change the parition, just modify parameter file and flash it back to the storage.
|
|