如果你已经在阿里云物联网平台注册了你的产品(product)和设备(device)后获得四元组,
DeviceName、DeviceSecret、ProductKey、ProductSecret。
然后进入…\esp\esp-aliyun\config\mass_mfg里拷贝single_mfg_config.csv到你的项目并填充你的四组数,更名为my_single_mfg_config.csv

之后执行下面命令生成.bin文件

$IDF_PATH/components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py generate my_single_mfg_config.csv my_single_mfg.bin 0x4000

将生成的分区bin文件烧录到板子上:

$IDF_PATH/components/esptool_py/esptool/esptool.py write_flash 0x210000 my_single_mfg.bin

 

相关文章:

  • 2021-09-26
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
猜你喜欢
  • 2022-12-23
  • 2021-12-18
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
相关资源
相似解决方案