Dear TI Engineers and Experts,
I set up the processor sdk for Linux on my AM64x Starter Kit.
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