You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have cloned and installed https://github.com/Jayy001/codexctl (commit c3afa85) on my EndeavourOS-based system. I am trying to downgrade the firmware of a reMarkable2 to the previous version. The command python codexctl.py restore fails silently, i.e. it goes through asking for a password and it seems all works as there is no error reported. After restarting the device, the latest firmware 3.10 is still the one that runs on it. What are the odds?
The text was updated successfully, but these errors were encountered:
This doesn't work when done remotely because /sbin is not on the PATH when running over SSH. I've fixed this by replacing any instances of fw_setenv and printenv with their full path ( /sbin/fw_setenv ). This will be added in the rewrite. Thanks for reporting!
I have cloned and installed https://github.com/Jayy001/codexctl (commit c3afa85) on my EndeavourOS-based system. I am trying to downgrade the firmware of a reMarkable2 to the previous version. The command
python codexctl.py restore
fails silently, i.e. it goes through asking for a password and it seems all works as there is no error reported. After restarting the device, the latest firmware 3.10 is still the one that runs on it. What are the odds?The text was updated successfully, but these errors were encountered: