logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

abootimg - manipulate Android Boot Images.

Description

       Tool to read/write/update android boot images

Name

       abootimg - manipulate Android Boot Images.

Options

-i     print boot imgage information

       -x     Extract a boot image

       -u     Update a boot image

       --create
              Create a boot image

   Optionsforextractingbootimagesbootimg
              Existing bootimage to use

       bootimg.cfg
              Name for the bootimg.cfg file, defaults to bootimg.cfg

       kernel Name for the kernel image, defaults to zImage

       ramdisk
              Name for the ramdisk image, defaults to initrd.img

       secondstage
              Name for the second-stage image, defaults to stage2.img

   Optionsforupdatingandcreatingbootimagesbootimg
              Existing bootimage to use

       -cparam=value
              Existing bootimage to use

       -f<bootimg.cfg>
              Update bootimg.cfg with the named file

       -k<kernel>
              Update kernel with the named file

       -r<ramdisk>
              Update ramdisk with the named file

       -s<secondstage>
              Update secondstage image with the named file

                                                                                                     ABOOTIMG(1)

Synopsis

abootimg
        -i <bootimg>
       abootimg
        -x <bootimg> [<bootimg.cfg> [<kernel> [<ramdisk> [<secondstage>]]]]
       abootimg
        -u <bootimg> [-c "param=value"] [-f <bootimg.cfg>] [-k <kernel>] [-r <ramdisk>] [-s <secondstage>]
       abootimg
        --create <bootimg> [-c "param=value"] [-f <bootimg.cfg>] -k <kernel> -r <ramdisk> [-s <secondstage>]

See Also