# Tools to run the boot process 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 > > > > > > > > [QDTE](https://docs.qualcomm.com/doc/80-70018-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 command `./qdte`. > > > > > > - In Windows by clicking the QDTE app. > > - In Linux run the command `./qdte`. > > > > > > Note > > > > > > In Linux, check the QDTE installation path before running `./qdte`. > > > > [Fastboot](https://docs.qualcomm.com/doc/80-70018-4/topic/fastboot.html#fastboot) > > > > > > > > > Fastboot allows you to flash software images such as the boot loader and helps in system recovery. > > > > [Capsule generation in UEFI](https://docs.qualcomm.com/doc/80-70018-4/topic/capsule-generation-in-uefi.html#capsule-generation-in-uefi) > > > > > > > > > > > > > > > > - 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-70018-4/topic/capsule-generation-in-uefi.html#capsule-generation-in-uefi). > > > > > > > > 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: Apr 30, 2025 [Previous Topic Storage](https://docs.qualcomm.com/bundle/publicresource/80-70018-4/topics/storage-developer-touchpoints.md) [Next Topic Develop UEFI applications](https://docs.qualcomm.com/bundle/publicresource/80-70018-4/topics/develop-boot-public.md)