Usage

The options flash_bsp_images.sh supports are as follows.

Option

Description

-D

Enables debug messages from the Flashing script.

-I <bus_id> <device_id>

Flashes a specific Orin when multiple devices are in recovery.

Obtain the bus and device ID information of each NVIDIA device in recovery by executing the lsusb command on the host.

For example, if the lsusb command gives the following output:

Bus 003 Device 105: ID 0955:7018 
NVidia Corp.
Bus 003 Device 104: ID 0955:7018
NVidia Corp.

Then flash the second NVIDIA device with the -I option as in the following example:

-I 003 104

-P <path>

Specifies a directory from which flash_bsp_images.sh picks prebuild binaries. The script does not generate the binaries.

-R

Specifies RCM support. Boots without Flashing Software(BCT is used from Media). Default flash-boot

-b <board_and_rev>

Specifies the board name.

-h

Provides guidance on the flash_bsp_images tool options.

Note:

flash_bsp_images.sh supports only the options described in this table, which are a subset of the options listed by this -h option. (This -h option lists all options supported by bootburn_lib.sh.)

-o

Skips flashing of recovery partitions.

--asymmetric

Flag to specify asymmetric boot chain flashing.

--customer-data

Specified customer data such as skuinfo and others to be updated during flashing.

See Updating Customer Data into BCT for information on how to use it.

devicetype

Used to write single non-volatile memory device {spi, sdhci or ufshci}.

logs

Absolute path to directory for log files.