espressif / esp-va-sdk

Espressif's Voice Assistant SDK: Alexa, Google Voice Assistant, Google DialogFlow
Other
290 stars 82 forks source link

Documentation path error #120

Open framinlab opened 3 years ago

framinlab commented 3 years ago

Device Firmware: Configure AWS IoT Certificates:

Copy the 3 files downloaded after creating the AWS IoT Thing above, to the directory examples/amazon_aia/certs/ Modify the file examples/amazon_aia/certs/mfg_config.csv and add the relevant paths for all the files. Generate the manufacturing partition (mfg.bin) with the command: $ cd examples/amazon_alexa/certs

$ python $IDF_PATH/components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py generate mfg_config.csv mfg.bin 0x6000

The paths should be:

chiragatal commented 3 years ago

Thanks for pointing this out. I think amazon_alexa needs to be changed to amazon_aia at a few other places in the documentation too.