> ## 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.

# 更新内核命令行参数

要更新内核命令行,请修改 `meta-qcom/ci/base.yml` 中的 `KERNEL_CMDLINE_EXTRA` 以将更改应用于所有机器,或修改特定 SoC 的机器包含文件
(`meta-qcom/conf/machine/include/qcom-<SoC>.inc`)以将其应用于单个目标:

```text theme={null}
KERNEL_CMDLINE_EXTRA:append = "console=ttyMSM0,115200n8 earlycon"
```
