1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00

ODROID-M1: Fix environment read from SD card (#2822) (#2856)

Make sure the environment can be read and written to SD card as well.
This makes sure that first boot detection works properly too when
booting from SD card.
This commit is contained in:
Stefan Agner
2023-10-23 14:25:52 +02:00
committed by GitHub
parent e928fa498f
commit aed1bb807c

View File

@@ -1,5 +1,5 @@
part start mmc ${devnum} hassos-bootstate mmc_env part start mmc ${devnum} hassos-bootstate mmc_env
mmc dev ${devnum}
setenv loadbootstate " \ setenv loadbootstate " \
echo 'loading env...'; \ echo 'loading env...'; \