Hi Daiane, I forgot to mention this, but the quartz_nand_config u-boot config target supports both SD card boot and NAND boot. I can change the quartz machine config to specify separate SD and NAND u-boot config targets, or better document that the quartz_nand_config target supports both SD and NAND. Let me know which you would prefer.
Thanks, Tony On Tue, 2014-03-18 at 12:27 -0400, [email protected] wrote: > > > -----Original Message----- > > From: [email protected] [mailto:meta-freescale- > > [email protected]] On Behalf Of Anthony Felice > > Sent: Tuesday, March 18, 2014 1:16 PM > > To: [email protected] > > Subject: [meta-freescale] [meta-fsl-arm-extra][PATCH 3/3] quartz: Add > > machine config > > > > This commit adds a machine configuration for the Device Solutions Quartz > > Vybrid board. > > > > Signed-off-by: Anthony Felice <[email protected]> > > --- > > conf/machine/quartz.conf | 22 ++++++++++++++++++++++ > > 1 file changed, 22 insertions(+) > > create mode 100644 conf/machine/quartz.conf > > > > diff --git a/conf/machine/quartz.conf b/conf/machine/quartz.conf new file > > mode 100644 index 0000000..0843b76 > > --- /dev/null > > +++ b/conf/machine/quartz.conf > > @@ -0,0 +1,22 @@ > > +#@TYPE: Machine > > +#@NAME: Device Solutions Quartz Vybrid Development Kit > > +#@SOC: vf60 > > +#@DESCRIPTION: Machine configuration for Device Solutions Quartz Vybrid > > +Development Kit > > +#@MAINTAINER: Anthony Felice <[email protected]> > > + > > +include conf/machine/include/imx-base.inc include > > +conf/machine/include/tune-cortexa5.inc > > + > > +SOC_FAMILY = "vf60" > > + > > +PREFERRED_PROVIDER_virtual/kernel = "linux-timesys" > > +PREFERRED_PROVIDER_u-boot = "u-boot-timesys" > > + > > +UBOOT_MACHINE = "quartz_nand_config" > > I was expecting to have something using UBOOT_CONFIG with 2 options (sdcard > and nand) > from your u-boot patch. > > Something like > http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/conf/machine/imx6qsabresd.conf#n13 > > Would you mind to double check it? > > I don“t have any other comment on this patchset ;-) > > Daiane > > + > > +SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" > > +IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard" > > + > > +SERIAL_CONSOLE = "115200 ttymxc0" > > + > > +MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" > > -- > > 1.9.0 > > > > -- > > _______________________________________________ > > meta-freescale mailing list > > [email protected] > > https://lists.yoctoproject.org/listinfo/meta-freescale > > > -- Tony Felice Vybrid Technical Lead Timesys Corporation -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
