1
0
Fork 0
 
Go to file
ddvk 0574606381 add a holder model 2021-02-10 22:31:46 +01:00
assets add a holder model 2021-02-10 22:31:46 +01:00
LICENSE Initial commit 2020-10-21 20:56:43 +02:00
README.md README: Add details about the UART 2021-01-17 09:57:09 -08:00
imx_usb initial 2020-10-21 21:06:16 +02:00
imx_usb.conf initial 2020-10-21 21:06:16 +02:00
mx7_usb_work.conf initial 2020-10-21 21:06:16 +02:00
parts.md add a holder model 2021-02-10 22:31:46 +01:00
rM2-Uart-1.jpg README: Add details about the UART 2021-01-17 09:57:09 -08:00
rM2-Uart-2.jpg Update the rM2 UART picture 2021-01-20 20:26:50 -08:00
u-boot-ums.imx initial 2020-10-21 21:06:16 +02:00
udev.md Update udev.md 2021-01-11 10:15:01 +01:00

README.md

reMarkable 2 Recovery / Unbricking

Tools for recovery (works only under Linux)

Parts and prerequisites

To put the rM2 in recovery, you will need:

  • USB-C breakout board

  • Pogo pin adapter to usb the pogo pins are as follows, when viewed from the side, device facing up (VBUS is near the usb-c) GND,ID,D+,D-,VBUS

  • imx_usb_loader a binary is included, but feel free to compile it

Guide

  • run dmesg -w on your host to monitor
  • power off the device
  • connect the USB-C breakout board
  • pull down B8 (connect B8 over a 10K resistor to B12)
  • connect the pogo pins to the tablet and to the host usb
  • make sure the connection is good, use a short good, different cable, etc
  • if the device does not start on its own, press the Power Button
  • you should see a new device USB HID v1.10 Device [Freescale SemiConductor Inc SE Blank ULT1]
  • remove the pulldown resistor (disconnect B8)
  • run sudo ./imx_usb or add the udev rules to use it without sudo
  • should see USB Mass Storage device detected
  • should see a new mountable block device

Next steps

  • to recover the ssh password, mount the home partition grep Developer <mountpoint>/root/.config/remarkable/xochitl.conf
  • TODO not tested, but something like dd if=raw of=/dev/mountedroot1

What the setup looks like

Pogo USB-C Breakout Connection Connection with UART 1 Connection with UART 2

UART

UART6 TX is exposed via the pogo pins ID pin.

You can connect an FDTI chip (3V3) to ID pin to get UART at 115200 baud.

For more details checkout the wiki: https://remarkablewiki.com/tech/rm2_otg_pogo

For details building u-boot and Linux to support this checkout meta-freescale-3rdparty.