blob: 69a149fa4afd063d3669b01cecd997d81eb3fc45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#@TYPE: Machine
#@NAME: phyboard-segin-imx6ul-7
#@DESCRIPTION: PHYTEC phyBOARD-Segin i.MX6 ULL, 512MB RAM, eMMC
#@ARTICLENUMBERS: PB-02013-410I.A0, PCL-063-20910CI.A0
require conf/machine/include/phyimx6ul.inc
SOC_FAMILY .= ":phyboard-segin-imx6ul"
# Kernel
KERNEL_DEVICETREE = "imx6ull-phytec-segin-ff-rdk-emmc.dtb"
# Barebox Config
BAREBOX_BIN = "images/barebox-phytec-phycore-imx6ull-emmc-512mb.img"
MACHINE_FEATURES += "resistivetouch can alsa wifi emmc"
|