Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue installing older operating systems on RM1 #113

Open
julioterra opened this issue Jan 6, 2025 · 0 comments
Open

Issue installing older operating systems on RM1 #113

julioterra opened this issue Jan 6, 2025 · 0 comments

Comments

@julioterra
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant