- 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.
- LabVIEW Graphical Programming Cookbook
- Cassandra Data Modeling and Analysis
- 可解釋機器學習:模型、方法與實踐
- Apache Spark 2.x for Java Developers
- SQL 經典實例
- Learning AWS
- Hands-On JavaScript for Python Developers
- Nagios Core Administration Cookbook(Second Edition)
- Building Slack Bots
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Web開發的平民英雄:PHP+MySQL
- Learning D3.js 5 Mapping(Second Edition)
- Android初級應用開發
- 狼書(卷2):Node.js Web應用開發
- Mastering Assembly Programming