Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b7ed15

Browse files
restyled-commitswy-hh
authored andcommittedFeb 7, 2025·
Restyled by isort
1 parent 821c38e commit 6b7ed15

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed
 

‎docs/platforms/bouffalolab/matter_factory_data.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ user should know it has limit to work with real ecosystem.
258258
export TEST_CD_PRODUCT_ID=7001 # Product ID hex string
259259
```
260260

261-
- Run script to generate DAC/CD and MFD.
261+
- Run script to generate DAC/CD and `MFD`.
262262

263263
```shell
264264
./scripts/tools/bouffalolab/generate_factory_data.py --output out/test-cert --paa_cert out/test-cert/Chip-PAA-Cert-${TEST_CERT_VENDOR_ID}.pem --paa_key out/test-cert/Chip-PAA-Key-${TEST_CERT_VENDOR_ID}.pem --pai_cert out/test-cert/Chip-PAI-Cert-${TEST_CERT_VENDOR_ID}.pem --pai_key out/test-cert/Chip-PAI-Key-${TEST_CERT_VENDOR_ID}.pem --dac_pid 0x${TEST_CERT_PRODUCT_ID} --vendor_id 0x${TEST_CD_VENDOR_ID} --product_id 0x${TEST_CD_PRODUCT_ID}
@@ -337,12 +337,6 @@ key.
337337
> If `MFD` file has cipher text data, please append
338338
> `--key <hex string of 16 bytes>` option to program to this key to efuse.
339339

340-
- Limits on BL IOT SDK
341-
342-
If developer would like to program `MFD` with all plain text data, option
343-
`--key <hex string of 16 bytes>` needs pass to script, otherwise, flash tool
344-
will raise an error. And SoC BL602, BL702 and BL702L use BL IOT SDK for
345-
Matter Application.
346340

347341
Please free contact to `Bouffalo Lab` for DAC provider service and higher
348342
security solution, such as SoC inside certificate requesting.

‎scripts/flashing/bouffalolab_firmware_utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import shutil
2424
import subprocess
2525
import sys
26-
import toml
2726

2827
import coloredlogs
2928
import firmware_utils

0 commit comments

Comments
 (0)
Please sign in to comment.