mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-04 19:17:34 +00:00
doc: update partition desc for up2 board
modify partition desc table of up2 board to make it consistent with launch uos script. Signed-off-by: Lei Lu <leix.lu@intel.com> Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
parent
4709554af9
commit
1399f47987
@ -6,9 +6,14 @@
|
|||||||
[base]
|
[base]
|
||||||
# The sequence matters, and the index starts from p1.
|
# The sequence matters, and the index starts from p1.
|
||||||
# The fastboot ABL by default boots from the 2nd partition.
|
# The fastboot ABL by default boots from the 2nd partition.
|
||||||
partitions = sos_rootfs sos_boot data_partition
|
partitions = data_partition sos_boot sos_rootfs
|
||||||
device = auto
|
device = auto
|
||||||
|
|
||||||
|
[partition.data_partition]
|
||||||
|
label = data_partition
|
||||||
|
len = 20000
|
||||||
|
type = linux
|
||||||
|
|
||||||
[partition.sos_boot]
|
[partition.sos_boot]
|
||||||
label = sos_boot
|
label = sos_boot
|
||||||
len = 100
|
len = 100
|
||||||
@ -16,11 +21,6 @@ type = linux
|
|||||||
|
|
||||||
[partition.sos_rootfs]
|
[partition.sos_rootfs]
|
||||||
label = sos_rootfs
|
label = sos_rootfs
|
||||||
len = 4000
|
|
||||||
type = linux
|
|
||||||
|
|
||||||
[partition.data_partition]
|
|
||||||
label = data_partition
|
|
||||||
len = -1
|
len = -1
|
||||||
type = linux
|
type = linux
|
||||||
# ------------------ END MIX-IN DEFINITIONS ------------------
|
# ------------------ END MIX-IN DEFINITIONS ------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user