0 Members and 1 Guest are viewing this topic.
I've been making an emulator/debugger. It's very incomplete and non-usable, but it can now run at least one version of the OS (CAS version 1.1).To try it out, first run: "nspire_emu /B=<filename of BOOT2 dump> /G /X /C /W=<filename of flash image to create> /O=<filename of TI-Nspire.tnc>" to install the OS and create a flash image. When that finishes, run "nspire_emu /B=<filename of BOOT2 dump> /G /X /C /R=<filename of flash image>" to run the OS.Some caveats:Newer OSes don't work because of something about an "unrecognized keypad"The old non-CAS OS just crashes (I think this is because of the lack of BOOT1)No USB emulationRuns too slow with instruction translation off, runs too fast with it onDebugger acts strange when translation is on, and is pretty minimally functional in generalStill, it's a start. You can enter the debugger with ctrl-D.
this works with the most recent version, as well as the one before that.