Operating System: Difference between revisions

From Hackspire
Jump to navigation Jump to search
(→‎Booting and resetting: removing batteries: not too fast)
(→‎Booting and resetting: Additional details on keypad snapping)
Line 9: Line 9:
*after a crash of the TI-Nspire OS
*after a crash of the TI-Nspire OS
*when the keypad is changed
*when the keypad is changed
There is no backup battery as we can find on previous calculator models, so removing at least one AA battery for a few seconds make the RAM lose its content. Removing and putting back the same keypad doesn't make it boot (the calculator will turn on as after being turned off), the keypad really needs to be changed. Whether booting in TI-Nspire mode or in TI-84 Plus mode, a progress bar is displayed with the 2 sequencial messages: ''"Preparing file system, please wait..."'' and ''"Loading Operating System..."''. The supposed memory setup during this phase is described in [[Memory layout]]. It seems that the exception handler of the TI-Nspire OS systematically forces a reboot: you won't see anything like ''illegal instruction'' in a black bar on the screen as there is on TI-68k.
There is no backup battery as we can find on previous calculator models, so removing at least one AA battery for a few seconds make the RAM lose its content. In TI-Nspire mode removing, and putting back the same keypad doesn't make it boot. In TI-84 Plus mode, removing the keypad automatically stores the RAM image to the flash memory (we can see it process for one second in TI-84 Plus mode when removing the keypad while the calculator is still on). If the TI-84 Plus keypad is put back within a few seconds, the TI-84 Plus will immediately start as after a shutdown. If the keypad is removed for more than a few seconds, the TI-Nspire OS will boot, and the RAM and archive memory of the TI-84 Plus will be restored at its last state. Whether booting in TI-Nspire mode or in TI-84 Plus mode, a progress bar is displayed with the 2 sequencial messages: ''"Preparing file system, please wait..."'' and ''"Loading Operating System..."''. The supposed memory setup during this phase is described in [[Memory layout]]. It seems that the exception handler of the TI-Nspire OS systematically forces a reboot: you won't see anything like ''illegal instruction'' in a black bar on the screen as there is on TI-68k.


==Third-party components==
==Third-party components==

Revision as of 17:29, 5 August 2007

This article currently contains notes and ideas jotted down, but may be splitted and reorganized in the future as knowledge becomes more structured and comprehensive.

Booting and resetting

There is no documented key combo to reset the TI-Nspire, as can be found on TI-68k. The small reset button on the underside which can be pressed with a paper clip or a ball point pen only works when the TI-Nspire is switched on.

  • In TI-Nspire mode, it shows a popup telling that the documents and folders have been deleted. The document "Getting started" is also deleted. The OS is not rebooted. The system settings are set to the factory settings.
  • In TI-84 Plus mode, a TI-Nspire (not TI-84 Plus) menu ask to validate the reset. The RAM and the archive memory of the emulated TI-84 Plus will be cleared, and the TI-84 Plus will be reset.

Booting happens when:

  • all the batteries are removed and put back
  • after a crash of the TI-Nspire OS
  • when the keypad is changed

There is no backup battery as we can find on previous calculator models, so removing at least one AA battery for a few seconds make the RAM lose its content. In TI-Nspire mode removing, and putting back the same keypad doesn't make it boot. In TI-84 Plus mode, removing the keypad automatically stores the RAM image to the flash memory (we can see it process for one second in TI-84 Plus mode when removing the keypad while the calculator is still on). If the TI-84 Plus keypad is put back within a few seconds, the TI-84 Plus will immediately start as after a shutdown. If the keypad is removed for more than a few seconds, the TI-Nspire OS will boot, and the RAM and archive memory of the TI-84 Plus will be restored at its last state. Whether booting in TI-Nspire mode or in TI-84 Plus mode, a progress bar is displayed with the 2 sequencial messages: "Preparing file system, please wait..." and "Loading Operating System...". The supposed memory setup during this phase is described in Memory layout. It seems that the exception handler of the TI-Nspire OS systematically forces a reboot: you won't see anything like illegal instruction in a black bar on the screen as there is on TI-68k.

Third-party components

The About screen reports that the following third-party components are integrated to the TI-Nspire OS:

  • Graph & Geometry developed in conjunction with Cabrilog SAS
  • Nucleus Real-Time Operating System by ATI. Note that the source code of the OS is provided to licensees, so it could have been customized by Texas Instruments. Nucleus RTOS is also a modular OS, it is currently not clear which modules are included.
  • Software by Datalight Inc.. It could be the flash memory driver FlashFX, which does work on Nucleus RTOS, and/or the OneBoot file system.
  • The compression library zlib
  • The XML parser eXpat

Noteworthy characteristics

  • As mentionned in the official guidebooks and as it appears in the resource files of the OS images, the Operating System cannot be downgraded, that is only a version of the OS greater than the current one can be flashed to the TI-Nspire. When a new version of the OS will be available, think twice before sending it: flaws which could have been exploited by our hackers may be fixed... forever.

We need your help

  • Find out how to reinitialize completely the TI-Nspire, i.e. how to make the OS reinstall the TI-84 Plus flash applications, and display the configuration wizard you meet when you starts your TI-Nspire for the first time.