博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
uboot的FIT功能
阅读量:5075 次
发布时间:2019-06-12

本文共 484 字,大约阅读时间需要 1 分钟。

1.FIT介绍

Flattend Image Tree

英文原版介绍:

FIT is formally a FDT, which can include images of various types (kernel, FDT blob, ramdisk, etc.) in a single blob. To boot this new uImage structure, pass the address of the blob to the "bootm" command. FIT is very flexible, supporting compression, multiple images, multiple configurations, verification through hashing and also  verified boot (secure boot using RSA).

2. 在uboot中的配置开关

CONFIG_FIT

 

转载于:https://www.cnblogs.com/dakewei/p/10042920.html

你可能感兴趣的文章