Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

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.

Linux/AM5718: Installing a library in the filesystem

Part Number: AM5718

Tool/software: Linux

Hi all,

I am trying to install a llibssh ibrary in ti filesystem onAM5718 by using opkg.

Error log :

root@am57xx-evm:~# opkg install libssh
Collected errors:
 * opkg_prepare_url_for_install: Couldn't find anything to satisfy 'libssh'.
root@am57xx-evm:~#

I tried opkg update also

Error log :

root@am57xx-evm:~# opkg update      
Downloading http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/all/Packages.gz.
wget: bad address 'lcpd.gt.design.ti.com'
Downloading http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/any/Packages.gz.
wget: bad address 'lcpd.gt.design.ti.com'
Downloading http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/noarch/Packages.gz.
wget: bad address 'lcpd.gt.design.ti.com'
Downloading http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv5hf-vfp/Packages.gz.
wget: bad address 'lcpd.gt.design.ti.com'
Downloading http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv5thf-vfp/Packages.gz.
wget: bad address 'lcpd.gt.design.ti.com'
Downloading http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv5ehf-vfp/Packages.gz.
wget: bad address 'lcpd.gt.design.ti.com'
Downloading http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv5tehf-vfp/Packages.gz.
wget: bad address 'lcpd.gt.design.ti.com'
Downloading http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv6hf-vfp/Packages.gz.
wget: bad address 'lcpd.gt.design.ti.com'
Downloading http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv6thf-vfp/Packages.gz.
wget: bad address 'lcpd.gt.design.ti.com'
Downloading http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv7ahf-vfp/Packages.gz.
wget: bad address 'lcpd.gt.design.ti.com'
Downloading http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv7at2hf-vfp/Packages.gz.
wget: bad address 'lcpd.gt.design.ti.com'
Downloading http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv7ahf-neon/Packages.gz.
wget: bad address 'lcpd.gt.design.ti.com'
Downloading http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv7at2hf-neon/Packages.gz.
wget: bad address 'lcpd.gt.design.ti.com'
Downloading http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/am57xx_evm/Packages.gz.
wget: bad address 'lcpd.gt.design.ti.com'
Collected errors:
 * opkg_download_backend: Failed to download http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/all/Packages.gz, wget returned 1.
 * opkg_download_backend: Failed to download http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/any/Packages.gz, wget returned 1.
 * opkg_download_backend: Failed to download http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/noarch/Packages.gz, wget returned 1.
 * opkg_download_backend: Failed to download http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv5hf-vfp/Packages.gz, wget returned 1.
 * opkg_download_backend: Failed to download http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv5thf-vfp/Packages.gz, wget returned 1.
 * opkg_download_backend: Failed to download http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv5ehf-vfp/Packages.gz, wget returned 1.
 * opkg_download_backend: Failed to download http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv5tehf-vfp/Packages.gz, wget returned 1.
 * opkg_download_backend: Failed to download http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv6hf-vfp/Packages.gz, wget returned 1.
 * opkg_download_backend: Failed to download http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv6thf-vfp/Packages.gz, wget returned 1.
 * opkg_download_backend: Failed to download http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv7ahf-vfp/Packages.gz, wget returned 1.
 * opkg_download_backend: Failed to download http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv7at2hf-vfp/Packages.gz, wget returned 1.
 * opkg_download_backend: Failed to download http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv7ahf-neon/Packages.gz, wget returned 1.
 * opkg_download_backend: Failed to download http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/armv7at2hf-neon/Packages.gz, wget returned 1.
 * opkg_download_backend: Failed to download http://lcpd.gt.design.ti.com/packages/arago-krogoth/prod/am57xx_evm/Packages.gz, wget returned 1.
root@am57xx-evm:~#

how to install libssh  library ???

please help me to resolve the issue.

Best Regards

veera.

  • Hello veera,

    There are no TI-supported opkg package feeds. You should build the software you need in the OE build system and install it by using opkg.
    You can refer to this post for example. You can also cross-compile the package you need on your host machine or native compile it on your target board, but we do not support the cases where the package gets build out of the OE build tree.

    Note: You may need to change the tool-chain version and the processor-sdk-xx.xx.xx.xx-config.txt config file depending on the ProcessorSDK version you use.

    Best regards,
    Kemal