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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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