From 40a38e6bc832d9e4dd7bccd4684f35e42d232349 Mon Sep 17 00:00:00 2001 From: FouzR <88454554+FouzR@users.noreply.github.com> Date: Sat, 28 Sep 2024 07:22:38 +0400 Subject: [PATCH] Added Dev mode/SSH details for Paper Pro (#76) Co-authored-by: Nathaniel van Diepen Co-authored-by: Nathaniel van Diepen --- src/guide/access/ssh.rst | 9 +++++++++ src/tech/developer-mode.rst | 23 +++++++++++++++++++++++ src/tech/recovery.rst | 2 ++ 3 files changed, 34 insertions(+) create mode 100644 src/tech/developer-mode.rst diff --git a/src/guide/access/ssh.rst b/src/guide/access/ssh.rst index 54f59e9..2ad45b5 100644 --- a/src/guide/access/ssh.rst +++ b/src/guide/access/ssh.rst @@ -3,6 +3,7 @@ SSH Access ========== :raw-html:`
⚠️ Make sure you write down your SSH password. ⚠️
` + If you don't write down your password and lose access to the UI, you will be unable to access your device. An :doc:`../../tech/recovery` will be required. It is also recommended to setup a `ssh-key`_ instead of using password authentication. @@ -15,6 +16,11 @@ It is also recommended to setup a `ssh-key`_ instead of using password authentic Finding Your Device Password and IP Addresses ============================================= +:raw-html:`
⚠️ reMarkable Paper Pro requires Developer Mode ⚠️
` + +Please reference :doc:`../../tech/developer-mode` for more information on how to enable it. +:raw-html:`
` + If your device version is 3.8 or lower -------------------------------------- 1. Connect your device to Wifi, or with a USB cable to your computer. @@ -24,6 +30,8 @@ If your device version is 3.8 or lower 5. Select "Copyright and licenses". 6. You will find your password and the IP addresses you can use to access your device underneath the "GPLv3 Compliance" header. +.. _ssh_info_3_9: + If your device version is 3.9 or higher --------------------------------------- 1. Connect your device to Wifi, or with a USB cable to your computer. @@ -33,6 +41,7 @@ If your device version is 3.9 or higher 5. Select "Copyright and licenses". 6. You will find your password and the IP addresses you can use to access your device underneath the "GPLv3 Compliance" header. + Connecting via SSH ================== diff --git a/src/tech/developer-mode.rst b/src/tech/developer-mode.rst new file mode 100644 index 0000000..c110dce --- /dev/null +++ b/src/tech/developer-mode.rst @@ -0,0 +1,23 @@ +============== +Developer Mode +============== + +:raw-html:`
⚠️ Enabling Developer Mode will require a factory reset. ⚠️
` + +Make sure all files are synced to the cloud, or backed up via the :doc:`../../tech/usb-web-interface` +:raw-html:`
` + +:raw-html:`
⚠️ Errors or defects caused by Developer Mode are not covered under warranty. ⚠️
` + +https://support.remarkable.com/s/article/Limited-Warranty-Policy +:raw-html:`
` + +The reMarkable Paper Pro requires enabling Developer Mode to enable :doc:`../guide/access/ssh`. + +You can leave Developer Mode by using :ref:`recovery_rmpp`. + +External Resources +================== + +- Official Support Article + https://support.remarkable.com/s/article/Developer-mode diff --git a/src/tech/recovery.rst b/src/tech/recovery.rst index 86161f4..9335855 100644 --- a/src/tech/recovery.rst +++ b/src/tech/recovery.rst @@ -16,6 +16,8 @@ You can use `remarkable2-recovery This process requires building a custom pogo connector for the device, and to short the SBU1 and SBU2 pins of the USB-c connector. This is `detected on boot to put the device into recovery mode `_. +.. _recovery_rmpp: + reMarkable Paper Pro Recovery =============================