Plato is a document reader for Kobo's e-readers.
This is a fork for the reMarkable.
Also see darvin's work of porting plato to the reMarkable 2 years ago. ( I read nice mangas with his port. :) )
plato.sh
. E.g. /home/root/plato/plato.sh
By default files are used from the empty media folder you got in the release. You can change this in the Settings.toml.
Notes: The software automatically recognizes the running UI (xochitl) and kills it. If it did so, you'll only have the option to "Quit to Xochitl", which will automatically start xochitl again when quitting. Should the software crash (had one case with a bad czb file) the screen will seem frozen. Either launch draft again, or hold the power button for about 10 seconds (= poweroff) and then hold it again to start the device again.
You need rust (nightly) the a toolchain for compiling code for an arm system (e.g. search for a package that provides commands like "arm-linux-gnueabihf-gcc").
After that, you can build the software using build.sh and create the same directory as attached using dist.sh
(folder dist/).
Or just look at the file make_remarkable.sh
which checks the above condition and runs a full clean build for you.
Documentation: GUIDE, MANUAL and BUILD.
The reMarkable 2 is supported as well. Some features were initially added with the rM 1 in mind and may therefore have deminishing functionaility on the rM 2. An example are the refresh modes, which will not be that granular due to the reduced access to the framebuffer.
Otherwise everything should work fine.
Any 4.X.Y firmware, with X ≥ 6, will do.