I’m running JetPack-L4T-2.3.1-linux-x64.run and the post installation step is hanging when trying to install cuda. Prior to the filesystem being flashed onto my TX1 I add proxy info to etc/apt/apt.conf, home/ubuntu/.bashrc, and edit etc sudoers to keep http_proxy and https_proxy. These files are on the host under 64_TX1/Linux_for_tegra_64_tx1/rootfs. I have verified the edited files get put on the TX1 properly. The window that pops up eventually stops with the info:
Package libfreeimage-dev 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
Connection to xxx.xxx.xxx.xxx closed.
dpkg-query: package ‘cuda-toolkit-8-0’ is not installed and no information is available
dpkg-query: package ‘libfreeimage-dev’ is not installed and no information is available
dpkg-query: package ‘libopenmpi-dev’ is not installed and no information is available
dpkg-query: package ‘openmpi-bin’ is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
1
Error: CUDA cannot be installed on device. This may be caused by other apt-get command running on device when installing CUDA. Please use apt-get command in a terminal to make sure following packages are installed correctly on device before continuing:
At this point I try to run apt-get install cuda-toolkit-8-0 which also doesn’t work:
ubuntu@tegra-ubuntu:/etc/apt/sources.list.d$ sudo apt-get install cuda-toolkit-8-0
[sudo] password for ubuntu:
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
cuda-toolkit-8-0 : Depends: cuda-samples-8-0 (>= 8.0.34) but it is not going to be installed
Depends: cuda-documentation-8-0 (>= 8.0.34) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Nothing so far has gotten me past this point.