mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Documentation/bl602: Update some imformation; Add partition.toml in tool/bl602
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
[pt_table]
|
||||
#partition table is 4K in size
|
||||
address0 = 0xE000
|
||||
address1 = 0xF000
|
||||
|
||||
[[pt_entry]]
|
||||
type = 0
|
||||
name = "FW"
|
||||
device = 0
|
||||
address0 = 0x10000
|
||||
size0 = 0x111000
|
||||
address1 = 0x121000
|
||||
size1 = 0xA0000
|
||||
# compressed image must set len,normal image can left it to 0
|
||||
len = 0
|
||||
|
||||
[[pt_entry]]
|
||||
type = 2
|
||||
name = "mfg"
|
||||
device = 0
|
||||
address0 = 0x121000
|
||||
size0 = 0xA0000
|
||||
address1 = 0
|
||||
size1 = 0
|
||||
# compressed image must set len,normal image can left it to 0
|
||||
len = 0
|
||||
|
||||
[[pt_entry]]
|
||||
type = 3
|
||||
name = "factory"
|
||||
device = 0
|
||||
address0 = 0x1C1000
|
||||
size0 = 0x4000
|
||||
address1 = 0
|
||||
size1 = 0
|
||||
# compressed image must set len,normal image can left it to 0
|
||||
len = 0
|
||||
|
||||
# for user
|
||||
[[pt_entry]]
|
||||
type = 4
|
||||
name = "chipdef"
|
||||
device = 0
|
||||
address0 = 0x1C5000
|
||||
size0 = 0x3B000
|
||||
address1 = 0
|
||||
size1 = 0
|
||||
# compressed image must set len,normal image can left it to 0
|
||||
len = 0
|
||||
|
||||
Reference in New Issue
Block a user