From: Roberto Fichera <kernel@tekno-soft.it>
To: meta-freescale@yoctoproject.org
Subject: fdt_file u-boot variable not set correctly
Date: Tue, 23 Sep 2014 10:31:23 +0200 [thread overview]
Message-ID: <54212FDB.4090405@tekno-soft.it> (raw)
Hi All,
I'm working on a custom board based on iMX6SLEVK, so I've created a new machine
configuration you can find below:
#@TYPE: Machine
#@NAME: Freescale i.MX6SL QuadPlay
#@SOC: i.MX6SL
#@DESCRIPTION: Machine configuration for Freescale i.MX6SL QuadPlay Project
#@MAINTAINER: Roberto Fichera <roberto@dicenetworks.co.uk>
include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa9.inc
SOC_FAMILY = "mx6:mx6sl"
#KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb"
KERNEL_DEVICETREE = "quadplay-imx6sl.dtb quadplay-imx6sl-csi.dtb quadplay-imx6sl-ldo.dtb"
UBOOT_CONFIG ??= "sd"
UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard"
UBOOT_CONFIG[spinor] = "mx6slevk_spinor_config"
UBOOT_CONFIG[mfgtool] = "mx6slevk_config"
SERIAL_CONSOLE = "115200 ttymxc0"
MACHINE_FEATURES += " pci"
MACHINE_FIRMWARE += "linux-firmware-ath6k"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-quadplay"
I've replace the KERNEL_DEVICETREE with my own DTS changes still derived
from the imx6sl-evk. So far so good, once the sdcard build terminate and the image is
dd'ed to the microSD, I've notice that the last quadplay-imx6sl-ldo.dtb is not set
as fdt_file uboot environment variable but instead imx6sl-evk-ldo.dtb still used. I've also
tried to do "bitbake u-boot-fslc -c cleansstate" before to bake the image but nothing
still keeping the imx6sl-evk-ldo.dtb.
Does anyone can suggest how to fix it?
Thanks in advance,
Roberto Fichera.
next reply other threads:[~2014-09-23 8:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-23 8:31 Roberto Fichera [this message]
2014-09-23 11:39 ` fdt_file u-boot variable not set correctly Daiane Angolini
2014-09-23 14:12 ` Roberto Fichera
2014-09-23 17:23 ` Roberto Fichera
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54212FDB.4090405@tekno-soft.it \
--to=kernel@tekno-soft.it \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.