调整分区大小
This commit is contained in:
parent
6d51adb4db
commit
ab5d68b616
|
@ -53,13 +53,13 @@ size = 16
|
||||||
|
|
||||||
[partition]
|
[partition]
|
||||||
name = rootfs
|
name = rootfs
|
||||||
size = 4864
|
size = 14336
|
||||||
downloadfile = "rootfs.fex"
|
downloadfile = "rootfs.fex"
|
||||||
user_type = 0x8000
|
user_type = 0x8000
|
||||||
|
|
||||||
[partition]
|
[partition]
|
||||||
name = extend
|
name = extend
|
||||||
size = 11264
|
size = 2048
|
||||||
downloadfile = "usr.fex"
|
downloadfile = "usr.fex"
|
||||||
user_type = 0x8000
|
user_type = 0x8000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue