This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AM62P:如何在 uboot 或内核代码中将 EMMC 频率修改为125MHz、当前使用 devmem2工具直接操控寄存器的方式不是一种稳定的使用方式、您能否问是否可以实施 EMMC 频率修改

Guru**** 2480675 points
Other Parts Discussed in Thread: AM62P

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1460177/am62p-how-to-modify-the-emmc-frequency-to-125mhz-in-uboot-or-kernel-code-the-current-way-of-using-devmem2-tool-to-manipulate-the-registers-directly-is-not-a-stable-way-to-use-so-can-you-please-ask-if-it-is-possible-to-impleme

器件型号:AM62P

工具与软件:

尊敬的工程师 TI
我们将 AM62P 用作定制电路板的 SOC、它支持从 SD 卡或 EMMC 引导。 当我们使用 EMMC 引导时、应该无需插入 SD 卡、但当未插入 SD 卡时、内核的引导日志中会显示以下错误:

sdhci-am654 fa0000.mmc:开机失败

通过检查内核源代码中的 sdhci_am654.c、我发现了可能的原因:每次启动时都会初始化 SD 卡、即使未插入 SD 卡也是如此。

我想咨询有关如何使系统在每次启动时检查是否首次插入 SD 卡的建议、如果没有、则跳过初始化 SD 卡的过程。

此致