Home > boot_tool

boot_tool

Boot_tool is a project mainly written in ..., it's free.

A tool to extract and repack boot image

This is not my scripts, I found them on net, and I want to thank to author :)

Using:

Extracting

  1. Place a working boot.img into this folder
  2. Type:

$ ./extract_boot boot.img

  1. Done. Now you can see a boot.img-kernel (zImage) and a ramdisk on extracted boot.

Repacking

  1. After you done making changes on kernel/ramdisk, type:

$ ./make_boot boot.img

  1. Done. Now you can see and flash your new boot named "boot-new.img"
Previous:sample_app