Date
1 - 2 of 2
[meta-zephyr][PATCHv2] nrf52840-mdk-usb-dongle.conf: Add new machine from makerdiary
Jon Mason
On Fri, Sep 23, 2022 at 12:45:09PM +0200, philippe.coval@... wrote:
From: Philippe Coval <philippe.coval@...>This needs a Gitlab CI entry to test. I did a quick one and ran CI on it here: https://gitlab.com/jonmason00/meta-zephyr/-/pipelines/651094923 I'll email the patch to add CI shortly. Thanks, Jon --- |
|
philippe.coval@astrolabe.coop
From: Philippe Coval <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 verifi= ed) Forwarded: https://lists.yoctoproject.org/g/yocto/message/58142 Relate-to: https://gitlab.eclipse.org/eclipse/oniro-blueprints/transparen= t-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 <philippe.coval@...> Signed-off-by: Philippe Coval <philippe.coval.ext@...> --- 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-d= ongle + +require conf/machine/include/nrf52.inc +ARCH:nrf52840-mdk-usb-dongle =3D "arm" --=20 2.34.1 |
|