[FR/EN] Utiliser Nspire_Emu (v0.7)
Posted: 21 Jan 2012, 00:39
Vous voulez émuler une Nspire de toute sorte, voire une LabStation, sur votre ordi ?
nspire_emu est fait pour vous
nspire_emu est fait pour vous
You want to emulate a Nspire of any kind, even a LabStation, on your computer?
nspire_emu is what you need
nspire_emu is what you need
-Vous pouvez le télécharger ici: http://tiplanet.org/forum/archives_voir.php?id=10068
-You can download it from here: http://tiplanet.org/forum/archives_voir.php?id=10068
-Vous devez ensuite récupérer des OS Nspire: http://tiplanet.org/forum/archives_list ... =OS+Nspire
-Then, you need to gather OS upgrades suitable for the Nspire: http://tiplanet.org/forum/archives_list ... =OS+Nspire
-Décompressez l'archive, et placez les OS que vous voulez émuler dans le dossier de l'émulateur.
-Decompress the archive, and copy/symlink the OS you want to emulate in the emulator's folder.
-Pour récupérer les boot2.img, renommez les fichiers d'OS en .zip et ouvrez-les avec un utilitaire qui gère les fichiers ZIP malformés (la plupart en sont capables). Extrayez le fichier boot2.img et c'est réglé. Si vous en avez vraiment besoin, pour transformer un boot2.img en boot2.raw, utilisez imgmanip ( http://tiplanet.org/forum/archives_voir.php?id=4281 ).
-In order to retrieve the boot2.img, change the extension of OS files to .zip, and open them with a utility able to handle malformed ZIP files (most can do it). Extract the boot2.img file and you're done. If you really need it, to transform a boot2.img to boot2.raw, use imgmanip ( http://tiplanet.org/forum/archives_voir.php?id=4281 ).
-Pour récupérer un peu tout (boot1, boot2, OS), utilisez polydumper ( http://tiplanet.org/forum/archives_voir.php?id=3829 ).
-In order to retrieve multiple items (boot1, boot2, OS), use polydumper ( http://tiplanet.org/forum/archives_voir.php?id=3829 ).
-Voici ensuite ce que vous pouvez émuler:
(Il vous faut bien sûr lancer nspire_emu.exe en ligne de commande.)
(Il vous faut bien sûr lancer nspire_emu.exe en ligne de commande.)
-Here's what you can emulate:
(of course, you need to launch nspire_emu.exe from a command line terminal.)
(of course, you need to launch nspire_emu.exe from a command line terminal.)
TI-Nspire ou TI-Nspire CAS, avec OS lancé sur le boot2 :
TI-Nspire or TI-Nspire CAS, with OS launched from boot2 :
(ne marche que avec un boot2 1.1 ou 1.4; pour utiliser un boot2 version 3.0, vous devez démarrez sur le boot1. Les OS 3.X requièrent l'utilisation du boot1 sauf si vous les TNOC-ez.)
(only works with boot2 1.1 or 1.4 ; if you want to use a boot2 3.0, you have to launch OS from boot1. 3.X OS versions require you launch from boot1 unless you use TNOC on them)
Premier lancement (non-CAS):
First launch (non-CAS):
- Code: Select all
nspire_emu /B=boot2.raw /PO=os.tno
Premier lancement (CAS):
First launch (CAS):
- Code: Select all
nspire_emu /B=boot2.raw /MC /PO=os.tnc
Une fois l'installation terminée, cliquez sur "File -> Save As..." pour sauvegarder une image de la mémoire.
Pour lancer l'émulateur, il vous suffit alors de faire:
Pour lancer l'émulateur, il vous suffit alors de faire:
Once the install is over, click "File -> Save As..." to save a memory image.
Then, in order to launch the emulator, simply use:
Then, in order to launch the emulator, simply use:
- Code: Select all
nspire_emu /B=boot2.raw /F=image
TI-Nspire ou TI-Nspire CAS, avec OS lancé sur le boot1 :
TI-Nspire or TI-Nspire CAS, with OS launched from boot1:
Premier lancement (non-CAS):
First launch (non-CAS):
- Code: Select all
nspire_emu /1=boot1.raw /PB=boot2.img /PO=os.tno
Premier lancement (CAS):
First launch (CAS):
- Code: Select all
nspire_emu /1=boot1.raw /MC /PB=boot2.img /PO=os.tnc
Une fois l'installation terminée, cliquez sur "File -> Save As..." pour sauvegarder une image de la mémoire.
Pour lancer l'émulateur, il vous suffit alors de faire:
Pour lancer l'émulateur, il vous suffit alors de faire:
Once the install is over, click "File -> Save As..." to save a memory image.
Then, in order to launch the emulator, simply use:
Then, in order to launch the emulator, simply use:
- Code: Select all
nspire_emu /1=boot1.raw /F=image
TI-Nspire CX ou TI-Nspire CX CAS, avec OS lancé sur le boot1: (c'est le seul moyen d'émuler un OS CX - toutes les versions du boot2 CX requièrent que vous démarriez sur le boot1)
TI-Nspire CX or TI-Nspire CX CAS, with OS launched through the boot1: (it is the only way to emulate a CX OS - all CX boot2 versions require being started through the boot1)
Premier lancement (non-CAS):
First launch (non-CAS):
- Code: Select all
nspire_emu /1=boot1cx.raw /MX /R /PB=boot2cx.img /PO=os.tco
Premier lancement (CAS):
First launch (CAS):
- Code: Select all
nspire_emu /1=boot1cx.raw /MXC /R /PB=boot2cx.img /PO=os.tcc
Une fois l'installation terminée, cliquez sur "File -> Save As..." pour sauvegarder une image de la mémoire.
Pour lancer l'émulateur, il vous suffit alors de faire:
Pour lancer l'émulateur, il vous suffit alors de faire:
Once the install is over, click "File -> Save As..." to save a memory image.
Then, in order to launch the emulator, simply use:
Then, in order to launch the emulator, simply use:
- Code: Select all
nspire_emu /1=boot1cx.raw /F=image
Note: si vous avez besoin de plus de mémoire, rajoutez /N au premier lancement. L'image de la mémoire enregistrée sera largement plus grosse. Exemple avec une CX CAS:
Note: if you need more memory, add /N to the first launch. The saved memory image will consequently be much bigger. For instance, with a CX CAS:
- Code: Select all
nspire_emu /1=boot1cx.raw /MXC /R /N /PB=boot2cx.img /PO=os.tcc
TI-Nspire CM ou TI-Nspire CM CAS, avec OS lancé sur le boot1: (c'est le seul moyen d'émuler un OS CM - toutes les versions du boot2 CM requièrent que vous démarriez sur le boot1)
TI-Nspire CM or TI-Nspire CM CAS, with OS launched through the boot1: (it is the only way to emulate a CM OS - all CM boot2 versions require being started through the boot1)
Premier lancement (non-CAS):
First launch (non-CAS):
- Code: Select all
nspire_emu /1=boot1cx.raw /MM /PB=boot2cm.img /PO=os.tco
Premier lancement (CAS):
First launch (CAS):
- Code: Select all
nspire_emu /1=boot1cx.raw /MMC /PB=boot2cm.img /PO=os.tcc
Une fois l'installation terminée, cliquez sur "File -> Save As..." pour sauvegarder une image de la mémoire.
Pour lancer l'émulateur, il vous suffit alors de faire:
Pour lancer l'émulateur, il vous suffit alors de faire:
Once the install is over, click "File -> Save As..." to save a memory image.
Then, in order to launch the emulator, simply use:
Then, in order to launch the emulator, simply use:
- Code: Select all
nspire_emu /1=boot1cm.raw /F=image
Labstation, avec OS lancé sur le boot1:
Premier lancement:
First launch:
- Code: Select all
nspire_emu /1=boot1lab.raw /ML /PB=boot2lab.img /PO=os.tco
Une fois l'installation terminée, cliquez sur "File -> Save As..." pour sauvegarder une image de la mémoire.
Pour lancer l'émulateur, il vous suffit alors de faire:
Pour lancer l'émulateur, il vous suffit alors de faire:
Once the install is over, click "File -> Save As..." to save a memory image.
Then, in order to launch the emulator, simply use:
Then, in order to launch the emulator, simply use:
- Code: Select all
nspire_emu /1=boot1lab.raw /F=image
Nspire CAS+:
Reportez vous au lancement d'une Nspire CAS avec OS lancé sur le boot1 ou le boot2, et remplacez /MC par /MP.
See above the procedure suitable for the Nspire CAS, with OS launched from the boot1 or the boot2, and replace /MC by /MP.
Labstation, avec OS lancé sur le boot2:
Premier lancement:
First launch:
- Code: Select all
nspire_emu /B=boot2lab.raw /ML /PO=os.tnc
Une fois l'installation terminée, cliquez sur "File -> Save As..." pour sauvegarder une image de la mémoire.
Pour lancer l'émulateur, il vous suffit alors de faire:
Pour lancer l'émulateur, il vous suffit alors de faire:
Once the install is over, click "File -> Save As..." to save a memory image.
Then, in order to launch the emulator, simply use:
Then, in order to launch the emulator, simply use:
- Code: Select all
nspire_emu /B=boot2lab.raw /F=image
Si vous voulez avoir accès à toutes les options, tapez "nspire_emu" sans arguments.
Si vous avez une question, posez-la simplement dans le topic .
Si vous avez une question, posez-la simplement dans le topic .
If you want to see all command-line arguments, type "nspire_emu" without arguments.
If you have a question, just ask in this topic
If you have a question, just ask in this topic