#Python on rM2
1 messages ยท Page 1 of 1 (latest)
Python on rM2
entware has a python3 package, have you tried that?
although, you might want to install python3-light and selectively the components you want since you're probably not going to need the full install, which is of considerable size
Have you possibly got a link to the installation instructions?
you have toltec installed, right?
right, so we're looking at a manual install
which is nontrivial
depending on your use case setting up an alpine linux (or similar) chroot and using that to install python3 might be the easier route to go
Would a manual install make a difference? Or would it also brick the device?
what exactly is your use case?
a manual install shouldn't brick the device unless you start to try and replace stuff on the rootfs
is using a chroot a viable option?
Mainly looking to make an integration for Google Classroom, where I can view all of my class content from the remarkable and save files to it
Preferably without breaking anything
Oh and also stuff with Bluetooth
you want to draw stuff to the screen?
Yea
you need toltec for that, which includes packages that actually let you interact with the framebuffer. This means downgrading the rM to the officially supported version (it's also possible to install toltec on 3.x, but here be dragons and you will have to find the information on how to do that yourself)
Ahh oki
Are there plans to support the latest versions?
Or alternative package managers?
yes, 3.x support is in progress, but needs more testing by the maintainers before being released to the general public.
Thanks for your help!
it's not really the package manager, opkg is fine for its purposes. The problem is the fact that the rM's internals have changed quite a bit and broken previous packages
So it's an issue with the packages and not toltec? Or an issue with both?
it's an issue with some specific packages, such as the ones which allow you to actually interact with the framebuffer
Ahh right
So toltec is fine to install, or not recommend?
I can probably try modify https://github.com/tenJirka/rm-pySAS if I can get toltec installed
"fine to install"? you mean after downgrading to the officially supported version? yes
you would have to downgrade regardless, even if you wanted to run on 3.x, because rm2fb (the framebuffer package I keep yapping on about) only supports up to 3.3 or something I believe
I might just have to wait for it to support the latest versions. I don't really want to give up features
but again, i don't recommend installling on 3.x for now
Thanks again ๐
Absolutely, it's what all my apps are made in. There weren't any available libraries when I first started so I created one https://github.com/Jayy001/Carta
There's also PySAS which is very similar
Don't be put off by the simple widget design, you can make some beautiful applications really easily - here's one I made for anki
Python is available as a toltec package. Due to the package build built using the entware toolchain, it is not compatible with the native libraries, or any packages built with the toltec toolchain....
Remarkable.guide is the goto for information on development ๐
Thanks!
Going to try use https://github.com/timower/rM-docker
I would do something like that, however I'm using the reMarkable for school and don't want to break anything accidently lol
Is it easy to set up?
Thanks, I'll take a look
Thanks!
Is the installation as simple as running
get -O install.sh https://raw.githubusercontent.com/FouzR/rM_dualboot/main/install.sh && echo "d5d7461daf04a09df2f5d5545ff946cb7f0479caa2587418891c38942536ca0a install.sh" | sha256sum -c && sh ./install.sh
on the 3.9.3 partition?
Should be
Oki