Skip to content
Snippets Groups Projects
Commit 41a2c3a6 authored by Davide Ricci's avatar Davide Ricci Committed by Stefan Schmidt
Browse files

arduino-nano-33-ble.rst: add instructions to build blinky sample application


Signed-off-by: default avatarDavide Ricci <davide.ricci@huawei.com>
parent 9cf4f461
No related branches found
No related tags found
No related merge requests found
......@@ -62,8 +62,16 @@ All Scenarios OS Zephyr flavour is based on the Zephyr kernel.
You can set-up MACHINE variable in ``conf/local.conf`` file under the build
directory, or via the command line.
3. After the build completes, the ``zephyr-philosophers.bin`` file can be found in
``build-ohos-zephyr/tmp-newlib/deploy/images/arduino-nano-33-ble/``.
Alternatively you might want to build the Arduino's blinking LED
sample application, *blinky*. In order to do so issue the following:
.. code-block:: console
$ MACHINE=arduino-nano-33-ble bitbake zephyr-blinky
3. After the build completes, the ``zephyr-philosophers.bin`` and the ``zephyr-blinky.bin``
file can be found in ``build-ohos-zephyr/tmp-newlib/deploy/images/arduino-nano-33-ble/``.
Flashing an application
=======================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment