如何修改文件 mfg_config.csv 并为 aws edukit 教程中的所有文件添加相关路径?
Posted
技术标签:
【中文标题】如何修改文件 mfg_config.csv 并为 aws edukit 教程中的所有文件添加相关路径?【英文标题】:How to modify the file mfg_config.csv and add the relevant paths for all the files in aws edukit tutorial? 【发布时间】:2021-06-09 12:18:19 【问题描述】:我正在尝试在 espalexacredencials 文件夹中设置 AWS IoT Certificates Flashing Espressif Certificates,但出现错误:
espalexacredentials % python $IDF_PATH/components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py 生成 /path/to/mfg_config.csv mfg.bin 0x6000
python $IDF_PATH/components/esptool_py/esptool/esptool.py --chip esp32 --port /dev/cu.SLAB_USBtoUART write_flash 0x10000 mfg.bin
python:无法打开文件'/components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py':[Errno 2] 没有这样的文件或目录 python: 无法打开文件'/components/esptool_py/esptool/esptool.py': [Errno 2] 没有这样的文件或目录
有人可以帮我解释修改文件 mfg_config.csv 并为所有文件添加相关路径的步骤吗?我认为我的做法不对
谢谢
【问题讨论】:
【参考方案1】:您不再需要修改 mfg_config.csv 文件。如果您从Core2 for AWS IoT EduKit repository 克隆/变基最新代码,则无需修改该文件:https://edukit.workshop.aws/en/intro-to-alexa-for-iot/flashing-espressif-certificates.html
如果您想继续使用您拥有的版本,您需要将“/path/to”替换为文件所在的目录位置。例如,如果我已经下载并解压缩了用户文件夹中的 zip下载文件夹,它看起来像这样:
/Users/rashedtalukder/Downloads/espcredentials/mfg_config.csv
【讨论】:
以上是关于如何修改文件 mfg_config.csv 并为 aws edukit 教程中的所有文件添加相关路径?的主要内容,如果未能解决你的问题,请参考以下文章