# Tools to update boot configuration

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

> 
> 
> > 
> > 
> > - QDTE
> > - Fastboot
> > - Capsule generation in UEFI
> > 
> > 
> > 
> > [QDTE](https://docs.qualcomm.com/doc/80-70020-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-70020-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-70020-4/topic/capsule-generation-in-uefi.html#generate-the-capsule)
> 
> 
> 
> > 
> > 
> > > 
> > > 
> > > - Capsule generation tools are specialized utilities designed to create capsule files, which are essential for performing firmware updates on various devices.
> > > - 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-70020-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/bundle/publicresource/topics/80-72780-2/overview.html).
> > 
> > 
> > 
> > > 
> > > 
> > >

Last Published: Jun 25, 2025

[Previous Topic
Set up your development environment](https://docs.qualcomm.com/bundle/publicresource/80-70020-4/topics/getting-started.md) [Next Topic
Update the device firmware](https://docs.qualcomm.com/bundle/publicresource/80-70020-4/topics/Update-the-device-firmware.md)