Flashing Preprocessed Binaries

Note: You do not need to use sudo for the following commands:
  • bootburn.py
  • create_bsp_images.py
  • flash_bsp_images.py

However, if you choose to use sudo for one, use it consistently the others. Do not switch between sudo/non-sudo usage.

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

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

  • bootburn_lib.py
  • bootburn_adb.py
  • bootburn_helper.py

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

Flash BSP uses the following tools:

  • tegrarcm_v2
  • adb
  • nvdd
  • nvskuinfo

flash_bsp_images.py is at:

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

flash_bsp_images.py is at:

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