Flashing The Boot Loader And Kernel; Flash Procedure - Nvidia Jetson TX1 User Manual

Developer kit
Hide thumbs Also See for Jetson TX1:
Table of Contents

Advertisement

Flashing the Boot Loader and Kernel

This section describes the steps required to flash and boot the target Tegra device. It also
provides usage information for the

Flash Procedure

First, flash the board with the boot loader and kernel, and, optionally, flash the rootfs to
internal eMMC.
Prerequisites
The following directories must be present:
/bootloader—boot loader plus flashing tools (NvFlash, CFG, BCTs, etc.)
/kernel—a kernel zImage /vmlinux.uimg, DTB files, and kernel modules
/rootfs—the root file system that you download (This directory starts empty and you
populate it with the sample file system.)
/nv_tegra—NVIDIA
You must also have the USB cable connected to the recovery port prior to running the
commands listed in the procedure. For more information, see the
this section.
To flash the boot loader and kernel
1. Put the target board into reset/recovery mode. Do so by first powering on the board
and then holding the recovery button, and then pressing the reset button as
described in the Quick Start Guide for the board.
2. Run the
flash.sh
must be supplied with the target board (
$ sudo ./flash.sh <platform> <rootdev>
If the root file system will be on a USB disk, execute the script as follows:
$ sudo ./flash.sh <platform> sda1
Note: If a SATA device is connected, that device enumerates as
If the root file system will be on an SD card, execute the script as follows:
$ sudo ./flash.sh <platform> mmcblk1p1
If the root file system will be on the internal eMMC, execute the script as follows:
$ sudo ./flash.sh <platform> mmcblk0p1
Where
The above examples are for u-boot. For fastboot, add the following argument:
Jetson | Copyright © 2014 NVIDIA Corporation. All rights reserved.
flash.sh
Tegra
user space binaries and sample applications
®
®
script that is in the top level directory of this release. The script
platform
is
<
>
jetson-TX1
helper script.
) for the root file system:
jetson-TX1
.
Jetson TX1 Developer Kit
User Guide
Requirements
topic in
.
sda1
Page 5 of 27

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents