mkimage.1 (4fd096f4500d8290c7ce3ab14de17a2cba728863) | mkimage.1 (0f7c6cdc8143d6cf0577a84bf27bdaadd6229ff4) |
---|---|
1.TH MKIMAGE 1 "2010-05-16" 2 3.SH NAME 4mkimage \- Generate image for U-Boot 5.SH SYNOPSIS 6.B mkimage 7.RB "\-l [" "uimage file name" "]" 8 --- 124 unchanged lines hidden (view full) --- 133.TP 134.BI "\-F" 135Indicates that an existing FIT image should be modified. No dtc 136compilation is performed and the \-f flag should not be given. 137This can be used to sign images with additional keys after initial image 138creation. 139 140.TP | 1.TH MKIMAGE 1 "2010-05-16" 2 3.SH NAME 4mkimage \- Generate image for U-Boot 5.SH SYNOPSIS 6.B mkimage 7.RB "\-l [" "uimage file name" "]" 8 --- 124 unchanged lines hidden (view full) --- 133.TP 134.BI "\-F" 135Indicates that an existing FIT image should be modified. No dtc 136compilation is performed and the \-f flag should not be given. 137This can be used to sign images with additional keys after initial image 138creation. 139 140.TP |
141.BI "\-i [" "ramdisk_file" "]" 142Appends the ramdisk file to the FIT. 143 144.TP |
|
141.BI "\-k [" "key_directory" "]" 142Specifies the directory containing keys to use for signing. This directory 143should contain a private key file <name>.key for use with signing and a 144certificate <name>.crt (containing the public key) for use with verification. 145 146.TP 147.BI "\-K [" "key_destination" "]" 148Specifies a compiled device tree binary file (typically .dtb) to write --- 81 unchanged lines hidden --- | 145.BI "\-k [" "key_directory" "]" 146Specifies the directory containing keys to use for signing. This directory 147should contain a private key file <name>.key for use with signing and a 148certificate <name>.crt (containing the public key) for use with verification. 149 150.TP 151.BI "\-K [" "key_destination" "]" 152Specifies a compiled device tree binary file (typically .dtb) to write --- 81 unchanged lines hidden --- |