I really could use some help. Still have not resolved this issue. Somebody must have some experience customizing Yocto for a device that is not included by Freescale. Any advice is appreciated
I added my device tree file to the arch/arm/boot/dts directory and added this dtb file to the Makefile in the same directory. In my conf file I have the following:
#@TYPE: Machine
#@NAME: i.MX6Q SBC35-C398
#@SOC: i.MX6Q
#@DESCRIPTION: Machine configuration for i.MX6Q SBC35-C398
#@MAINTAINER: Paul DeMetrotion <pdemetrotion@winsystems.com>
require conf/machine/include/imx-base.inc
require conf/machine/include/tune-cortexa9.inc
SOC_FAMILY = "mx6:mx6q"
KERNEL_DEVICETREE = "imx6q-c398.dtb"
UBOOT_CONFIG ??= "sd"
UBOOT_CONFIG[sd] = "mx6qc398_config,sdcard"
UBOOT_CONFIG[sata] = "mx6qc398_sata_config"
UBOOT_CONFIG[mfgtool] = "mx6qc398_config"
SERIAL_CONSOLE = "115200 ttymxc0"
Am I missing something?