diff --git a/docs/hardware-support/boards/arduino-nano-33-ble.rst b/docs/hardware-support/boards/arduino-nano-33-ble.rst
index 3318c487d6ab67d9fc5e3a68b00db4867b0d2163..345d42a2dcc558750bfa334080f960f00342326c 100644
--- a/docs/hardware-support/boards/arduino-nano-33-ble.rst
+++ b/docs/hardware-support/boards/arduino-nano-33-ble.rst
@@ -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
diff --git a/docs/hardware-support/boards/assets/serial-connect.jpg b/docs/hardware-support/boards/assets/serial-connect.jpg
deleted file mode 100644
index 94314571414b2ab331b45d6fa43b9edc478c15e3..0000000000000000000000000000000000000000
Binary files a/docs/hardware-support/boards/assets/serial-connect.jpg and /dev/null differ
diff --git a/docs/hardware-support/boards/assets/serial-connect.jpg.license b/docs/hardware-support/boards/assets/serial-connect.jpg.license
deleted file mode 100644
index 24057253cd2da5ceb35ad5e781a109762bb6132a..0000000000000000000000000000000000000000
--- a/docs/hardware-support/boards/assets/serial-connect.jpg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: Huawei Inc.
-
-SPDX-License-Identifier: CC-BY-4.0