1ABOOTIMG(1) General Commands Manual ABOOTIMG(1)
2
3
4
6 abootimg - manipulate Android Boot Images.
7
9 Tool to read/write/update android boot images
10
11
13 abootimg
14 -i <bootimg>
15 abootimg
16 -x <bootimg> [<bootimg.cfg> [<kernel> [<ramdisk> [<secondstage>]]]]
17 abootimg
18 -u <bootimg> [-c "param=value"] [-f <bootimg.cfg>] [-k <kernel>] [-r
19 <ramdisk>] [-s <secondstage>]
20 abootimg
21 --create <bootimg> [-c "param=value"] [-f <bootimg.cfg>] -k <kernel>
22 -r <ramdisk> [-s <secondstage>]
23
24
26 -i print boot image information
27
28 -x Extract a boot image
29
30 -u Update a boot image
31
32 --create
33 Create a boot image
34
35
36 Options for extracting boot images
37 bootimg
38 Existing boot image to use
39
40 bootimg.cfg
41 Name for the bootimg.cfg file, defaults to bootimg.cfg
42
43 kernel Name for the kernel image, defaults to zImage
44
45 ramdisk
46 Name for the ramdisk image, defaults to initrd.img
47
48 secondstage
49 Name for the second-stage image, defaults to stage2.img
50
51
52 Options for updating and creating boot images
53 bootimg
54 Existing boot image to use
55
56 -c param=value
57 Existing boot image to use
58
59 -f <bootimg.cfg>
60 Update bootimg.cfg with the named file
61
62 -k <kernel>
63 Update kernel with the named file
64
65 -r <ramdisk>
66 Update ramdisk with the named file
67
68 -s <secondstage>
69 Update secondstage image with the named file
70
71
72
73 ABOOTIMG(1)