aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/dragonboard-820c.conf
blob: 30b9f2c0541ffc57ed372a98a012739b9aab8719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#@TYPE: Machine
#@NAME: dragonboard-820c
#@DESCRIPTION: Machine configuration for the DragonBoard 820c (96boards), with Qualcomm Snapdragon 820 APQ8096.

require conf/machine/include/qcom-apq8096.inc

MACHINE_FEATURES = "usbhost usbgadget alsa screen wifi bluetooth ext2"

KERNEL_IMAGETYPE = "Image"
KERNEL_DEVICETREE = "qcom/apq8096-sbc.dtb"

SERIAL_CONSOLE = "115200 ttyMSM0"

MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
    kernel-modules \
"

QCOM_BOOTIMG_ROOTFS ?= "sde18"

CMDLINE = "console=ttyMSM0,115200n8 root=/dev/sde18 rootwait"

# UFS partitions setup with 4096 logical sector size
EXTRA_IMAGECMD_ext4 += " -b 4096 "