rM-self-serve / webinterface-wifi

View the web interface over wifi. For the ReMarkable Tablet.
MIT License
27 stars 3 forks source link

rMPP Support #7

Open GeorgeHahn opened 1 week ago

GeorgeHahn commented 1 week ago

I may be able to help with this if you're open to it; I have things pretty well working on my rMPP. The only unknown is I haven't tried enabling the web interface on boot yet.

My changes are here.

Summary of changes:

rM-self-serve commented 1 week ago

Awesome! Was hoping to get some help with support. I should have time later this week to integrate the changes, feel free to make a pull request in the meantime. The build step won't be necessary as that is done via github actions with the toolchain container from toltec.

GeorgeHahn commented 1 week ago

The other devices seem to be 32 bit arm. I haven't checked if toltec has rMPP support incoming, but I believe it's going to need a different build.

rM-self-serve commented 1 week ago

There are containers containing the toolchain at https://github.com/toltec-dev/toolchain, but I must misremember seeing rMpp support. Both architectures will need to be built and then sorted with the installation script.

rM-self-serve commented 1 day ago

Could you make a pull request on the dev_rMpp branch? https://github.com/rM-self-serve/webinterface-wifi/tree/dev_rMpp

Don't worry about modifying your repo at all, I will accept the PR then continue working on the branch until it is merged to master. I just want to make sure your contribution is noted. Thanks.