couldn't install jetpack 2.0 on tx1

EdwardZhou,

Thanks for the detailed instructions for manual installation.
I am trying to install 2.1 and am facing the same problem with the automatic tools. Where can I find the paths to the corresponding files for V2.1?

vshaban/Stupig,

If you are experiencing exactly the same issue as reported in https://devtalk.nvidia.com/default/topic/899184/jetson-tx1/couldn-t-install-jetpack-2-0-on-tx1/post/4783925/#4783925 , you can also force JetPack to use single thread download as a workaround:

NV_DEVTOOLS_FORBID_MULTIPLE_DOWNLOAD_THREADS=1 ./JetPack-L4T-2.1-linux-x64.run

Note that this workaround is only available in JetPack 2.1 and later. It is not available in JetPack 2.0.

Dear EdwardZhou,

I’d like to set up namely JetPack 2.1, not 2.0 version/
And how can I use your instructions from your latest post about single thread ?

I mean “NV_DEVTOOLS_FORBID_MULTIPLE_DOWNLOAD_THREADS=1 ./JetPack-L4T-2.1-linux-x64.run”

Hi vshaban,

Sorry I didn’t make it clear.
Please open a terminal in Ubuntu, then run following command:

  1. cd <the_directory_where_JetPack-L4T-2.1-linux-x64.run_exists>
  2. Enter “NV_DEVTOOLS_FORBID_MULTIPLE_DOWNLOAD_THREADS=1 ./JetPack-L4T-2.1-linux-x64.run” command into the same terminal then hit Enter key.

Dear EdwardZhou,

thanks for your helpful answer. I should guess myself. :)

Awesome! This is especially helpful for me, as I have very little experience with Linux. Thanks a lot.

Thanks EdwarZhou for providing such useful links to download components for Jetson TK1 manually.
I tried all the step you mentioned and downloaded all the links you provided. Still link for two components are missing in section “Linux for tegra(TK1)”

-Driver for OS
-File system

Since I’m using proxy network I’m unable to download these files in component manager.
Can you please share links for these two files?

If you want the most recent driver package and sample rootfs (which is R24.2.1 on the TX1), you can get that here:
[url]https://developer.nvidia.com/embedded/linux-tegra-r2421[/url]

If you want a listing of all versions, including older ones, see:
[url]https://developer.nvidia.com/embedded/linux-tegra-archive[/url]