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.

[参考译文] AM4378:引导加载程序的 A/B 分区

Guru**** 2465890 points


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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1473151/am4378-a-b-partitioning-for-bootloader

器件型号:AM4378

工具与软件:

您好!

我们使用 ti-processor-sdk-linux-am437x-hs-evm-06.03.00.106 BSP 版本。 我们将尝试为 u-boot.img 实现 A/B 分区方法。 这意味着我们需要2个不同的引导分区、并在某些情况下选择要加载 u-boot.img 的分区。 根据文档、我看到 ROM 代码加载 SPL、SPL 加载 u-boot.img、我们可以对 SPL 源代码(例如:common/spl/spl_mc.c)进行一些更改。 我看到了内核和 rootfs 的此实现示例、但我没有看到任何有关 u-boot 部件的信息。

1-是否可以为我们的用例实现 u-boot.img 的 A/B 分区?

如果可以、我们该怎么做? 是否有任何与此相关的参考资料或文档?