学习Uboot编程
请建议如何开始uboot编程的方法或来源。
Please suggest methods or sources how to start uboot programming.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
请建议如何开始uboot编程的方法或来源。
Please suggest methods or sources how to start uboot programming.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
最好的方法,即能给您最好的最终理解和洞察的方法,是获得一块具有工作 U-boot 配置的板、该板的 JTAG 调试器、源代码,然后深入研究。让它直接工作起来,然后改变一些事情,看看会发生什么。这是一个维护良好的项目,但引导加载程序(尤其是通用引导加载程序)的基本复杂性使得学习它成为一件需要动手的事情。
The best method, meaning the one that will give you the best final understanding and insight, is to get a board with a working U-boot configuration, a JTAG debugger for that board, the source code, and dig in. Get it working straight up, then change things and see what happens. It is a well-maintained project, but the fundamental complexity of bootloaders (and especially a generic bootloader) make learning it a hands on kind of thing.