Skip to content

TheSSJ/zenfone4_boot_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZenFone boot tools

Fork from https://github.com/sndnvaps/intel-boot-tools

Tools to pack/unpack ZenFone 4 boot images

Build

  • run make to build tools: pack_intel & unpack_intel

Usage

To build boot.img (or recovery.img) from custom kernel (bzImage) and initrd (ramdisk.cpio.gz), use original boot.img (or recovery.img) as input:

$ pack_intel boot.img bzImage ramdisk.cpio.gz new_boot.img

To extract kernel (bzImage) and initrd (ramdisk.cpio.gz) from boot.img (or recovery.img):

$ unpack_intel boot.img bzImage ramdisk.cpio.gz

About

Tool to unpack ZF4 image (bootheader slightly changed compared to ZF5/6)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published