Linus K.
Linus K.
This seems to indicate that your binary requires a newer glibc/libc version than your raspberry pi offers (`ldd --version`). The official raspberry pi os tends to have an older version...
If this is indeed a lib and not a binary, this issue might be a duplicate of https://github.com/ptitSeb/box86/issues/83 .
The issue might also just be a problem of box86. Just found out that my similar problem got solved by the commit referenced in issue https://github.com/ptitSeb/box64/issues/121 .
Not sure if this is even possible. Seems that they changed the pixel format from rgb565le (basicially rgb in 2 bytes instead of 3) to gray8. That would make the...
> Most notably, reStream allows me to read from the device/display while rm2fb claims in its README that it is "code for drawing to the [device]". That sounds like two...
@suushiemaniac > The installation via opkg conflicts with rm2fb. The conflict was initially because restream didn't support streaming the framebuffer from rm2fb (only xochilt directly). The current package in testing...
> Is this something I'm doing wrong or something on your side that has to be fixed? It's just figuring out which script to use. At the moment, the binaries...
Not sure either. I have seen some interesting behaviour that apps using the old framebuffer with the rm2fb shim, could read that color back as well. This means that rm2fb...
A quick list of apps I'm aware of rn. I might have missed some. by [darvin](https://github.com/darvin/) - [plato port](https://github.com/darvin/plato) by [fenollp](https://github.com/fenollp/): - [marauder and whiteboard in reMarkable-tools](https://github.com/fenollp/reMarkable-tools) by [myself](https://github.com/LinusCDE/): -...
Anything new on this? We should probably just go ahead and do the changes. Either forking or adding a patch files like done with koreader.