126 lines
2.5 KiB
TOML
Executable File
126 lines
2.5 KiB
TOML
Executable File
[pt_table]
|
|
#partition table is 4K in size
|
|
address0 = 0xE000
|
|
address1 = 0xF000
|
|
# If version is 2, It will use dynamic mode.
|
|
version = 2
|
|
|
|
[[pt_entry]]
|
|
type = 16
|
|
name = "Boot2"
|
|
device = 0
|
|
address0 = 0
|
|
size0 = 0xE000
|
|
address1 = 0
|
|
size1 = 0
|
|
# compressed image must set len,normal image can left it to 0
|
|
len = 0
|
|
# If header is 1, it will add the header.
|
|
header = 1
|
|
# If header is 1 and security is 1, It will be encrypted.
|
|
security = 1
|
|
|
|
[[pt_entry]]
|
|
type = 0
|
|
name = "FW"
|
|
device = 0
|
|
address0 = 0x10000
|
|
size0 = 0x200000
|
|
address1 = 0x210000
|
|
size1 = 0x168000
|
|
# compressed image must set len,normal image can left it to 0
|
|
len = 0
|
|
# If header is 1, it will add the header.
|
|
header = 1
|
|
# If header is 1 and security is 1, It will be encrypted.
|
|
security= 1
|
|
|
|
[[pt_entry]]
|
|
type = 10
|
|
name = "mfg"
|
|
device = 0
|
|
address0 = 0x210000
|
|
size0 = 0x168000
|
|
address1 = 0
|
|
size1 = 0
|
|
# compressed image must set len,normal image can left it to 0
|
|
len = 0
|
|
# If header is 1, it will add the header.
|
|
header = 1
|
|
# If header is 1 and security is 1, It will be encrypted.
|
|
security= 1
|
|
|
|
[[pt_entry]]
|
|
type = 2
|
|
name = "media"
|
|
device = 0
|
|
address0 = 0x378000
|
|
size0 = 0x71000
|
|
address1 = 0
|
|
size1 = 0
|
|
# compressed image must set len,normal image can left it to 0
|
|
len = 0
|
|
# If header is 1, it will add the header.
|
|
header = 0
|
|
# If header is 1 and security is 1, It will be encrypted.
|
|
security= 0
|
|
|
|
[[pt_entry]]
|
|
type = 3
|
|
name = "PSM"
|
|
device = 0
|
|
address0 = 0x3E9000
|
|
size0 = 0x8000
|
|
address1 = 0
|
|
size1 = 0
|
|
# compressed image must set len,normal image can left it to 0
|
|
len = 0
|
|
# If header is 1, it will add the header.
|
|
header = 0
|
|
# If header is 1 and security is 1, It will be encrypted.
|
|
security= 0
|
|
|
|
[[pt_entry]]
|
|
type = 4
|
|
name = "KEY"
|
|
device = 0
|
|
address0 = 0x3F1000
|
|
size0 = 0x2000
|
|
address1 = 0
|
|
size1 = 0
|
|
# compressed image must set len,normal image can left it to 0
|
|
len = 0
|
|
# If header is 1, it will add the header.
|
|
header = 0
|
|
# If header is 1 and security is 1, It will be encrypted.
|
|
security= 0
|
|
|
|
[[pt_entry]]
|
|
type = 5
|
|
name = "DATA"
|
|
device = 0
|
|
address0 = 0x3F3000
|
|
size0 = 0x5000
|
|
address1 = 0
|
|
size1 = 0
|
|
# compressed image must set len,normal image can left it to 0
|
|
len = 0
|
|
# If header is 1, it will add the header.
|
|
header = 0
|
|
# If header is 1 and security is 1, It will be encrypted.
|
|
security = 0
|
|
|
|
[[pt_entry]]
|
|
type = 6
|
|
name = "factory"
|
|
device = 0
|
|
address0 = 0x3F8000
|
|
size0 = 0x8000
|
|
address1 = 0
|
|
size1 = 0
|
|
# compressed image must set len,normal image can left it to 0
|
|
len = 0
|
|
# If header is 1, it will add the header.
|
|
header = 0
|
|
# If header is 1 and security is 1, It will be encrypted.
|
|
security= 0 |