From 030ce9ec119c73de98630e2d6b855d40cd6e2b69 Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Wed, 3 Nov 2021 03:34:18 -0400 Subject: [PATCH] Additional info for Flashing an Odroid-N2+ (#19828) --- source/_includes/common-tasks/flashing_n2_otg.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 ![Exit to shell](/images/hassio/screenshots/exit-shell.png) -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