Hello guys,
pretty new to to Home Assistant. I got myself an odroid M1S to go and try it out. I followed the instructions (https://www.home-assistant.io/installation/odroid/) to flash onto the emmc. Now I want to revert from HAOS to ubuntu server but I struggle with getting the device back to emmc flashable mode (https://www.home-assistant.io/installation/odroid#flashing-an-odroid-m1s , hk recovery step).
I used "Advanced SSH & Web Terminal" as well as an local Terminal (like in the guide) to execute:
curl -L -A "Mozilla/5.0" https://dn.odroid.com/RK3566/ODROID-M1S/Installer/ODROID-M1S_EMMC2UMS.img | sudo dd of=/dev/mmcblk0 bs=4M status=progress conv=fsync
but either way it returns:
➜ ~ curl -L -A "Mozilla/5.0" https://dn.odroid.com/RK3566/ODROID-M1S/Installer/ODROID-M1S_EMMC2UMS.img | sudo dd of=/dev/mmcblk0 bs=4M status=progress conv=fsync
dd: invalid argument 'progress' to 'status'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (23) Failure writing output to destination, passed 1360 returned 0
Can anyone help me out here? Thanks in advance