Skip to content

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

License

Notifications You must be signed in to change notification settings

kayshinonome/controlxlinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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