如何从 x-loader 读取 u-boot env
在我的 X-loader 中,我必须读取 u-boot env 和一些其他数据,我将把它们保存到 u-boot env 分区中。根据 u-boot env 分区中保存的数据,我必须执行一些任务。
有人可以帮我如何从 x-loader 读取这些环境吗?
谢谢
In my X-loader, I have to read u-boot env and few other data which I will be saving into u-boot env partition. Based on the data saved in u-boot env partision I have to perform some task.
Could anybody help me how can I read these env from x-loader?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
U-Boot环境变量存储在Flash存储器中,你必须知道在哪个地址。
然后您将能够读取这些变量。
U-Boot env variables are stored in Flash memory, you have to know in which adress.
Then you will be able to read these variables.