diff options
author | Stefan Riedmueller <s.riedmueller@phytec.de> | 2018-06-21 09:06:22 +0200 |
---|---|---|
committer | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2018-07-18 09:47:38 +0200 |
commit | 7b341d4eb12b98198c5d5951f306c3a8339f4770 (patch) | |
tree | ea2bce7cb7fbf87a76eacceb8c7fe7037733d733 /conf/machine/phyboard-mira-imx6-15.conf | |
parent | 17529b7b783df26a7c22cac825daf78bf19c7289 (diff) | |
download | meta-phytec-7b341d4eb12b98198c5d5951f306c3a8339f4770.tar.bz2 meta-phytec-7b341d4eb12b98198c5d5951f306c3a8339f4770.zip |
machine: Add machine phyboard-mira-imx6-15
The phybaord-mira-imx6-15 is a i.MX 6Solo phyCORE on a
full-featured phyBOARD-Mira. The phyCORE is the same as with the
phyboard-mira-imx6-4, an i.MX 6Solo with 256 MB RAM and 512 MB NAND.
Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de>
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Diffstat (limited to 'conf/machine/phyboard-mira-imx6-15.conf')
-rw-r--r-- | conf/machine/phyboard-mira-imx6-15.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/phyboard-mira-imx6-15.conf b/conf/machine/phyboard-mira-imx6-15.conf new file mode 100644 index 0000000..8811a59 --- /dev/null +++ b/conf/machine/phyboard-mira-imx6-15.conf @@ -0,0 +1,20 @@ +#@TYPE: Machine +#@NAME: phyboard-mira-imx6-15 +#@DESCRIPTION: PHYTEC phyBOARD-Mira full-featured i.MX6 Solo, 256MiB RAM, 4GiB eMMC +#@ARTICLENUMBERS: PBA-C-06-002.A2, PCM-058-12000D0C.A4 +#@SUPPORTEDIMAGE: phytec-qt5demo-image/yogurt + +require conf/machine/include/phyimx6qdl.inc + +SOC_FAMILY .= ":mx6dl" +SOC_FAMILY .= ":phyboard-mira-imx6" + +# Kernel +KERNEL_DEVICETREE = "imx6dl-phytec-mira-ff-rdk-nand.dtb" + +# Barebox Config +BAREBOX_BIN = "images/barebox-phytec-phycore-imx6dl-som-nand-256mb.img" + +MACHINE_FEATURES += "resistivetouch pci can wifi" + +SERIAL_CONSOLES = "115200;ttymxc1" |