I was trying to go back to a previous version of the OS on my remarkable. It took me a while to get everything set-up with codexctl but I finally have it working. I was able to download the appropriate version of the image onto my computer but I keep on getting errors when I try to install.
Not sure what could be the source of the issue that I'm facing here, would appreciate any help to figure out how to rollback the OS on my remarkable.
MacBook-Pro:~ terraphorm$ codexctl download -hd rm1 3.14.1.9
[==================================================]
Sucessfully downloaded to /Users/terraphorm/Downloads/remarkable-production-memfault-image-3.14.1.9-rm1-public
MacBook-Pro:~ terraphorm$ codexctl install /Users/terraphorm/Downloads/remarkable-production-memfault-image-3.14.1.9-rm1-public
Please enter the IP of the remarkable device: 192.168.100.19
Would you like to use a password to connect? (Y/n): Y
Enter RM SSH password: ***********
Success: Connected to device
Uploading /Users/terraphorm/Downloads/remarkable-production-memfault-image-3.14.1.9-rm1-public image
Transferring progress100%
Done! Running swupdate (PLEASE BE PATIENT, ~5 MINUTES)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/bin/codexctl", line 8, in <module>
sys.exit(main())
^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/codexctl/__init__.py", line 479, in main
man.call_func(args.command, vars(args))
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/codexctl/__init__.py", line 306, in call_func
remarkable.install_sw_update(update_file)
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/codexctl/device.py", line 462, in install_sw_update
raise SystemError("Update failed!")
SystemError: Update failed!
Thanks, Julio
I was trying to go back to a previous version of the OS on my remarkable. It took me a while to get everything set-up with codexctl but I finally have it working. I was able to download the appropriate version of the image onto my computer but I keep on getting errors when I try to install.
Not sure what could be the source of the issue that I'm facing here, would appreciate any help to figure out how to rollback the OS on my remarkable.
Thanks, Julio