Advertisement
neochapay

mkimage

Aug 24th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. ./mkbootimg --kernel boot.img-zImage \
  2. --ramdisk boot.img-ramdisk \
  3. --cmdline "selinux=0 console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1" \
  4. --base "80000000" \
  5. --pagesize 2048 \
  6. --dt boot.img-dtb \
  7. --kernel_offset "00008000" \
  8. --tags_offset "01e00000" \
  9. --ramdisk_offset "02000000" \
  10. -o oboot2.img
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement