mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'docs/mass_mfg_update' into 'master'
Fix a typo according to DOC-158 See merge request espressif/esp-idf!8704
This commit is contained in:
commit
08bd8bff7e
@ -196,7 +196,7 @@ Running the utility
|
||||
|
||||
You can run the utility to generate factory images for each device using the command below. A sample CSV file is provided with the utility::
|
||||
|
||||
python mfg_gen.py generate samples/sample_config.csmples/sample_values_singlepage_blob.csv Sample 0x3000
|
||||
python mfg_gen.py generate samples/sample_config.csv samples/sample_values_singlepage_blob.csv Sample 0x3000
|
||||
|
||||
The master value CSV file should have the path in the ``file`` type relative to the directory from which you are running the utility.
|
||||
|
||||
|
@ -200,7 +200,7 @@ CSV 配置文件示例如下::
|
||||
|
||||
请运行以下命令为每个设备生成工厂映像,量产程序同时提供了一个 CSV 示例文件::
|
||||
|
||||
python mfg_gen.py generate samples/sample_config.csmples/sample_values_singlepage_blob.csv Sample 0x3000
|
||||
python mfg_gen.py generate samples/sample_config.csv samples/sample_values_singlepage_blob.csv Sample 0x3000
|
||||
|
||||
主 CSV 文件应在 ``file`` 类型下设置一个相对路径,指向运行该程序的当前目录。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user