We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
在U-Boot启动流程中,第一阶段的U-Boot SPL会读取映像,从中提取出SBI和U-Boot本体,从而执行下一步操作。其中,这个映像遵守FIT格式。
mkimage -f sd-image.its ./target/out.img
直接烧录二进制到第2分区,将不能被U-Boot SPL识别和启动。