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.
controlxlinux <dtb> <initrd> <kernel> <output_file>
mkdir build
cd build || exit 1
cmake .. -DCMAKE_BUILD_TYPE=Release
make
sudo make install
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