From patchwork Thu Oct 6 13:23:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "philippe.coval@astrolabe.coop" X-Patchwork-Id: 13598 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D40FFC433FE for ; Thu, 6 Oct 2022 13:23:18 +0000 (UTC) Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [212.27.42.6]) by mx.groups.io with SMTP id smtpd.web09.5723.1665062597735433057 for ; Thu, 06 Oct 2022 06:23:18 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: hua.lan.rzr.cloudns.org, ip: 212.27.42.6, mailfrom: rzr@hua.lan.rzr.cloudns.org) Received: from hua (unknown [IPv6:2a01:e34:ec57:d710::e6ad:1a43]) (Authenticated sender: philippe.coval@free.fr) by smtp6-g21.free.fr (Postfix) with ESMTPSA id EE65C780375; Thu, 6 Oct 2022 15:23:07 +0200 (CEST) Received: by hua (Postfix, from userid 10000) id A05DE2262E6; Thu, 6 Oct 2022 15:23:07 +0200 (CEST) From: philippe.coval@astrolabe.coop To: openembedded-core@lists.openembedded.org Cc: philippe.coval.pro+meta-zephyr-lists.yoctoproject.org@gmail.com, Philippe Coval , Philippe Coval , Jon Mason , Naveen Saini Subject: [meta-zephyr][kirkstone][PATCH] nrf52840-mdk-usb-dongle.conf: Add new machine from makerdiary Date: Thu, 6 Oct 2022 15:23:05 +0200 Message-Id: <20221006132305.1318163-1-philippe.coval@astrolabe.coop> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 06 Oct 2022 13:23:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/171500 From: Philippe Coval It was tested with zephyr-openthread-rcp along Oniro's IoT gateway blueprint For the record deployment was done manually: - Click on device button - uf2conv.py "zephyr.hex" -c -f 0xADA52840 - and then copy to mounted "/dev/disk/by-label/MDK-DONGLE" Support of unfree flashing tools might be added later (once double verified) Forwarded: https://lists.yoctoproject.org/g/yocto/message/58142 Relate-to: https://gitlab.eclipse.org/eclipse/oniro-blueprints/transparent-gateway/meta-oniro-blueprints-gateway/-/issues/6 Relate-to: https://wiki.makerdiary.com/nrf52840-mdk/zephyr/ Relate-to: https://gitlab.eclipse.org/pcoval/oniro-presentations/-/wikis/openthread Signed-off-by: Philippe Coval Signed-off-by: Philippe Coval Tested-by: Jon Mason Signed-off-by: Naveen Saini --- meta-zephyr-bsp/conf/machine/nrf52840-mdk-usb-dongle.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta-zephyr-bsp/conf/machine/nrf52840-mdk-usb-dongle.conf diff --git a/meta-zephyr-bsp/conf/machine/nrf52840-mdk-usb-dongle.conf b/meta-zephyr-bsp/conf/machine/nrf52840-mdk-usb-dongle.conf new file mode 100644 index 0000000..67e407a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52840-mdk-usb-dongle.conf @@ -0,0 +1,7 @@ +#@TYPE: Machine +#@NAME: nrf52840-mdk-usb-dongle + +#@DESCRIPTION: Machine configuration for makerdiary's nrf52840-mdk-usb-dongle + +require conf/machine/include/nrf52.inc +ARCH:nrf52840-mdk-usb-dongle = "arm"