-
Are the bootloaders of reMarkable 1 and 2 locked or not? So, can I e.g. flash Debian to them if I develop drivers for the Linux kernel? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The device gives you full root access. You can There is a third party Linux distribution for the rM1 already that you could look into for how to do it: http://www.davisr.me/projects/parabola-rm/ I wouldn't really recommend replacing the OS though, instead I would recommend a chroot: https://github.com/Eeems-Org/remarkable-debian-chroot You completely void the software warranty when doing this though, as you've replaced the provided software completely. |
Beta Was this translation helpful? Give feedback.
The device gives you full root access. You can
dd
whatever you want to the partitions, as long as it is setup properly for uboot to boot it.There is a third party Linux distribution for the rM1 already that you could look into for how to do it: http://www.davisr.me/projects/parabola-rm/
I wouldn't really recommend replacing the OS though, instead I would recommend a chroot: https://github.com/Eeems-Org/remarkable-debian-chroot
You completely void the software warranty when doing this though, as you've replaced the provided software completely.