Arif Ali
fc88e6ffb9
* - removed other targets from source - removed tinboot like wrapper, now romhdr is in crt0 - power collapse fix - off charge support. - misc partition check removed
4 lines
261 B
Plaintext
4 lines
261 B
Plaintext
#make ARCH=arm CROSS_COMPILE=arm-none-eabi-
|
|
mkbootimg --kernel zImage --ramdisk initrd.gz --cmdline "" --base 0x11800000 -o android_boot.img
|
|
mkbootimg --base 0x11800000 --cmdline "no_console_suspend=0" --kernel zImage --ramdisk initrd.gz -o android_boot.img
|