From a5e67fcbc7452df0d4c9039d92826606b5f88f05 Mon Sep 17 00:00:00 2001 From: Larry Li Date: Thu, 30 Sep 2021 17:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20aliyun=20iot=20=E5=85=B3?= =?UTF-8?q?=E4=BA=8E=E9=87=8F=E4=BA=A7=E6=89=B9=E6=AC=A1=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E7=9A=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/mass_mfg/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mass_mfg/README.md b/config/mass_mfg/README.md index 0e6e429..9ee68c2 100644 --- a/config/mass_mfg/README.md +++ b/config/mass_mfg/README.md @@ -83,4 +83,4 @@ $IDF_PATH/tools/mass_mfg/mfg_gen.py --conf multipule_mfg_config.csv --values my_ 其中 --prefix 为生成的批量文件的前缀名称,可以修改为所需要的产品名称。执行完成后,会在当前目录下生成一 bin 目录,里面保持了所有可用于量产的 NVS 分区 bin。 -> 注,当前不知道 aliyun 能否批量导出 ProductKey、ProductSecret、DeviceName、DeviceSecret,如有需要,可以编写特定脚本来生成 my_multipule_mfg_values.csv。 \ No newline at end of file +> 注,aliyun 提供有 [BatchQueryDeviceDetail](https://help.aliyun.com/document_detail/123470.html) 接口可以批量导出指定设备的 DeviceName、DeviceSecret 等信息到 my_multipule_mfg_values.csv。实际量产建议使用 [BatchRegisterDevice](https://help.aliyun.com/document_detail/69473.html)(注册随机 DeviceName) 或 [BatchRegisterDeviceWithApplyId](https://help.aliyun.com/document_detail/69514.htm)(注册指定的 DeviceName)接口来批量注册设备,然后使用 [QueryPageByApplyId](https://help.aliyun.com/document_detail/69518.html) 接口获取相关 DeviceName 与 DeviceSecret 信息。