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

SDK for connecting to AWS IoT from an Arduino Yún.
Apache License 2.0
163 stars 77 forks source link

opkg install distribute error #74

Open cmlaih opened 4 years ago

cmlaih commented 4 years ago

Hi, still face the error when the script try to opkg install distribute. Any suggestions? already tried opkg update.

Thanks! Had to add

src/gz attitude_adjustment http://downloads.arduino.cc/openwrtyun/1/packages

to the configuration and remove

option check_signature 1

since there seems to be something wrong with the signature at http://downloads.arduino.cc/openwrtyun/1/packages/Packages.sig

The installer worked perfectly after that.

Thanks!

Originally posted by @pbudzon in https://github.com/aws/aws-iot-device-sdk-arduino-yun/issues/26#issuecomment-262573139