Skip to content
Snippets Groups Projects
Commit d01afc41 authored by Gururaj Shetty's avatar Gururaj Shetty Committed by Stefan Schmidt
Browse files

docs/arduino-nano-33-ble.rst: Connecting USB TTL cable information removed


Initially, Arudino did not enable USB CDC_ACM interface,
due to which once flashed, the user was forced to connect
an external USB TTL cable to connect the board.

This limitation is now resolved; hence, connecting USB
TTL cable information is removed.

Signed-off-by: default avatarGururaj Shetty <gururaj.shetty@huawei.com>
parent 70b6a7af
No related branches found
No related tags found
No related merge requests found
......@@ -119,19 +119,11 @@ How to flash
$ MACHINE=arduino-nano-33-ble bitbake zephyr-philosophers -c flash_usb
3. Connect the board via USB-TTL cable for the serial console.
.. image:: assets/serial-connect.jpg
:width: 600
4. Once connected, locate the board connected port via dmesg. It would
be ``/dev/ttyUSBx``.
5. Run your favorite terminal program to listen for output.
3. Run your favorite terminal program to listen for output.
.. code-block:: console
$ minicom -D /dev/ttyUSB0
$ minicom -D /dev/ttyACM0
Configure the connection as follows:
......@@ -140,7 +132,11 @@ How to flash
* Parity: None
* Stop bits: 1
6. Firmware output can be viewed in minicom with:
.. note::
If no output is displayed, set the permissions again as mentioned in
Step-1 of of this section.
4. Firmware output can be viewed in minicom with:
::
......@@ -155,5 +151,4 @@ How to flash
Philosopher 3 [P: 0] HOLDING ONE FORK
Philosopher 2 [P: 1] DROPPED ONE FORK
Philosopher 2 [P: 1] THINKING [ 725 ms ]
Philosopher 1 [P: 2] EATING [ 225 ms ]
Philosopher 1 [P: 2] EATING [ 225 ms ]
\ No newline at end of file
docs/hardware-support/boards/assets/serial-connect.jpg

938 KiB

SPDX-FileCopyrightText: Huawei Inc.
SPDX-License-Identifier: CC-BY-4.0
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