Page 1 of 1

OPKG url invailed

Posted: Mon Nov 14, 2011 4:44 am
by Jeff_
each time i type opkg update i get the following error:

Code: Select all

root@OpenWrt:/# opkg update
Downloading http://mightyohm.com/files/kamikaze-2.4/packages/mipsel/Packages/Pac
kages.gz
wget: bad address 'mightyohm.com'
Signiture check for snapshots skipped because GPG support was not enabled in thi
s build
Collected errors:
 * opkg_download: ERROR: Command failed with return value 1: `wget --passive-ftp
    -P /tmp/opkg-fVoDTC http://mightyohm.com/files/kamikaze-2.4/packages/mipsel/
Packages/Packages.gz'
root@OpenWrt:/#

what does it means ,that it needs a passive ftp connection or ..?

the config:

Code: Select all

src/gz snapshots http://mightyohm.com/files/kamikaze-2.4/packages/mipsel/Packages/mipsel

dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists

Re: OPKG url invailed

Posted: Mon Nov 14, 2011 9:46 am
by mightyohm
Jeff_ wrote:

Code: Select all

src/gz snapshots http://mightyohm.com/files/kamikaze-2.4/packages/mipsel/Packages/mipsel

dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists
You have packages/mipsel in your URL twice. The correct URL is: http://mightyohm.com/files/kamikaze-2.4 ... es/mipsel/

Re: OPKG url invailed

Posted: Wed Nov 16, 2011 12:37 am
by Jeff_
allready found out that it was misspelled,do you know if I can use the atmega 328 for the display ?
Found a complete kit on eBay: http://www.ebay.com/itm/Arduino-Starter ... 0627362140

Also I can't get it connected to my wpa/wpa2psk network,only if I make it insecure then it connects.

Re: OPKG url invailed

Posted: Wed Nov 16, 2011 6:43 am
by jeroen94704
You should be able to make this work using an Arduino, but I believe you won't be able to reuse the code Jeff published, since Arduino uses its own toolchain (I have no Arduino experience though, so I could be mistaken).

Re: OPKG url invailed

Posted: Wed Nov 16, 2011 5:54 pm
by mightyohm
Someone on the forums wrote an Arduino version of the display program. Do a search and let me know if you can't find it.

It should also be pretty simple to port the existing C code over to the 328.

Re: OPKG url invailed

Posted: Thu Sep 02, 2021 10:25 pm
by nakarmkir
Hello.
Where are that arduino display code and schematics?
Thanks in advance