draft-reMarkable
draft-reMarkable copied to clipboard
Doesn't render UI on reMarkable v2
I know reMarkable 2 is bleeding edge. draft (and my own apps) built against the reMarkable 1 toolchain fail to render the UI and this error comes out on stderr:
Creating window
Framebuffer has wrong id: "mxs-lcdif"
I'm mostly sharing so folks know and to see if anyone in the broader community has made more progress with rm v2. I intend to poke around more at the weekend and would love to help with any effort to get rm v2 working.
We don't have the SDK for the rM2 yet, so it's unsupported as we don't have the ability to work with the framebuffer. https://github.com/Eeems/oxide/issues/48 https://github.com/koreader/koreader/issues/6792
Does any launcher exist for rM2 yet? My goal is to be able to use a USB OTG mechanical keyboard and type in a terminal emulator.
I believe that some people have had some success with draft and https://github.com/ddvk/remarkable2-framebuffer
Thanks! I was about to ask if https://github.com/ddvk/remarkable2-framebuffer is the thing to watch or not. I guess short-term we would want to use r2fb with fingerterm on draft?
I was curious if ddvk's xochitl patches could work transparently along with all of this. That ought to be enough to keep me satisfied!!
I don't believe draft + rm2fb + xochitl play nice yet: https://github.com/ddvk/remarkable2-framebuffer/issues/24
When they do, remarkable-hacks should work transparently.
Thanks!! Been hard for me to collect the latest info. I believe I also just found the link to the discord via the reddit page, that should help. Meanwhile I will probably take baby steps with the xochitl patching and be content playing around and noting and sketching.
hey -- just want to see if there's been any movement on this. I'm still not entirely sure how someone is supposed to go from, for example, "zero to usable Fingerterm" on the rM2.
Good news, the rm2 shim works for fingerterm.
My advice is to install Toltec, and then install your launcher of choice, fingerterm and the rm2fb package. From there everything should work out of the box. :)
On Wed, 20 Jan 2021, 10:12 Jarett DeAngelis, [email protected] wrote:
hey -- just want to see if there's been any movement on this. I'm still not entirely sure how someone is supposed to go from, for example, "zero to usable Fingerterm" on the rM2.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dixonary/draft-reMarkable/issues/25#issuecomment-763495033, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4T3F7YZYDSHSVRVLZ242TS22UA5ANCNFSM4S2WOG6A .
Good news, the rm2 shim works for fingerterm. My advice is to install Toltec, and then install your launcher of choice, fingerterm and the rm2fb package. From there everything should work out of the box. :) … On Wed, 20 Jan 2021, 10:12 Jarett DeAngelis, @.***> wrote: hey -- just want to see if there's been any movement on this. I'm still not entirely sure how someone is supposed to go from, for example, "zero to usable Fingerterm" on the rM2. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#25 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4T3F7YZYDSHSVRVLZ242TS22UA5ANCNFSM4S2WOG6A .
does it work for version 2.10.3.379? I have installed the draft via opkg install draft
and systemctl enable --now draft
.
After rebooting the device. Draft UI didn't show up, instead, the system loads the remarkable UI.
does it work for version 2.10.3.379? I have installed the draft via
opkg install draft
andsystemctl enable --now draft
. After rebooting the device. Draft UI didn't show up, instead, the system loads the remarkable UI.
rm2fb in toltec stable doesn't support 2.10.3 yet. You'll need to switch to toltec testing (toltecctl switch-branch testing
), or manually download/install the packages:
wget https://toltec-dev.org/testing/rm2/display_1_0.0.10-1_rm2.ipk
wget https://toltec-dev.org/testing/rm2/rm2fb-client_1_0.0.10-1_rm2.ipk
opkg install display_1_0.0.10-1_rm2.ipk rm2fb-client_1_0.0.10-1_rm2.ipk
rm display_1_0.0.10-1_rm2.ipk rm2fb-client_1_0.0.10-1_rm2.ipk
The plan is to have the latest rm2fb in toltec stable in the next merge window, so by end of day Monday.