/controlxlinux

A tool to help you make controlx compatible images for your TI-nspire

Primary LanguageC++GNU General Public License v3.0GPL-3.0

controlxlinux

CodeQL C/C++ CI Codacy Badge

A tool to help you make controlx compatible images for the TI-nspire

While I am not responsible for any damage caused to your calculator due to this tool, I can inform you that this tool was indeed tested on real hardware, and worked perfectly.

Usage

controlxlinux <dtb> <initrd> <kernel> <output_file>

Building

mkdir build
cd build || exit 1
cmake .. -DCMAKE_BUILD_TYPE=Release
make
sudo make install

Debian package

You can make a debian package too (recommended for debian based distros)

mkdir build
cd build || exit 1
cmake .. -DCMAKE_BUILD_TYPE=Release
make package