From a849c30fd5e789a40501eb77cf45795246a3a970 Mon Sep 17 00:00:00 2001
From: Jojo-A <33325587+Jojo-A@users.noreply.github.com>
Date: Mon, 26 Feb 2024 14:46:11 +0100
Subject: [PATCH] Update source/_includes/common-tasks/flashing_m1s_otg.md
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
---
source/_includes/common-tasks/flashing_m1s_otg.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/_includes/common-tasks/flashing_m1s_otg.md b/source/_includes/common-tasks/flashing_m1s_otg.md
index 8c6d125c5fe..59bd00369d5 100644
--- a/source/_includes/common-tasks/flashing_m1s_otg.md
+++ b/source/_includes/common-tasks/flashing_m1s_otg.md
@@ -2,7 +2,7 @@
Home Assistant can be flashed to an ODROID-M1S by connecting the device directly to your computer via the USB-OTG connection on the front of the board.
Unlike other ODROID boards, the M1S does not have a socket for an optional eMMC module. It also does not have a separate flash chip that holds a dedicated bootloader.
-Instead the M1S has a build-in 64GB eMMC soldered directly on the board that holds a bootloader by default. This guide will show you how to flash HAOS to the build-in eMMC.
+Instead, the M1S has a build-in 64GB eMMC soldered directly on the board that holds a bootloader by default. This guide will show you how to install the Home Assistant Operating System to the built-in eMMC.
**Warning: Installing Home Assistant OS replaces the firmware and SPL on the eMMC with the mainline version provided by the Home Assistant OS. As a result, it is not possible to use the SD card with the EMMC2UMS image anymore, because the mainline SPL is not compatible with U-Boot in the EMMC2UMS image at this time (February 2024). This does not pose any problem for standard use, just makes it more complicated in case you want to return to the Hardkernel-provided OS (see HK Recovery).**