-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hej!
I wanted to upgrade my RM2 from 3.10.2.2063 (rM Hacks v0.0.9) to 3.11.3.3 (the last supported today from the rM Hacks).
I downloaded the pre-compiled binaries of codexctl, unzipped and scp to my RM (and made the file executable).
I have downloaded the RM firmware (./codexctl download 3.11.3.3 --hardware rm2).
When I run the install, I get the following error:
reMarkable: ~/ ./codexctl install ./Downloads/remarkable-production-memfault-image-3.11.3.3-reMarkable-2.0-public
Traceback (most recent call last):
File "/tmp/onefile_588_1749641619_821314/main.py", line 12, in
File "/tmp/onefile_588_1749641619_821314/codexctl/init.py", line 480, in main
File "/tmp/onefile_588_1749641619_821314/codexctl/init.py", line 248, in call_func
File "/tmp/onefile_588_1749641619_821314/codexctl/device.py", line 267, in get_device_status
AttributeError: 'str' object has no attribute 'decode'. Did you mean: 'encode'?
What am I doing wrong?
Thanks for the support
ps: same kind of error for the status option:
reMarkable: ~/ ./codexctl status
Traceback (most recent call last):
File "/tmp/onefile_576_1749641493_143616/main.py", line 12, in
File "/tmp/onefile_576_1749641493_143616/codexctl/init.py", line 480, in main
File "/tmp/onefile_576_1749641493_143616/codexctl/init.py", line 209, in call_func
File "/tmp/onefile_576_1749641493_143616/codexctl/device.py", line 267, in get_device_status
AttributeError: 'str' object has no attribute 'decode'. Did you mean: 'encode'?