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.

[参考译文] Linux/AM5728:SD 卡引导问题

Guru**** 2895600 points

Other Parts Discussed in Thread: AM5728

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/663799/linux-am5728-sd-card-boot-issue

器件型号:AM5728

工具/软件:Linux

HII、

我使用的是与 AM5728-EVM 类似的定制 AM5728板、

我编译了内核、并使用 create-sdcard.sh 脚本创建了 SD 卡。

当从 SD 卡引导电路板时、它不会引导、它会被占用。

我需要在 u-boot 源码中进行哪些定制来检测电路板。

谢谢

Vijay Patil

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

    如果电路板上没有电路板 ID EEPROM、则应禁用 MLO/U-boot 中的 EEPROM 检查。
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    感谢您的回复 Biser、

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

    您好、Vijay、

    您可以在./u-boot/board/ti/am57xx/board.c./u-boot/board/ti/evm/evm.c 文件中找到电路板初始化和识别特定功能。
    我建议您从此处开始调试。

    BR
    Tsvetolin Shulev