aws/aws-iot-device-sdk-arduino-yun

question: upload AWS-IoT-Python-Runtime/ folder to /root

eczajk1 opened this issue · 1 comments

Dumb question, but under windows installation, item 5, where it says...

Start WinSCP and upload AWS-IoT-Python-Runtime/ folder to /root on the board.

does that mean to upload the entire folder or just the contents?

Hi @eczajk1 ,

Thank you very much for your interest in AWS IoT Arduino Yun SDK!

You should copy the entire folder AWS-IoT-Python-Runtime/ to /root on the Yun board. It is the path used to start the Python runtime from ATmega32u4 from the sketch. See the following line:
https://github.com/aws/aws-iot-device-sdk-arduino-yun/blob/master/AWS-IoT-Arduino-Yun-Library/aws_iot_mqtt.cpp#L37

Thanks,
Liusu