Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jankowskib/9910259 to your computer and use it in GitHub Desktop.
Save jankowskib/9910259 to your computer and use it in GitHub Desktop.
A way to create boot img on new AW SDK (exdroid4.4_r1.2-a31-v4.5)
mkbootimg --kernel kernel.img --ramdisk ramdisk.cpio.gz --base 0x40000000 --cmdline='console=ttyS0,115200 rw init=/init loglevel=4 vmalloc=384M ion_reserve=128M' -o boot.img --pagesize 2048 --kernel_offset 0x8000 --ramdisk_offset 0x1000000 --tags_offset 0x100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment