diff --git a/source/_includes/common-tasks/flashing_n2_otg.md b/source/_includes/common-tasks/flashing_n2_otg.md
index 3cf25919146..f4cb0d8aa49 100644
--- a/source/_includes/common-tasks/flashing_n2_otg.md
+++ b/source/_includes/common-tasks/flashing_n2_otg.md
@@ -37,13 +37,21 @@ After The ODROID-N2+ is set to SPI boot mode and powered on, it boots into a ter

-1. Use the following command at the console to confirm the storage device node:
+
+
+When using the command line, it may return the following message:
+`can't access tty; job control turned off.`
+You can safely ignore this message and proceed with the installation
+
+
+
+2. Use the following command at the console to confirm the storage device node:
```bash
ls /dev/mmc*
```
-1. Set the storage device on the ODROID-N2+ as a mass storage device using the `ums` command (USB Mass storage mode).
+3. Set the storage device on the ODROID-N2+ as a mass storage device using the `ums` command (USB Mass storage mode).
This will configure the ODROID-N2+ and OTG to act as a memory card reader:
```bash