fix: use stable by-id path for dongle, add flashing docs, BL706 firmware v1.00.01
This commit is contained in:
@@ -0,0 +1,83 @@
|
||||
[pt_table]
|
||||
#partition table is 4K in size
|
||||
address0 = 0x1000
|
||||
address1 = 0x2000
|
||||
|
||||
[[pt_entry]]
|
||||
type = 0
|
||||
name = "FW"
|
||||
device = 0
|
||||
address0 = 0x3000
|
||||
size0 = 0x127000
|
||||
address1 = 0x12A000
|
||||
size1 = 0xCE000
|
||||
# compressed image must set len,normal image can left it to 0
|
||||
len = 0
|
||||
activeindex = 0
|
||||
age = 0
|
||||
|
||||
[[pt_entry]]
|
||||
type = 1
|
||||
name = "mfg"
|
||||
device = 0
|
||||
address0 = 0x12A000
|
||||
size0 = 0xCE000
|
||||
address1 = 0
|
||||
size1 = 0
|
||||
# compressed image must set len,normal image can left it to 0
|
||||
len = 0
|
||||
activeindex = 0
|
||||
age = 0
|
||||
|
||||
[[pt_entry]]
|
||||
type = 2
|
||||
name = "PSM"
|
||||
device = 0
|
||||
address0 = 0x1F8000
|
||||
size0 = 0x2000
|
||||
address1 = 0
|
||||
size1 = 0
|
||||
# compressed image must set len,normal image can left it to 0
|
||||
len = 0
|
||||
activeindex = 0
|
||||
age = 0
|
||||
|
||||
[[pt_entry]]
|
||||
type = 3
|
||||
name = "backup"
|
||||
device = 0
|
||||
address0 = 0x1FA000
|
||||
size0 = 0x1000
|
||||
address1 = 0
|
||||
size1 = 0
|
||||
# compressed image must set len,normal image can left it to 0
|
||||
len = 0
|
||||
activeindex = 0
|
||||
age = 0
|
||||
|
||||
[[pt_entry]]
|
||||
type = 4
|
||||
name = "media"
|
||||
device = 0
|
||||
address0 = 0x1FB000
|
||||
size0 = 0x4000
|
||||
address1 = 0
|
||||
size1 = 0
|
||||
# compressed image must set len,normal image can left it to 0
|
||||
len = 0
|
||||
activeindex = 0
|
||||
age = 0
|
||||
|
||||
[[pt_entry]]
|
||||
type = 5
|
||||
name = "factory"
|
||||
device = 0
|
||||
address0 = 0x1FF000
|
||||
size0 = 0x1000
|
||||
address1 = 0
|
||||
size1 = 0
|
||||
# compressed image must set len,normal image can left it to 0
|
||||
len = 0
|
||||
activeindex = 0
|
||||
age = 0
|
||||
|
||||
Reference in New Issue
Block a user