From 04462fd37d03dc66caa5c4f11febd1c6ff7b723b Mon Sep 17 00:00:00 2001 From: besselfunct <51245782+besselfunct@users.noreply.github.com> Date: Wed, 8 May 2024 11:30:01 -0700 Subject: [PATCH 1/2] Update README.md Add link to issue describing method for rolling back update 3.11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f95b6af..b2a2640 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A utility program that helps to manage the remarkable device version utilizing [ ## PLEASE READ BEFORE USING -If your remarkable device is at version >= 3.11, codexctl will not be able to automatically install updates on it due to a major overhaul in the update engine. You can still use the other functions like downloading the image files and then manually extracting it, using `dd` to write to the other partition and then using the `switch` command. +If your remarkable device is at version >= 3.11, codexctl will not be able to automatically install updates on it due to a major overhaul in the update engine. You can still use the other functions like downloading the image files and then manually extracting it, using `dd` to write to the other partition and then using the `switch` command. Example of this method is [found here](https://github.com/Jayy001/codexctl/issues/71). --- ### Installation & Use From e17808f5b48239dd861b659ac8c51ebbacfe29e7 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Wed, 8 May 2024 13:19:33 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2a2640..dc0eea7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A utility program that helps to manage the remarkable device version utilizing [ ## PLEASE READ BEFORE USING -If your remarkable device is at version >= 3.11, codexctl will not be able to automatically install updates on it due to a major overhaul in the update engine. You can still use the other functions like downloading the image files and then manually extracting it, using `dd` to write to the other partition and then using the `switch` command. Example of this method is [found here](https://github.com/Jayy001/codexctl/issues/71). +If your remarkable device is at version >= 3.11, codexctl will not be able to automatically install updates on it due to a major overhaul in the update engine. You can still use the other functions like downloading the image files and then manually extracting it, using `dd` to write to the other partition and then using the `restore` command. More information can be found in https://github.com/Jayy001/codexctl/issues/71#issuecomment-2099115757. --- ### Installation & Use