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.

PROCESSOR-SDK-AM64X: Package manager does not work

Part Number: PROCESSOR-SDK-AM64X


Dear TI Engineers and Experts,

I set up the processor sdk for Linux on my AM64x Starter Kit.

https://software-dl.ti.com/processor-sdk-linux/esd/AM64X/08_02_00_23/exports/docs/devices/AM64X/index.html

I then tried its built-in package manager to install nano editor by running:

opkg install nano

It returned

Collected	errors:
*	opkg_prepare_url_for_install:	Couldn't	find	anything	to	satisfy	'nano'.

Then, I ran

opkg update

It returned

root@am64xx-evm:~# opkg update
Downloading http://lcpd.itg.ti.com/packages/arago-dunfell/live/prod/all/Packages.gz.
wget: bad address 'lcpd.itg.ti.com'
Downloading http://lcpd.itg.ti.com/packages/arago-dunfell/live/prod/any/Packages.gz.
wget: bad address 'lcpd.itg.ti.com'
Downloading http://lcpd.itg.ti.com/packages/arago-dunfell/live/prod/noarch/Packages.gz.
wget: bad address 'lcpd.itg.ti.com'
Downloading http://lcpd.itg.ti.com/packages/arago-dunfell/live/prod/aarch64/Packages.gz.
wget: bad address 'lcpd.itg.ti.com'
Downloading http://lcpd.itg.ti.com/packages/arago-dunfell/live/prod/am64xx_evm/Packages.gz.
wget: bad address 'lcpd.itg.ti.com'
Collected errors:
* opkg_download_backend: Failed to download http://lcpd.itg.ti.com/packages/arago-dunfell/live/prod/all/Packages.gz, wget returned 1.
* opkg_download_backend: Failed to download http://lcpd.itg.ti.com/packages/arago-dunfell/live/prod/any/Packages.gz, wget returned 1.
* opkg_download_backend: Failed to download http://lcpd.itg.ti.com/packages/arago-dunfell/live/prod/noarch/Packages.gz, wget returned 1.
* opkg_download_backend: Failed to download http://lcpd.itg.ti.com/packages/arago-dunfell/live/prod/aarch64/Packages.gz, wget returned 1.
* opkg_download_backend: Failed to download http://lcpd.itg.ti.com/packages/arago-dunfell/live/prod/am64xx_evm/Packages.gz, wget returned 1.

How do I correct it?

My sdk is Processor SDK Linux for AM64X 08_02_00_23