• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D03-May-2022165 189

README.mdH A D25-Nov-2017624 2016

boot-extract.cH A D25-Nov-20175.8 KiB209158

bootimg.hH A D25-Nov-20173.5 KiB9830

README.md

1Simple tool for extracting kernel, ramdisk and metadata from an
2Android boot or recovery image.
3
4## To build (on Linux):
5```
6  $ make
7```
8## Usage:
9```
10  $ ./boot-extract <-i> [boot or recovery image file]
11                    -i   information only: do not extract images
12```
13## For more information:
14* Presentation about Android boot format:
15[http://www.slideshare.net/chrissimmonds/android-bootslides20](http://www.slideshare.net/chrissimmonds/android-bootslides20)
16
17* My blog on implementing fastboot for BeagleBone Black
18[http://2net.co.uk/tutorial/fastboot-beaglebone](http://2net.co.uk/tutorial/fastboot-beaglebone)
19
20