Closed pichiste closed 5 months ago
Same here. Updated from 2.x to 3.x to keep cloud syncing working, then saw it updated to 3.11.3.3 which is not supported yet.
Looking forward to rm-hacks becoming compatible with this one :-)
I had the same problem and I was able to roll back to the previous version using the following commands in ssh (obtained from here):
fw_setenv "bootcount" "0"
OLDPART=$(fw_printenv -n active_partition)
if [ $OLDPART == "2" ]; then
NEWPART="3"
else
NEWPART="2"
fi
echo "new: ${NEWPART}"
echo "fallback: ${OLDPART}"
fw_setenv "fallback_partition" "${OLDPART}"
fw_setenv "active_partition" "${NEWPART}"
reboot
Just saw the release for this, thanks!
Just got my first rM but it's already on v3.11.3.3 which isn't supported yet:
I'll eagerly await :) Thanks for your work on this!