Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 X-loader 中,我必须读取 u-boot env 和其他一些我将保存到 u-boot env 分区中的数据。根据保存在 u-boot env 分区中的数据,我必须执行一些任务。
谁能帮助我如何从 x-loader 读取这些环境?
谢谢
U-Boot 环境变量存储在闪存中,你必须知道在哪个地址。
然后您将能够读取这些变量。