File tree Expand file tree Collapse file tree 1 file changed +48
-15
lines changed
targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_064B0S2_4343W Expand file tree Collapse file tree 1 file changed +48
-15
lines changed Original file line number Diff line number Diff line change 15
15
"permission" : " enabled" ,
16
16
"control" : " firmware" ,
17
17
"key" : 5 ,
18
- "syscall" : true ,
19
- "mmio" : true ,
20
- "flash" : true ,
21
- "workflash" : true ,
22
- "sflash" : true ,
23
- "sram" : true
18
+ "flash" : true
24
19
},
25
20
"rma" : {
26
21
"permission" : " allowed" ,
59
54
3
60
55
],
61
56
"id" : 0 ,
62
- "launch" : 4 ,
57
+ "launch" : 1 ,
63
58
"monotonic" : 0 ,
64
59
"smif_id" : 0 ,
65
60
"upgrade" : false ,
89
84
8
90
85
],
91
86
"boot_keys" : [
92
- { "kid" : 8 , "key" : " .. /keys/USERAPP_CM4_KEY.json" }
87
+ { "kid" : 8 , "key" : " ./keys/USERAPP_CM4_KEY.json" }
93
88
],
94
- "id" : 4 ,
89
+ "id" : 1 ,
95
90
"monotonic" : 0 ,
96
91
"smif_id" : 0 ,
92
+ "multi_image" : 1 ,
97
93
"upgrade" : true ,
98
94
"version" : " 0.1" ,
99
95
"rollback_counter" : 0 ,
100
96
"encrypt" : false ,
101
- "encrypt_key" : " .. /keys/image-aes-128.key" ,
97
+ "encrypt_key" : " ./keys/image-aes-128.key" ,
102
98
"encrypt_key_id" : 1 ,
103
- "encrypt_peer" : " .. /keys/dev_pub_key.pem" ,
99
+ "encrypt_peer" : " ./keys/dev_pub_key.pem" ,
104
100
"upgrade_auth" : [
105
101
8
106
102
],
107
103
"upgrade_keys" : [
108
- { "kid" : 8 , "key" : " .. /keys/USERAPP_CM4_KEY.json" }
104
+ { "kid" : 8 , "key" : " ./keys/USERAPP_CM4_KEY.json" }
109
105
],
110
106
"resources" : [
111
107
{
112
108
"type" : " BOOT" ,
113
109
"address" : 268435456 ,
114
- "size" : 327680
110
+ "size" : 458752
115
111
},
116
112
{
117
113
"type" : " UPGRADE" ,
118
- "address" : 268763136 ,
119
- "size" : 327680
114
+ "address" : 268894208 ,
115
+ "size" : 458752
116
+ }
117
+ ]
118
+ },
119
+ {
120
+ "boot_auth" : [
121
+ 8
122
+ ],
123
+ "boot_keys" : [
124
+ { "kid" : 8 , "key" : " ./keys/USERAPP_CM4_KEY.json" }
125
+ ],
126
+ "id" : 16 ,
127
+ "monotonic" : 0 ,
128
+ "smif_id" : 0 ,
129
+ "multi_image" : 2 ,
130
+ "upgrade" : true ,
131
+ "version" : " 0.1" ,
132
+ "rollback_counter" : 0 ,
133
+ "encrypt" : false ,
134
+ "encrypt_key" : " ./keys/image-aes-128.key" ,
135
+ "encrypt_key_id" : 1 ,
136
+ "encrypt_peer" : " ./keys/dev_pub_key.pem" ,
137
+ "upgrade_auth" : [
138
+ 8
139
+ ],
140
+ "upgrade_keys" : [
141
+ { "kid" : 8 , "key" : " ./keys/USERAPP_CM4_KEY.json" }
142
+ ],
143
+ "resources" : [
144
+ {
145
+ "type" : " BOOT" ,
146
+ "address" : 269352960 ,
147
+ "size" : 458752
148
+ },
149
+ {
150
+ "type" : " UPGRADE" ,
151
+ "address" : 269811712 ,
152
+ "size" : 458752
120
153
}
121
154
]
122
155
}
You can’t perform that action at this time.
0 commit comments