Skip to content

Eeems-Org/remarkable-template-qt-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rm1 rm2 Discord

reMarkable Template Qt Application

Building

This will result in a dist folder that you can copy to your device.

# Source the correct toolchain
source /opt/codex/rm11x/3.1.15/environment-setup-cortexa7hf-neon-remarkable-linux-gnueabi
mkdir .build
cd .build
qmake ..
make
INSTALL_ROOT="$(pwd)/../dist" make install
cd ..

Build toltec package

https://remarkable.guide/devel/package.html

tar -czvf src.tar.gz src
toltecmk