Skip to content

U Boot可识别的映像格式

Luo Jia edited this page Dec 22, 2021 · 1 revision

在U-Boot启动流程中,第一阶段的U-Boot SPL会读取映像,从中提取出SBI和U-Boot本体,从而执行下一步操作。其中,这个映像遵守FIT格式

mkimage -f sd-image.its ./target/out.img

直接烧录二进制到第2分区,将不能被U-Boot SPL识别和启动。

Clone this wiki locally