Hi
We bought DM816x/C6A816x/AM389x evaluaton board, and I finished installing ubuntu10.04 desktop and Sourcery G++ from CD whch came along with the baord.
It was time to install EZSDK using the following commands as EZ SDG says:
host $ export EZSDK="${HOME}/ti-ezsdk_dm816x-evm_xx_xx_xx_xx"
host $ ${EZSDK}/setup.sh
When I typed these, I got following messages:
---------------------------------------- message starts here -----------------------------------------------
teralab@teralab-desktop:~$ export EZSDK="ti-ezsdk_dm816x-evm_5_01_01_80/"
teralab@teralab-desktop:~$ ${EZSDK}/setup.sh
--------------------------------------------------------------------------------
TISDK setup script
This script will set up your development host for sdk development.
Parts of this script require administrator priviliges (sudo access).
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Verifying Linux host distribution
Ubuntu 10.04 LTS found successfully, continuing..
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will make sure you have the proper host support packages installed
using the following command: sudo apt-get install xinetd tftpd nfs-kernel-server minicom build-essential libncurses5-dev uboot-mkimage autoconf automake
Note! This command requires you to have administrator priviliges (sudo access)
on your host.
Press return to continue
[sudo] password for teralab:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package tftpd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package tftpd has no installation candidate
Failed setup, aborting..
Failed setup, aborting..
---------------------------------message end ---------------------------------------
Could you explain how to solve this problem? I am pretty new in linux.
Your reply would be much appreciated.
Thanks,
Peter