----------------------------------- | Nspire Linux Loader 2 for Boot2 | ----------------------------------- Usage: ------ phoenix.tns is actually an OS upgrade, which you can use with nLaunch. Use the OS update procedure in nLaunch's readme. NOTES: * this loader DOES NOT support input from the keyboard; * you must use a script file named "linux.ll2.tns" and placed in /documents/linux/. There is an exemple of such a script in this folder. * if you have a Touchpad Nspire, you MUST set the model id in the script file before booting the kernel: "mach 4442". How to compile a working Nspire Linux Loader -------------------------------------------- - Get Nspire Linux Loader 2 sources: https://github.com/tangrs/nspire-linux-loader2 - Replace all #include by #include "os.h" and remove all #include - Add os.h and os.c - Replace makefile and add ldscript - Hex edit the three hard coded adresses at the very end of the binary file - Use buildos to build an OS - Use the OS with the latest version of "nLaunch" - Have fun Note to the author of Nspire Linux Loader ----------------------------------------- Could you please integrate this to the trunk of Nspire Linux Loader? (maybe with a "boot2.h") Out of tree patches such as this one may get outdated too easily otherwise. Thanks in advance! The modifications are placed under the same license as ndlessloader.