Flashing Preprocessed Binaries

Note:

The command line syntax for all Bash and Python scripts are the same, except for the extensions. For example, flash_bsp_images.sh and flash_bsp_images.py.

This topic describes how to flash prebuilt binaries that create_bsp_images.sh generated. Such binaries are generated offline, when the target is disconnected from the host.

The flash BSP tool, flash_bsp_image.sh, calls the following scripts:

  • bootburn_lib.sh
  • bootburn_adb.sh
  • bootburn_helper.sh

Flash BSP flashes binaries that are generated offline by create_bsp_tool.sh.

Flash BSP uses the following tools:

  • tegrarcm_v2
  • adb
  • nvdd
  • nvskuinfo

flash_bsp_images.sh is at:

<top>/drive-
foundation/tools/flashtools/bootburn_t23x/

flash_bsp_images.py is at:

<top>/drive-
foundation/tools/flashtools/bootburn_t23x_py/