Commit 8dcfa913 authored by Dhruva Gole's avatar Dhruva Gole Committed by Carles Cufi
Browse files

boards: Arduino Nano BLE 33: Update documentation



This commit mainly aims to fix the blinky example path and also brings
minor improvements in other areas like adding example path for Linux so
that new users will know exactly what or where to look for.

Signed-off-by: default avatarDhruva Gole <goledhruva@gmail.com>
parent fb519265
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -98,6 +98,7 @@ You can get this variant of bossac with one of two ways:
   #. Install the board support package within the IDE
   #. Change your IDE preferences to provide verbose logging
   #. Build and flash a sample application, and read the logs to figure out where Arduino stored bossac.
   #. In most Linux based systems the path is ``$HOME/.arduino15/packages/arduino/tools/bossac/1.9.1-arduino2/bossac``.

Once you have a path to bossac, you can pass it as an argument to west:

@@ -105,13 +106,19 @@ Once you have a path to bossac, you can pass it as an argument to west:

   west flash --bossac="<path to the arduino version of bossac>"

For example

.. code-block:: bash

    west flash --bossac=$HOME/.arduino15/packages/arduino/tools/bossac/1.9.1-arduino2/bossac

Flashing
========

Attach the board to your computer using the USB cable, and then

   .. zephyr-app-commands::
      :zephyr-app: samples/blinky
      :zephyr-app: samples/basic/blinky
      :board: arduino_nano_33_ble
      :goals: build
      :compact: