| > 1. The RM1 and 2 both don't allow file transfers as a mass storage device. In the FAQ at https://remarkable.com/store/remarkable-2: > reMarkable 2 features USB-C for faster charging and data transfer. Even if this does not mean that mass storage is or will be supported officially, maybe unofficial support could be added using the Linux Kernel's USB Gadget API g_mass_storage as a module. More info: https://www.kernel.org/doc/Documentation/usb/mass-storage.rst
https://developer.ridgerun.com/wiki/index.php?title=How_to_use_mass_storage_gadget
https://github.com/reMarkable/linux
https://remarkable.engineering/ -- toolchain here
> 3. While the hardware is amazing the software moves at a snail's pace. This is either management holding development back by trying to simplify the device out of existence or the team simply lacks the resources or ability to improve itTo be fair it looks like a pretty small team (7 people listed with 2-3 actively developing) so I doubt it is management. More likely not a priority right now, limited resources, or in the too hard basket. There is this repo in their Github org:
https://github.com/reMarkable/vfatbuse Looks like the CTO had a crack at implementing mass storage in v1 |
This is the only other method I've found: https://github.com/nick8325/remarkable-fs
You'd think scp would work also but I haven't found info on the subject and I don't own the RM1 to try.
edit: found someone's scp script: https://github.com/reHackable/scripts/blob/master/host/repus...
The changelog is public so you can see the rate of development if you're interested: https://support.remarkable.com/hc/en-us/articles/11500546010...