# Tools to update boot configuration The following tools can be used to update the boot configuration: > > > > > > > > > > > > > > > - QDTE > > > - Fastboot > > > - Capsule generation in UEFI > > > > > > > > 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](https://docs.qualcomm.com/doc/80-70030-4/topic/qdte-tools.html#qdte-tools) > > > > > > > > > > > > > > > > > > > > > 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`. > > > > [Fastboot](https://docs.qualcomm.com/doc/80-70030-4/topic/fastboot.html#fastboot) > > > > > > > > > Fastboot allows you to flash software images such as the boot loader and helps in system recovery. > > > > [Generate the capsule](https://docs.qualcomm.com/doc/80-70030-4/topic/capsule-generation-in-uefi.html#generate-the-capsule) > > > > > > > > > > > > > > > > - Capsule generation tools create capsule files, which are useful to perform firmware updates on a device. > > > - These tools streamline the process of packaging firmware updates into a format that can be deployed and applied to the device hardware. > > > - The tools can be run on both Linux and Windows environments, providing flexibility for different development setups. > > > - By using OpenSSL for certificate generation and signing, the tools ensure that the firmware updates are secure and authenticated. To set up the capsule, see the [Capsule generation in UEFI](https://docs.qualcomm.com/doc/80-70030-4/topic/capsule-generation-in-uefi.html#generate-the-capsule). > > > > > > > > For more information about QSC, see [Qualcomm Software Center User Guide](https://docs.qualcomm.com/doc/80-72780-2/topic/overview.html). > > > > > > > > > > > > > > > Last Published: Jul 20, 2026 [Previous Topic Set up your development environment](https://docs.qualcomm.com/bundle/publicresource/80-70030-4/topics/getting-started.md) [Next Topic Update the device firmware](https://docs.qualcomm.com/bundle/publicresource/80-70030-4/topics/Update-the-device-firmware.md)