I'm trying to Set up AWS IoT Certificates Flashing Espressif Certificates in the espalexacredencials folder, but I'm having the error:
espalexacredentials % python $IDF_PATH/components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py generate /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: can't open file '/components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py': [Errno 2] No such file or directory python: can't open file '/components/esptool_py/esptool/esptool.py': [Errno 2] No such file or directory
Can someone help me explain the steps to modify the file mfg_config.csv and add the relevant paths for all the files ? I think I'm not doing it in the right way
thanks