Flash Script Usage - Nvidia Jetson TX1 User Manual

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

Advertisement

-L <PATH_TO_FASTBOOT_BIN_FILE>
The boot loader and kernel will load.
For more information on U-Boot, see the

Flash Script Usage

You can find the most up-to-date usage information by running
script included in the release). The basic usage information is as follows.
flash.sh
Usage
sudo ./flash.sh [options] <platform> <rootdev>
Where you specify the required parameters and one or more of the options shown in the
following table.
Parameters
<platform>
<rootdev>
Options
-h
-b <bctfile>
-c <cfgfile>
-d <dtbfile>
-e <emmc_file>
-f <flashapp>
-i
-k <partition
id>
-n <nfs args>
-o <odmdata>
-p
-r
-s
<ubootscript>
-C <cmdline>
Jetson | Copyright © 2014 NVIDIA Corporation. All rights reserved.
Description
Is jetson-TX1.
Is one of following:
mmcblk0p1
Specifies internal eMMC.
mmcblk1p1
Specifies external SDCARD.
sda1
Specifies external USB device (such as, USB memory
stick or HDD).
eth0
Specifies nfsroot via external USB Ethernet interface.
Description
Specifies to print this usage information.
Specifies the NvFlash Boot Configuration Table (BCT) file.
Specifies the NvFlash configuration file.
Optionally specifies a device tree file to use instead of the default.
Specifies the eMMC size of the target device.
Specifies the path to flash application: nvflash or tegra-rcm.
Specifies to pass the user kernel command line to the kernel as-is.
Specifies the kernel partition ID to be updated (minimum = 5).
Specifies the static NFS network assignments:
<Client IP>:<Server IP>:<Gateway IP>:<Netmask>
Specifies the ODM data value.
Total eMMC HW boot partition size.
Specifies to skip building and reuse existing system.img.
Specifies the boot script file for U-Boot.
Specifies the kernel command line. Warning: Each option in this
kernel command-line gets higher precedence over the same option
U-Boot Guide
chapter of this document.
flash.sh
Jetson TX1 Developer Kit
User Guide
–h (using the
Page 6 of 27

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents