naisy / JetsonTX2

3 stars 0 forks source link

TX2 Restarts during ./setup.sh #1

Open scbean opened 6 years ago

scbean commented 6 years ago

I have tried it with a fresh build of Jetpack 3.3 and Jetpack 3.2.1

It seems to always restart in different locations in the process, any ideas?

naisy commented 6 years ago

Hi @brandonlima,

Reboot when setup.sh completes. After rebooting please execute install.sh with root user. (sudo su)

Please note the version of CUDA in different JetPack versions. (build_opencv-version.sh and build_tensorflow-version.sh)

scbean commented 6 years ago

Are you saying that the device reboots when setup.sh is complete or that I should reboot the TX2 once setup.sh finishes?

I currently have Jetpack 3.2.1 installed on the TX2 and "nvcc --version" says the CUDA is "release 9.0, V9.0.252

Also, I tried it changing the commands to git "checkout JetPack3.1_python3.6" to "git checkout JetPack3.2_python3.6" and it doesn't seem to change anything. Any thoughts? Thanks!

naisy commented 6 years ago

Hi @brandonlima,

  1. When setup.sh is completed, it automatically reboot. So you don't need reboot manually.

  2. JetPack 3.2.1 is the same CUDA version as JetPack 3.2. So you can use JetPack3.1_python3.6 branch for JetPack 3.2.1.

  3. Please check your current directory. Or try again from git clone. Or if you have command log, please show me.

scbean commented 6 years ago

Thank you for the clarification, I think finished the install but the last line in the terminal says this "/usr/bin/find: '/run/user/1001/gvfs': Permission denied"

Am I actually done or did something not work right? Thanks!

naisy commented 6 years ago

Hi @brandonlima,

That is non problem. If your tensorflow works, it's all OK.