<div dir="ltr">Hello, <div><br></div><div>Does anybody know if the Wifi module is enable with this configuration for the PICO-PI-IMX7 ?</div><div><br></div><div>How can I write the built image (kernel/rootfs) to the eMMC ?<br>Do I have to use the NXP manufacturing tool from here: </div><div><a href="https://www.nxp.com/products/microcontrollers-and-processors/arm-based-processors-and-mcus/i.mx-applications-processors/developer-resources/iot-development-platforms-based-on-i.mx-6ul-7dual-processor-and-android-things-os:IOT-DEV-PLATFORMS-i.MX6UL?tab=Design_Tools_Tab">https://www.nxp.com/products/microcontrollers-and-processors/arm-based-processors-and-mcus/i.mx-applications-processors/developer-resources/iot-development-platforms-based-on-i.mx-6ul-7dual-processor-and-android-things-os:IOT-DEV-PLATFORMS-i.MX6UL?tab=Design_Tools_Tab</a><br></div><div><br>Thanks<br><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-09-14 14:28 GMT-04:00 Vanessa Maegima <span dir="ltr"><<a href="mailto:vanessa.maegima@nxp.com" target="_blank">vanessa.maegima@nxp.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Add machine definition for imx7d-pico board.<br>
<br>
For more information about this reference design, please visit:<br>
<br>
<a href="https://www.wandboard.org/products/android-things/PICO-PI-IMX7/" rel="noreferrer" target="_blank">https://www.wandboard.org/<wbr>products/android-things/PICO-<wbr>PI-IMX7/</a><br>
<br>
The machine configuration file used to include Yocto Project support to the<br>
board is a consolidation work only.<br>
<br>
It only reflects the work done in Linux kernel, U-Boot and FSL Community BSP,<br>
where the hard work is actually done.<br>
<br>
Signed-off-by: Vanessa Maegima <<a href="mailto:vanessa.maegima@nxp.com">vanessa.maegima@nxp.com</a>><br>
---<br>
Changes since v1:<br>
- Remove unnecessary overriding<br>
- Add wic support<br>
- Remove unnecessary line COMPATIBLE_MACHINE_imx7d-pico<br>
<br>
 conf/machine/imx7d-pico.conf | 27 +++++++++++++++++++++++++++<br>
 1 file changed, 27 insertions(+)<br>
 create mode 100644 conf/machine/imx7d-pico.conf<br>
<br>
diff --git a/conf/machine/imx7d-pico.conf b/conf/machine/imx7d-pico.conf<br>
new file mode 100644<br>
index 0000000..80aea98<br>
--- /dev/null<br>
+++ b/conf/machine/imx7d-pico.conf<br>
@@ -0,0 +1,27 @@<br>
+#@TYPE: Machine<br>
+#@NAME: IMX7D-PICO<br>
+#@SOC: i.MX7D<br>
+#@DESCRIPTION: Machine configuration for IMX7D-PICO board.<br>
+#@MAINTAINER: Vanessa Maegima <<a href="mailto:vanessa.maegima@nxp.com">vanessa.maegima@nxp.com</a>><br>
+<br>
+MACHINEOVERRIDES =. "use-mainline-bsp:mx7:mx7d:"<br>
+<br>
+require conf/machine/include/imx-base.<wbr>inc<br>
+require conf/machine/include/tune-<wbr>cortexa7.inc<br>
+<br>
+SERIAL_CONSOLE = "115200 ttymxc4"<br>
+<br>
+KERNEL_DEVICETREE = "imx7d-pico.dtb"<br>
+<br>
+UBOOT_MACHINE = "pico-imx7d_defconfig"<br>
+<br>
+MACHINE_ESSENTIAL_EXTRA_<wbr>RDEPENDS += " \<br>
+  Â  kernel-image \<br>
+  Â  kernel-devicetree \<br>
+  Â  u-boot-fslc \<br>
+"<br>
+<br>
+WKS_FILES ?= "imx-uboot.wks"<br>
+WKS_FILE_DEPENDS ?= ""<br>
+<br>
+IMAGE_FSTYPES = "tar.bz2 ext4 wic.gz"<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.7.4<br>
<br>
</font></span></blockquote></div><br></div>