User Guide
Table Of Contents
- Introduction 3
- Getting Started 3
- Assumptions 3
- Powering Up the Tegra Device 3
- Login Credentials 4
- Force Recovery Mode 4
- To place system in Force USB Recovery Mode: 4
- Flashing the Boot Loader and Kernel 5
- Flash Procedure 5
- Flash Script Usage 6
- JetPack 8
- Before you Begin 8
- Installing JetPack TX1 8
- Run JetPack TX1 Samples 16
- Compliance 18
- United States 18
- Canada 19
- European Union 20
- Australia and New Zealand 20
- Japan 21
- South Korea 21
- Taiwan 22
- CHINA 22
- CMIT ID:XXXXXX 22
- ISRAEL 22
Jetson TX1 Developer Kit
User Guide
Jetson | DA-07498-001v01 | Copyright © 2014 NVIDIA Corporation. All rights reserved. Page 15 of 23
Compiling
JetPack TX1 automatically compiles all samples if “Compile Samples” was checked during components
selection. If you selected CUDA components, CUDA samples will be found in the following directory:
<JetPack_Install_Dir>/NVIDIA_CUDA-<version>_Samples directory.
You could recompile the samples by running:
OPENMPDIR=/usr/arm-linux-gnueabihf/lib EXTRA_LDFLAGS=--unresolved-
symbols=ignore-in-shared-libs ARMv7=1 GCC=arm-linux-gnueabihf-g++ make
If you selected GameWorks OpenGL samples, GameWorks OpenGL samples will be available in the
following directory:
< JetPack_Install_Dir >/GameWorksOpenGLSamples
You could cross compile them by running the “make” command under the “samples/build/linux-
arm32” subfolder.










