Setup failed -1
flycast opened this issue · 2 comments
Having these issues with a Arduino Yun.
I followed the info at this post:
#28
I obtained the following in the serial monitor:
AWS IoT SDK Version(dev) 2.2.0-
root@arduino:/#
/bin/ash: 1: not found
/bin/ash: /root: Permission denied
/bin/ash: 1: not found
/bin/ash: /root: Permission denied
/bin/ash: 1: not found
/bin/ash: /root: Permission denied
/bin/ash: 1: not found
/bin/ash: /root: Permission denied
Linux
/bin/ash: cd: can't cde/python: can't open file 'run.py': [Errno 2] No such file or dir
Setup failed!
-1
Any help would be appreciated as I am new to this...
Also might be helpful...
/bin/ash is a symlink and has 0777 permissions
It points to /bin/busybox
/bin/busybox has 0755 permissions
Found my issue. I had the files in the wrong folder on the Arduino.