Set of Docker images for cross-compiling binaries to run on the the reMarkable tablet. It is used to provide a consistent environment for building Toltec packages, and can be useful for any project that needs to be built for the reMarkable.
Name | Description |
---|---|
base |
Aims at replicating the build toolchain provided by the reMarkable company, the difference being that this toolchain is fully built from source, using Crosstool-NG 1.24.0. Contents:
|
qt | Adds Qt 5.11.3 on top of the base image, including the closed-source libqsgepaper library. |
rust | Adds Nightly Rust configured to use the ARMv7 cross-compiler on top of the base image. |
python | Adds a Python 3.7.3 distribution on top of the base image. |
- Fix wrong
libqsgepaper.a
andepframebuffer.h
files in theqt
image due to outdated link.
- Fix missing CMake from final images.
- Add toolchain configuration for CMake projects to the
base
image. - Add dlib to the
base
image.
- Add libcap, util-linux and libsystemd to the
base
image. - Move libpng and zlib from the
qt
image to thebase
image.
(Initial release.)