# 启动

Source: [https://docs.qualcomm.com/doc/80-70014-4Y/topic/boot-developer-touchpoints.html](https://docs.qualcomm.com/doc/80-70014-4Y/topic/boot-developer-touchpoints.html)

启动 DT 属性提供了如何在 XBL 中启用和禁用用户发起的 EDL。还介绍了 EDL 超时和用 USB 线强制系统进入 EDL 模式的选项。这些属性用于配置与启动相关的功能。

启动 DT 文件路径为 /boot\_images/boot/Settings/Soc/&lt;chipset&gt;/Core/Boot/sw\_boot.dtsi。

| 属性名称 | 属性描述 | 数据类型 | 可能的值/取值范围 | 设备行为 |
| --- | --- | --- | --- | --- |
| `vibration` | 在 XBL 出口处打开/关闭振动 | UINT32 | <ul class="ul" id="boot-developer-touchpoints__ul_nf1_q1z_s1c"><br>                                <li class="li">0x00</li><br><br>                                <li class="li">0x01</li><br><br>                            </ul> | <ul class="ul" id="boot-developer-touchpoints__ul_bqs_lmr_l1c"><br>                                <li class="li">ENABLE (0x01)：打开振动。默认设置</li><br><br>                                <li class="li">DISABLE (0x00)：关闭振动</li><br><br>                            </ul> |
| `forced_download.feature` | 在 XBL 阶段启用/禁用强制紧急下载模式 (EDL) 功能，使用 USB 线和组合键（同时按下 POWER (PWR)、VOL+ 和 VOL- 键）烧录镜像 | UINT32 | <ul class="ul" id="boot-developer-touchpoints__ul_lsz_s1z_s1c"><br>                                <li class="li">0x00</li><br><br>                                <li class="li">0x01</li><br><br>                            </ul> | 强制 EDL 功能 (FEDL)<ul class="ul" id="boot-developer-touchpoints__ul_gg5_mmr_l1c"><br>                                <li class="li">ENABLE (0x01)：在 XBL 中启用用户发起的 EDL。默认设置</li><br><br>                                <li class="li">DISABLE (0x00)：FEDL 已禁用</li><br><br>                            </ul> |
| `forced_download.check_usb_option` | 选择 USB 线进入 FEDL 模式 | UINT32 | <ul class="ul" id="boot-developer-touchpoints__ul_oly_v1z_s1c"><br>                                <li class="li">0x00</li><br><br>                                <li class="li">0x01</li><br><br>                                <li class="li">0x02</li><br><br>                            </ul> | 强制 EDL 功能配置：<br><br><br>                            <ul class="ul" id="boot-developer-touchpoints__ul_stj_zmr_l1c"><br>                                <li class="li">CHECK_USB_D_PLUS_GROUND (0x00)：当使用 D+ 线接地的特殊 USB 线为设备通电时，设备会强制进入 EDL 模式。默认设置</li><br><br>                                <li class="li">CHECK_USB_D_PLUS_HIGH_WITH_TIMEOUT (0x01)：在启动期间和超时时间内连接到接地的 USB+，移除后会强制设备进入 EDL 模式。</li><br><br>                                <li class="li">超时在 <code class="ph codeph">forced_download.check_dp_timeout</code> DT 属性中设置，单位为毫秒 (ms)</li><br><br>                                <li class="li">CHECK_USB_REGULAR_CABLE (0x02)：使用普通 USB 线启动时，设备会强制进入 EDL 模式</li><br><br>                            </ul> |

**Parent Topic:** [接口](https://docs.qualcomm.com/doc/80-70014-4Y/topic/interfaces.html)

Last Published: Feb 03, 2026

[Previous Topic
接口](https://docs.qualcomm.com/bundle/publicresource/80-70014-4Y/topics/interfaces.md) [Next Topic
PMIC](https://docs.qualcomm.com/bundle/publicresource/80-70014-4Y/topics/pmic-developer-touchpoints.md)