Commit Graph

11 Commits

Author SHA1 Message Date
Shubham Patil e6d74cc2e7 Removed mfg_tool, related cleanups, and documentation update
`tools/mfg_tool` is moved to esp-matter-tools repo: https://github.com/espressif/esp-matter-tools/tree/main/mfg_tool.

It is released on pypi: https://pypi.org/project/esp-matter-mfg-tool and can be installed by running `pip install esp-matter-mfg-tool`
2024-06-07 19:11:35 +08:00
Shubham Patil 54a8903f32 Few documentation fixes
- Added some docs for attribute and identify callback
- mfg_tool: Add the sourcing of esp-idf's export.sh script
- Added the link for getting the repository in top level README.md
- Table for Matter specification version and release branches
- FAQ for stuck at "Solving dependencies requirements"
- Change the link and doc in rainmaker example
2023-10-05 12:47:35 +05:30
Shubham Patil b27c5fff93 mfg_tool: Fix a typo 2023-08-02 14:13:43 +05:30
sanket.wadekar f0a0760dfa mfg_tool: added an option to store DAC in either secure cert or nvs factory partition. 2023-07-14 17:12:42 +05:30
dhairyashah1 e999aae5b8 [mfg_tool] Updates tools/mfg_tool/README.md with updated dependency changes in mfg_tool.py
Signed-off-by: dhairyashah1 <dhairya.shah@espressif.com>

[mfg_tool] Fixes dependency descriptions in 'tools/mfg_tool/README.md'

Signed-off-by: dhairyashah1 <dhairya.shah@espressif.com>
2023-04-10 16:48:35 +05:30
dhairyashah1 9fc215451f mfg_tool: Added, updated README with custom factory - partition config, flashing binary and device commissioning step 2023-02-03 01:51:48 +05:30
Shubham Patil d28b0e834f mfg_tool: Option to encrypt the factory partition 2022-12-12 19:38:49 +05:30
WanqQixiang b19afe266d mfg_tool: override the configs&values with --csv and --mcsv options
mfg_tool: make the options '--paa' and '--pai' optional
2022-11-15 10:33:14 +08:00
WanqQixiang dabc082bd9 mfg_tool: Remove unique_id to avoid misunderstanding with rotating_device_id_unique_id 2022-11-10 12:36:45 +08:00
Shubham Patil 0fd164ad0a mfg_tool: Generate onboarding payloads using chip-tool
qrcodetool behaves differently on macos and linux which breaks the
mfg_tool.py on linux. chip-tool has the facility to generate the
onboarding payloads.

Unique-id belongs to chip-factory namespace and it was present in
chip-config, fixed it.
2022-07-05 21:16:00 +05:30
Shubham Patil a3135d346c Mass manufacturing tool for Matter
Utility generates manufacturing NVS partition image and Onboarding QR codes
2022-05-04 15:10:15 +05:30