> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools to update boot configuration

The following tools can be used to update the boot configuration:

* QDTE
* Fastboot

You can access QDTE, a GUI editor tool, from the [Qualcomm Software Center (QSC)](https://softwarecenter.qualcomm.com/#/), whereas Fastboot is a diagnostic tool that offers a Recovery mode known as the Fastboot mode. The tools for the boot process include:

[QDTE](./qdte)

QDTE is a GUI tool that’s used to configure the DTB files. It can also be used to change and configure interfaces inside the `xbl_config.elf` file. You can download QDTE from QSC and launch the UI using the `./qdte` command.

* In Windows, click the QDTE application.
* In Linux, run the `./qdte` command.

<Note>
  In Linux, check the QDTE installation path before running `./qdte`.
</Note>

[Fastboot](./fastboot)

Fastboot allows you to flash software images such as the boot loader and helps in system recovery.
