forked from work4blue/unpack-mkbootimg
-
Notifications
You must be signed in to change notification settings - Fork 3
nneonneo/unpack-mkbootimg
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Andrew Huang <[email protected]> http://bluedrum.sinaapp.com 0.about my project --------------------------------------------------------------- unpack-mkbootimg from the CM 7.0 (http://www.cyanogenmod.com/), I extract it and libmincrpty from /system/core/mkbootimg, and rewrite the Makefile, as a simplified open source project. Developers run make under linux (need to install gcc, make) or windows(neet to install minGW), after the success of the executable file mkbootimg / unpackbootimg. 1.unpackbootimg --------------------------------------------------------------- 1.1 usage: -i|--input boot.img [ -o|--output output_directory] [ -p|--pagesize ] 1.2 example: ./unpackbootimg -i boot.img -o boot 2.mkbootimg --------------------------------------------------------------- 2.1 usage --kernel --ramdisk [ --second ] [ --cmdline ] [ --board ] [ --base] [ --pagesize ] [ --ramdiskaddr] -o|--output 2.2 exapmle ./mkbootimg --cmdline 'no_console_suspend=1 console=null' --kernel zImage --ramdisk boot/boot.img-ramdisk.gz -o boot.img --base 02e00000
About
Android unpackbootimg/mkbootimg tools
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 93.8%
- Erlang 3.8%
- Perl 1.6%
- JavaScript 0.8%