opkg.conf

Post Reply
luis_filipe
Posts: 7
Joined: Fri Jul 31, 2015 4:57 am

opkg.conf

Post by luis_filipe » Tue Oct 06, 2015 9:09 am

Hello guys,

I need some help with my yduino yun shield.

VERSION INFO:
Firmware Version: Iduino-V1 geeetech-2.0.2
Build Time: Wed Jan 14 17:10:01 CST 2015

My okpg.conf file is like that:

Code: Select all

src/gz attitude_adjustment http://downloads.arduino.cc/openwrtyun/1/packages
dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay
option check_signature
src/gz snapshots http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages
The problem is that when i run the opkg update i have the following error:

root@iduino:~# opkg update
Downloading http://downloads.arduino.cc/openwrtyun/ ... ackages.gz.
Updated list of available packages in /var/opkg-lists/attitude_adjustment.
Downloading http://downloads.arduino.cc/openwrtyun/ ... ckages.sig.
Signature check passed.
Downloading http://downloads.openwrt.org/snapshots/ ... ackages.gz.
Downloading http://downloads.openwrt.org/snapshots/ ... ckages.sig.
Signature check failed.
Remove wrong Signature file.
Collected errors:
* opkg_download: Failed to download http://downloads.openwrt.org/snapshots/ ... ackages.gz: Error.
* opkg_download: Failed to download http://downloads.openwrt.org/snapshots/ ... ckages.sig: Error.

Please GEEETECH i buy your product, I need help...
I can´t install anything, who can a fix the problem?

Best Regards,
Luis

Mark
Posts: 1553
Joined: Thu Aug 06, 2015 9:19 am

Re: opkg.conf

Post by Mark » Tue Oct 06, 2015 5:36 pm

" opkg_download: Failed to download http://downloads.openwrt.org/snapshots/ ... ackages.gz: Error."
It was the download failed, could it be the network problem?

luis_filipe
Posts: 7
Joined: Fri Jul 31, 2015 4:57 am

Re: opkg.conf

Post by luis_filipe » Wed Oct 07, 2015 12:47 am

I remove the last line and fix the error, thanks

Post Reply