Setup Moniforld2-TX2
Warning:
- do not install OpenCV4Tegra V2.4 for TX2, we will use OpenCV3
- for TX2 you may need to flash it tiwce, one just flash the OS, the other install cuda
- if the tx1/tx2 cannot boot the GUI, but shut down after finish loading BIOS, try to change a more powerful power source
Setup and Download files
- Install Jetpack 3.1 and Download the system files.
./JetPack-L4T-3.1-linux-x64.run
<img src="figures/0.png" width=450 height=330> <img src="figures/1.png" width=450 height=330> <img src="figures/2.png" width=450 height=330>
wait for downloading and extracting.
- Install small TX2 configure with root:
cd small-USB3
sudo ./install.sh
Flash the TX2.
-
Connect the TX2 and Carrier (or Dev-Kit) to the computer via USB Following the instructions in the appropriate manual.
-
Put the system to be flashed into recovery mode, following the instructions in the appropriate manual.
-
Run flash script from Linux_for_Tegra directory.
cd 64_TX2/Linux_for_Tegra_tx2
sudo ./flashTX2.sh
- Once the flashing has completed, the TX2 will reboot
-
username: nvidia
-
password: nvidia
Install CUDA.
- Install Jetpack 3.1 and Download the files.
./JetPack-L4T-3.1-linux-x64.run
<img src=”figures/0.png” width=450 height=330> <img src=”figures/1.png” width=450 height=330> <img src=”figures/3.png” width=450 height=330>
wait for downloading and extracting.
- connect your host computer and your TX2 on the same router. Find the IP address of your TX2:
sample: use arp-scan
sudo apt-get install arp-scan
use
ifconfig
sudo arp-scan --interface=eth0 192.168.1.0/24 | grep NVIDIA
then
<img src=”figures/4.png” width=450 height=330>
wait for install.