- Mastering Embedded Linux Programming
- Chris Simmonds
- 165字
- 2021-07-30 09:45:02
Choosing a bootloader
Bootloaders come in all shapes and sizes. The kind of characteristics you want from a bootloader are that they be simple and customizable with lots of sample configurations for common development boards and devices. The following table shows a number of them that are in general use:

We are going to focus on U-Boot because it supports a good number of processor architectures and a large number of individual boards and devices. It has been around for a long time and has a good community for support.
It may be that you received a bootloader along with your SoC or board. As always, take a good look at what you have and ask questions about where you can get the source code from, what the update policy is, how they will support you if you want to make changes, and so on. You may want to consider abandoning the vendor-supplied loader and use the current version of an open source bootloader instead.
- 大學計算機基礎實驗教程
- 算法基礎:打開程序設計之門
- Offer來了:Java面試核心知識點精講(原理篇)
- Selenium Design Patterns and Best Practices
- C#程序設計教程
- 深入淺出Serverless:技術原理與應用實踐
- Python數據結構與算法(視頻教學版)
- Web Development with MongoDB and Node(Third Edition)
- MATLAB for Machine Learning
- 執劍而舞:用代碼創作藝術
- Learning PHP 7
- R用戶Python學習指南:數據科學方法
- Regression Analysis with Python
- 深入實踐Kotlin元編程
- SwiftUI極簡開發