Jetpack; Before You Begin - Nvidia Jetson TK1 Quick Start Manual

Table of Contents

Advertisement

b) Ensure your Linux host system is connected to the target device through the USB cable
for flashing.
sudo ./flash.sh -S 8GiB ${Jetson-tk1} mmcblk0p1
The target will automatically reboot upon completion of the flash. The command prompt will show up
over the display that you have attached to the target. All actions are completed unless you wish to
configure the graphical desktop on your setup. You now have Linux running on your developer system.
Installing the graphical desktop on your target board (if not already installed):
1. [OPTIONAL] Connect Ethernet to target via a USB-to-Ethernet adapter
2. Use eth0 for the built-in Ethernet port (or find your USB Ethernet port with
'ifconfig -a'):
sudo dhclient eth0
3. Check to see if Ethernet is up and running. You should see an IP address associated with
eth0.
ifconfig
sudo apt-get update
sudo apt-get install ubuntu-desktop
4. Reboot: system will boot to the graphical desktop.
NOTE: the above steps can be used to install other packages with "
Refer to the release notes provided with your software for up-to-date information on platform features
and use.

JetPack

This setion is intended to help you get familiar with installing Jetson TK1 Development Pack (JetPack
TK1), using the tools and running sample code.

Before you Begin

> You have a Jetson TK1 Tegra Developer Kit equipped with the NVIDIA Tegra K1 processor.
> You have a host machine that is running Linux.
> Your developer system is cabled as follows:
Serial cable plugged into the serial port J1A2 UART4 on the target connected to your Linux
host directly or through a serial-to-USB converter. (To setup serial console on the Linux
host.)
USB Micro-B cable connecting Jetson TK1 (J1E1 USB0) to your Linux host for flashing.
(Not included in the developer kit) To connect USB peripherals such as keyboard, mouse, and
[optional] USB/Ethernet adapter (for network connection), a USB hub should be connected to
the working USB port (J1C2 USB2) on the Jetson TK1 system.
Jetson | DA-07498-001v01 | Copyright © 2014 NVIDIA Corporation. All rights reserved.
Jetson TK1 Development Kit
sudo apt-get install
Quick Start Guide
".
Page 6 of 15

Advertisement

Table of Contents
loading

Table of Contents