[meta-freescale] [3rdparty][PATCH v2] imx7d-pico: Add machine configuration

Takashi Matsuzawa tmatsuzawa at xevo.com
Fri Sep 29 01:06:04 PDT 2017


Hello.

I have one question regard this change.

There is another board called PICO-PI-IMX6UL and the same image from below can also be used on PICO-PI-IMX6UL, or maybe configuration change is needed?

________________________________
From: Fabio Berton <fabio.berton at ossystems.com.br>
Sent: Friday, September 15, 2017 4:40 AM
To: Vanessa Maegima
Cc: meta-freescale Mailing List; Takashi Matsuzawa; desrochers.philippe at gmail.com
Subject: Re: [meta-freescale] [3rdparty][PATCH v2] imx7d-pico: Add machine configuration

Hi Vanessa,

If you intend to use only wic image you don't need to add tar.bz2 ext4 to IMAGE_FSTYPES, adding only wic.gz is enough.

On Thu, Sep 14, 2017 at 3:28 PM, Vanessa Maegima <vanessa.maegima at nxp.com<mailto:vanessa.maegima at nxp.com>> wrote:
Add machine definition for imx7d-pico board.

For more information about this reference design, please visit:

https://www.wandboard.org/products/android-things/PICO-PI-IMX7/

The machine configuration file used to include Yocto Project support to the
board is a consolidation work only.

It only reflects the work done in Linux kernel, U-Boot and FSL Community BSP,
where the hard work is actually done.

Signed-off-by: Vanessa Maegima <vanessa.maegima at nxp.com<mailto:vanessa.maegima at nxp.com>>
---
Changes since v1:
- Remove unnecessary overriding
- Add wic support
- Remove unnecessary line COMPATIBLE_MACHINE_imx7d-pico

 conf/machine/imx7d-pico.conf | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 conf/machine/imx7d-pico.conf

diff --git a/conf/machine/imx7d-pico.conf b/conf/machine/imx7d-pico.conf
new file mode 100644
index 0000000..80aea98
--- /dev/null
+++ b/conf/machine/imx7d-pico.conf
@@ -0,0 +1,27 @@
+#@TYPE: Machine
+#@NAME: IMX7D-PICO
+#@SOC: i.MX7D
+#@DESCRIPTION: Machine configuration for IMX7D-PICO board.
+#@MAINTAINER: Vanessa Maegima <vanessa.maegima at nxp.com<mailto:vanessa.maegima at nxp.com>>
+
+MACHINEOVERRIDES =. "use-mainline-bsp:mx7:mx7d:"
+
+require conf/machine/include/imx-base.inc
+require conf/machine/include/tune-cortexa7.inc
+
+SERIAL_CONSOLE = "115200 ttymxc4"
+
+KERNEL_DEVICETREE = "imx7d-pico.dtb"
+
+UBOOT_MACHINE = "pico-imx7d_defconfig"
+
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
+    kernel-image \
+    kernel-devicetree \
+    u-boot-fslc \
+"
+
+WKS_FILES ?= "imx-uboot.wks"
+WKS_FILE_DEPENDS ?= ""
+
+IMAGE_FSTYPES = "tar.bz2 ext4 wic.gz"
--
2.7.4

--
_______________________________________________
meta-freescale mailing list
meta-freescale at yoctoproject.org<mailto:meta-freescale at yoctoproject.org>
https://lists.yoctoproject.org/listinfo/meta-freescale

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20170929/7fa46cb4/attachment.html>


More information about the meta-freescale mailing list