xiaolu / mkbootimg_tools

Unpack and repack boot.img,support dtb(dt.img).
530 stars 365 forks source link

Modifications for ARM: #4

Closed ghost closed 9 years ago

ghost commented 9 years ago

-- Modifed README.md. -- Modified mkboot script. -- Compiled gzip, cpio, lz4, lzma, grep, od, mkbootimg, mkbootfs, and bash for ARM devices. -- All Binaries should be in compliance with pre-jb up to Android L.

-- CPIO version 2.10. -- GZIP version 1.6 -- LZ4 version r120 -- LZMA version 4.32.7 -- GREP version 2.19 -- OD version coreutils-8.23 -- BASH version 4.3.11

-- NOTE - Busybox is stripped and incomplete for use with mkboot. Busybox is still required to be installed on your device. This is where the above listed Binaries come in to play.