You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,13 +32,15 @@ To enable matter factory data feature, please append `-mfd` option at end of tar
30
32
31
33
This flash region is divided to two parts:
32
34
33
-
- One is plain text data, such as Vendor ID, Product ID, Serial number and so on.
35
+
- One is plain text data, such as Vendor ID, Product ID, Serial number and so
36
+
on.
34
37
35
-
> For development/test purpose, all data can put in plain text data.
38
+
> For development/test purpose, all data can put in plain text data.
36
39
37
-
- Other is cipher text data, such as private key for device attestation data.
40
+
-Other is cipher text data, such as private key for device attestation data.
38
41
39
-
`Bouffalo Lab` provides hardware security engine to decrypt this part data with **only hardware access** efuse key.
42
+
`Bouffalo Lab` provides hardware security engine to decrypt this part data
43
+
with **only hardware access** efuse key.
40
44
41
45
Current supported data
42
46
@@ -55,168 +59,189 @@ Current supported data
55
59
- Serial Number
56
60
- Unique identifier
57
61
58
-
> Note, it is available to add customer/product own information in factory data, please reference to `bl_mfd.h`/`bl_mfd.c` in SDK and reference generation script [generate_factory_data.py](../../../scripts/tools/bouffalolab/generate_factory_data.py)
62
+
> Note, it is available to add customer/product own information in factory data,
63
+
> please reference to `bl_mfd.h`/`bl_mfd.c` in SDK and reference generation
Script tool [generate_factory_data.py](../../../scripts/tools/bouffalolab/generate_factory_data.py) call `chip-cert` to generate test certificates and verify certificates.
If not specified, `Chip-Test-CD-Signing-Cert.pem` and `Chip-Test-CD-Signing-Key.pem` will sign a test certificate declare for development and test purpose
84
+
If not specified, `Chip-Test-CD-Signing-Cert.pem` and
85
+
`Chip-Test-CD-Signing-Key.pem` will sign a test certificate declare for
86
+
development and test purpose
75
87
76
-
-`--pai_cert` and `--pai-key`, PAI certificate and PAI private key
88
+
-`--pai_cert` and `--pai-key`, PAI certificate and PAI private key
77
89
78
-
If not specified, `Chip-Test-PAI-FFF1-8000-Cert.pem` and `Chip-Test-PAI-FFF1-8000-Key.pem` will be used for development and test purpose.
90
+
If not specified, `Chip-Test-PAI-FFF1-8000-Cert.pem` and
91
+
`Chip-Test-PAI-FFF1-8000-Key.pem` will be used for development and test
92
+
purpose.
79
93
80
-
-`--dac_cert` and `--dac_key`, DAC certificate and DAC private key.
94
+
-`--dac_cert` and `--dac_key`, DAC certificate and DAC private key.
81
95
82
-
If not specified, script will use PAI certificate and key specified by`--pai_cert` and `--pai-key` to generate DAC certificate and private key for development and test prupose.
96
+
If not specified, script will use PAI certificate and key specified
97
+
by`--pai_cert` and `--pai-key` to generate DAC certificate and private key
98
+
for development and test prupose.
83
99
84
-
-`--discriminator`, discriminator ID
100
+
-`--discriminator`, discriminator ID
85
101
86
-
If not specified, script will generate for user.
102
+
If not specified, script will generate for user.
87
103
88
-
-`--passcode`, passcode
104
+
-`--passcode`, passcode
89
105
90
-
If not specified, script will generate for user.
106
+
If not specified, script will generate for user.
91
107
92
-
-`--spake2p_it` and `--spake2p_salt`
108
+
-`--spake2p_it` and `--spake2p_salt`
93
109
94
-
If not specified, script will generate and calculate verifier for user.
110
+
If not specified, script will generate and calculate verifier for user.
95
111
96
112
Please reference to `--help` for more detail.
97
113
98
114
## Generate with default test certificates
99
115
100
-
- Run following command to generate all plain text factory data
116
+
-Run following command to generate all plain text factory data
> Appending `--key <hex string of 16 bytes>` option to enable encrypt
221
+
> private key of attestation device data.
198
222
199
223
# Program factory data
200
224
201
-
After each target built successfully, a flash programming python script will be generated under out folder.
202
-
203
-
Take BL616 Wi-Fi Matter Light as example, `chip-bl616-lighting-example.flash.py` is using to program firmware, and also for factory data and factory decryption key.
204
-
205
-
```shell
206
-
/out/bouffalolab-bl616dk-light-wifi-mfd/chip-bl616-lighting-example.flash.py --port <serial port> --mfd out/test-cert/<mfd bin file>
207
-
```
225
+
After each target built successfully, a flash programming python script will be
226
+
generated under out folder.
208
227
209
-
> If mfd file has cipher text data, please append `--key <hex string of 16 bytes>` option to program to this key to efuse.
228
+
Take BL616 Wi-Fi Matter Light as example, `chip-bl616-lighting-example.flash.py`
229
+
is using to program firmware, and also for factory data and factory decryption
230
+
key.
210
231
211
-
- Limits on BL IOT SDK
212
-
213
-
If developer would like to program MFD with all plain text data, option `--key <hex string of 16 bytes>` needs pass to script, otherwise, flash tool will raise an error. And SoC BL602, BL702 and BL702L use BL IOT SDK for Matter Application.
214
-
215
-
Please free contact to `Bouffalo Lab` for DAC provider service and higher security solution, such as SoC inside certificate requesting.
232
+
```shell
233
+
/out/bouffalolab-bl616dk-light-wifi-mfd/chip-bl616-lighting-example.flash.py --port <serial port> --mfd out/test-cert/<mfd bin file>
234
+
```
216
235
217
-
236
+
> If mfd file has cipher text data, please append
237
+
>`--key <hex string of 16 bytes>` option to program to this key to efuse.
218
238
219
-
239
+
- Limits on BL IOT SDK
220
240
221
-
241
+
If developer would like to program MFD with all plain text data, option
242
+
`--key <hex string of 16 bytes>` needs pass to script, otherwise, flash tool
243
+
will raise an error. And SoC BL602, BL702 and BL702L use BL IOT SDK for
244
+
Matter Application.
222
245
246
+
Please free contact to `Bouffalo Lab`for DAC provider service and higher
247
+
security solution, such as SoC inside certificate requesting.
Copy file name to clipboardexpand all lines: examples/lighting-app/bouffalolab/README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,6 @@ Legacy supported boards:
17
17
-`BL602-NIGHT-LIGHT`
18
18
-`XT-ZB6-DevKit`
19
19
-`BL706-NIGHT-LIGHT`
20
-
-`BL706DK`
21
-
-`BL704LDK`
22
20
23
21
> Warning: Changing the VID/PID may cause compilation problems, we recommend
24
22
> leaving it as the default while using this example.
@@ -119,8 +117,7 @@ The following steps take examples for `BL602DK`, `BL704LDK` and `BL706DK`.
119
117
- BL602 uses Wi-Fi by defualt. `-wifi` could be elided.
120
118
- BL702 needs it to specify to use BL706 + BL602 for Wi-Fi.
121
119
122
-
- `-thread`, specifies to use Thread for Matter
123
-
application.
120
+
- `-thread`, specifies to use Thread for Matter application.
124
121
125
122
- BL70X uses Thread by defualt. `-thread` could be elided.
126
123
@@ -130,9 +127,11 @@ The following steps take examples for `BL602DK`, `BL704LDK` and `BL706DK`.
130
127
131
128
- `-littlefs`, specifies to use littlefs for flash access.
132
129
- `-easyflash`, specifies to use `easyflash` for flash access.
133
-
- for platform BL602/BL70X, it is necessary to specify one of `-easyflash` and `-littlefs`.
130
+
- for platform BL602/BL70X, it is necessary to specify one of `-easyflash`
131
+
and `-littlefs`.
134
132
- `-mfd`, enable Matter factory data feature, which load factory data from
135
133
`MFD` partition
134
+
- Please refer to [Bouffalo Lab Matter factory data guide](../../../docs/guides/bouffalolab/matter_factory_data.md) or contact to `Bouffalo Lab` for support.
136
135
- `-shell`, enable command line
137
136
- `-rpc`, enable Pigweed RPC feature
138
137
- `-115200`, set UART baudrate to 115200 for log and command line
0 commit comments