mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
imx6qdl-variscite-som: Add machine configuration
The VAR-SOM-MX6 board includes the following key features: - Freescale i.MX6 1.2GHz quad/dual/single core Cortex-A9 - 2GB DDR3 , 1GB SLC NAND Flash - Full HD 1080p video encoding/decoding capability - Vivante GPU providing 2D/3D acceleration - Simultaneous multiple display support - Gigabit Ethernet - TI WiLink™ 6.0 single-chip connectivity solution (Wi-Fi, Bluetooth®) - PCI-Express 2.0, S-ATA 3.0 - Camera interface - USB 2.0: Host, OTG - Audio In/Out - Dual CAN Bus For more information about this product, please visit: http://www.variscite.com/products/system-on-module-som/cortex-a9/var-som-mx6-cpu-freescale-imx6 Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
e9f1252550
commit
27dfc3745f
41
conf/machine/imx6qdl-variscite-som.conf
Normal file
41
conf/machine/imx6qdl-variscite-som.conf
Normal file
|
@ -0,0 +1,41 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: Variscite i.MX6Q/DL VAR-SOM-MX6
|
||||
#@SOC: i.MX6Q/DL
|
||||
#@DESCRIPTION: Machine configuration for Variscite i.MX6Q/DL VAR-SOM-MX6
|
||||
#@MAINTAINER: Fabio Berton <fabio.berton@ossystems.com.br>
|
||||
|
||||
require conf/machine/include/imx-base.inc
|
||||
require conf/machine/include/tune-cortexa9.inc
|
||||
|
||||
SOC_FAMILY = "mx6:mx6q:mx6dl"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-variscite"
|
||||
KERNEL_DEVICETREE = "imx6q-var-som.dtb imx6dl-var-som.dtb imx6dl-var-som-solo.dtb"
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
|
||||
UBOOT_SPL_BUILD = "yes"
|
||||
UBOOT_MAKE_TARGET = "all"
|
||||
UBOOT_SUFFIX = "img"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-variscite"
|
||||
PREFERRED_PROVIDER_u-boot = "u-boot-variscite"
|
||||
|
||||
UBOOT_CONFIG ??= "nand sd"
|
||||
UBOOT_CONFIG[sd] = "mx6var_som_sd_config,sdcard"
|
||||
UBOOT_CONFIG[nand] = "mx6var_som_nand_config,ubifs"
|
||||
|
||||
SPL_BINARY = "SPL"
|
||||
|
||||
## NAND 512MB
|
||||
UBI_ROOT_FS_NAME = "[rootfs]"
|
||||
UBI_VOLNAME = "rootfs"
|
||||
MKUBIFS_ARGS = " -m 2048 -e 124KiB -c 3965 -F "
|
||||
UBINIZE_ARGS = " -m 2048 -p 128KiB -s 2048 -O 2048 "
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
||||
|
||||
USE_VT = "0"
|
||||
|
||||
MACHINE_FIRMWARE_append = " linux-firmware-wl18xx"
|
||||
|
||||
MACHINE_FEATURES += " pci bluetooth touchscreen wifi"
|
Loading…
Reference in New Issue
Block a user