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
Copy file name to clipboardexpand all lines: docs/en/developing.rst
+7-1
Original file line number
Diff line number
Diff line change
@@ -1110,7 +1110,13 @@ For more info about the arguments, please check `here <https://github.com/espres
1110
1110
2.7.3 Factory Partition
1111
1111
~~~~~~~~~~~~~~~~~~~~~~~
1112
1112
1113
-
Factory partition contains basic information like VID, PID, etc, and CD.
1113
+
Factory partition contains basic information like VID, PID, etc.
1114
+
1115
+
By default, the CD(Certification Declaration) is stored in the factory partition and we need to add the ``-cd`` option when generating the factory partition.
1116
+
1117
+
Alternatively, if you’d like to embed the CD in the firmware, you can enable the
1118
+
``CONFIG_ENABLE_SET_CERT_DECLARATION_API`` option and use the ``SetCertificationDeclaration()`` API to set the CD.
1119
+
You can refer to the reference implementation in :project_file: `light example <https://github.com/espressif/esp-matter/tree/main/examples/light>`__.
0 commit comments