Lines Matching full:image
4 mkimage \- Generate image for U-Boot
10 .RB [\fIoptions\fP] " \-f [" "image tree source file" "]" " [" "uimage file name" "]"
23 system image, firmware images etc., either separate or combined.
29 .I legacy image
30 format concatenates the individual parts (for example, kernel image,
31 device tree blob and ramdisk image) and adds a 64 bytes header
33 image type, compression method, entry points, time stamp, checksums,
37 .I FIT (Flattened Image Tree) format
44 .B List image information:
48 mkimage lists the information contained in the header of an existing U-Boot image.
51 .B Create old legacy image:
63 .BI "\-T [" "image type" "]"
64 Set image type.
65 Pass \-h as the image to see the list of supported image type.
82 List the contents of an image.
85 .BI "\-n [" "image name" "]"
86 Set image name to 'image name'.
89 .BI "\-d [" "image data file" "]"
90 Use image data from 'image data file'.
97 .B Create FIT image:
106 message which describes how the image was signed or some other useful
112 create the image.
116 After processing, move the image data outside the FIT and store a data offset
119 in each image will be replaced with 'data-offset' and 'data-size' properties.
124 .BI "\-f [" "image tree source file" " | " "auto" "]"
125 Image tree source file that describes the structure and contents of the
126 FIT image.
130 and -e are used to specify the image to include in the FIT and its attributes.
135 Indicates that an existing FIT image should be modified. No dtc
137 This can be used to sign images with additional keys after initial image
153 public key information into. When a private key is used to sign an image,
167 must be verified for the image to boot. Without this option, the verification
172 List image information:
177 Create legacy image with compressed PowerPC Linux kernel:
184 Create FIT image with compressed PowerPC Linux kernel:
189 Create FIT image with compressed kernel and sign it with keys in the
195 .B -c """Kernel 3.8 image for production devices""" kernel.itb
199 Update an existing FIT image, signing it with additional keys.
206 .B -c """Kernel 3.8 image for production devices""" kernel.itb
210 Create a FIT image containing a kernel, using automatic mode. No .its file
215 .B -c """Kernel 4.4 image for production devices""" -d vmlinuz kernel.itb
218 Create a FIT image containing a kernel and some device tree files, using
223 .B -c """Kernel 4.4 image for production devices""" -d vmlinuz \\\\
232 and Wolfgang Denk <wd@denx.de>. It was updated for image signing by