cLK/readme_boot.img.txt

4 lines
261 B
Plaintext
Raw Normal View History

2011-11-06 23:26:22 +00:00
#make ARCH=arm CROSS_COMPILE=arm-none-eabi-
2011-11-06 23:48:03 +00:00
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