This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

pciutils

Hi! Please explain me how I can install pciutils. Link http://feeds.arago-project.org/feeds/live/ipk/armv7a/ does not work but on the new address i can't found this package.

My arch.conf

arch all 1                                                                                                                                            
arch any 6                                                                                                                                            
arch noarch 11                                                                                                                                        
arch arm 16                                                                                                                                           
arch armv4 21                                                                                                                                         
arch armv4t 26                                                                                                                                        
arch armv5te 31                                                                                                                                       
arch armv6 36                                                                                                                                         
arch armv7 41                                                                                                                                         
arch armv7a 46                                                                                                                                        
arch c6a816x-evm 51

My opkg.conf

src/gz REPO1 http://feeds.arago-project.org/feeds/live/ipk/armv7a
dest root /                                                                                                                                           
lists_dir ext /var/lib/opkg

Thanks, idle.

  • Hi, Hemant!

    I was setup my conf file as you mentioned. Here listing my ~/targetfs/etc/opkg/arago-armv7a-feed.conf:

    src/gz armv7a http://www.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/base
    #src/gz armv7a http://188.40.83.200/feeds/next/ipk/eglibc/armv7a/base

    And got this messages:

    • root@c6a816x-evm:~# opkg update
    • Downloading http://188.40.83.200/feeds/next/ipk/eglibc/armv7a/base/Packages.gz.
    • wget: server returned error: HTTP/1.1 404 Not Found
    • Collected errors:
    •  * opkg_download: Failed to download http://188.40.83.200/feeds/next/ipk/eglibc/armv7a/base/Packages.gz, wget returned 1.

    I was commented the first line because opkg cant resolve this name. And, to my mind, this is main problem because http://188.40.83.200 - is not the same as
    http://www.angstrom-distribution.org. This address I was obtained via the "ping  www.angstrom-distribution.org"). In my browser this link: http://188.40.83.200/feeds/next/ipk/eglibc/armv7a/base do not work but your link work fine.

    Please explain how I can setup DNS on EVM properly?

    Thank you.

  • Hi, Denys!

    I try to use Angstrom feeds, but I have same error:

    root@c6a816x-evm:~# opkg update

    Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/gstreamer/Packages.gz.

    wget: bad address 'www.angstrom-distribution.org'

    Downloading http://188.40.83.200/feeds/next/ipk/eglibc/armv7a/base/Packages.gz.

    wget: server returned error: HTTP/1.1 404 Not Found

    Collected errors:

     * opkg_download: Failed to download http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/gstreamer/Packages.gz, wget returned 1.

     * opkg_download: Failed to download http://188.40.83.200/feeds/next/ipk/eglibc/armv7a/base/Packages.gz, wget returned 1.

    Can you help me to setup DNS (or routing) on EVM side properly? May be I'm wrong in this  assumption?
    Thank you for your answer.