Skip to content

Instantly share code, notes, and snippets.

@Nokius
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nokius/bd6e24e9f50c4301405a to your computer and use it in GitHub Desktop.
Save Nokius/bd6e24e9f50c4301405a to your computer and use it in GitHub Desktop.
console=ttyHSL0,115200,n8 androidboot.hardware=qcom lpj=67677 user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 zcache androidboot.emmc=true androidboot.serialno=5d4a7116 androidboot.baseband=mdm oppo.pcb_version=pvt androidboot.startupmode=charger androidboot.mode=reboot lk_version=V1.0
# Kernel
BOARD_KERNEL_BASE := 0x80200000
BOARD_KERNEL_PAGESIZE := 2048
BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=qcom lpj=67677 user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 zcache
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02000000
TARGET_KERNEL_SOURCE := kernel/oppo/n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment