π
<-

[Tuto] [EN/FR] Install/Installer nBoot + ControlX (+Linux)

Regroupement de tous les tutoriaux Nspire.

Re: [Tuto] [EN/FR] Install/Installer nBoot + ControlX (+Linu

Unread postby TheReturningVoid » 27 Feb 2017, 14:11

Ah, makes sense. Is there a way to dump Boot1? Wouldn't mind poking around at it a bit myself.
User avatar
TheReturningVoid
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Level up: 0%
 
Posts: 3
Joined: 27 Feb 2017, 08:23
Gender: Male
Calculator(s):
MyCalcs profile

Re: [Tuto] [EN/FR] Install/Installer nBoot + ControlX (+Linu

Unread postby Lionel Debroux » 27 Feb 2017, 19:46

The boot1 can be dumped using e.g. PolyDumper.
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
User avatar
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Level up: 11.3%
 
Posts: 6863
Joined: 23 Dec 2009, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Class: -
GitHub: debrouxl

Re: [Tuto] [EN/FR] Install/Installer nBoot + ControlX (+Linu

Unread postby TheReturningVoid » 27 Feb 2017, 22:00

Oh, forgot Polydumper did that :p Thanks the the help!
User avatar
TheReturningVoid
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Level up: 0%
 
Posts: 3
Joined: 27 Feb 2017, 08:23
Gender: Male
Calculator(s):
MyCalcs profile

Re: [Tuto] [EN/FR] Install/Installer nBoot + ControlX (+Linu

Unread postby jdless » 15 Mar 2017, 00:28

I need some help, please. I have installed nboot+controlx, exactly like on tutorial and many times. My cx cas is hw ver L, boot1 3.0.0.99, boot2 4.0.3.49.
I tried 4.0.3 and 4.2 os versions.. When starting "inject OS patcher" text is where "Ndless installed" should be. Ndless is not installed after reboot.

It works with 4.2 os. 4.0.3 dont work.
Last edited by jdless on 18 Mar 2017, 09:33, edited 1 time in total.
User avatar
jdless
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Level up: 0%
 
Posts: 5
Joined: 14 Mar 2017, 22:46
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: [Tuto] [EN/FR] Install/Installer nBoot + ControlX (+Linu

Unread postby critor » 15 Mar 2017, 21:49

Hi.

The payload injected in Boot2 4.0.3 doesn't support all OS versions, because of a size limit.

Here's what in the ndless_loader Makefile :
Code: Select all
# WARNING : Boot2 4.0.3 payload current max size is 0x3D4.
# DO NOT include all OS patches !
PATCHES = -DOS_31 -DOS_36 -DOS_42 -DOS_44
# list of OS patches :
# -DOS_301 -DOS_302_1791 -DOS_302_1793 -DOS_31 -DOS_320_1212 -DOS_320_1219 -DOS_323 -DOS_324 -DOS_33
# -DOS_36 -DOS_39 -DOS_391 -DOS_400
# -DOS_402 -DOS_403 -DOS_42 -DOS_430_547 -DOS_43 -DOS_440_531 -DOS_44
# OS patches description :
# 400 and lower versions : patch to boot properly in the nBoot context
# 36 and higher versions : patch to disable the Boot2 update + discrepancy / archive modified self-destruct
# 31 + 36 + 391 + 403 + 42 + 43 : Ndless auto-installer


So with the last ControlX release you can only have Ndless auto-installed on OSes 3.1, 3.6, 4.2 and 4.4.

If you need the Ndless auto-installer for OS 4.0.3, you'll need to edit the Makefile, replace one of the supported OSes by 4.0.3, and rebuild ControlX.

Since OS 3.1 won't work on your hardware revision L anyway, you can drop its support to add OS 4.0.3 :
Code: Select all
PATCHES = -DOS_36 -DOS_403 -DOS_42 -DOS_44
Image
User avatar
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Level up: 47.2%
 
Posts: 41954
Images: 15660
Joined: 25 Oct 2008, 00:00
Location: Montpellier
Gender: Male
Calculator(s):
MyCalcs profile
YouTube: critor3000
Twitter: critor2000
GitHub: critor

Re: [Tuto] [EN/FR] Install/Installer nBoot + ControlX (+Linu

Unread postby jdless » 16 Mar 2017, 08:25

Hi

Ok, I dont need necessarily 4.0.3. Can I use 3.6 with nboot+controlx? Tutorial says that os need to be >4.
Last edited by jdless on 18 Mar 2017, 09:33, edited 1 time in total.
User avatar
jdless
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Level up: 0%
 
Posts: 5
Joined: 14 Mar 2017, 22:46
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: [Tuto] [EN/FR] Install/Installer nBoot + ControlX (+Linu

Unread postby critor » 16 Mar 2017, 12:43

OSes older than 4.0.1 should be able to work perfectly with the next ControlX version. :)
Image
User avatar
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Level up: 47.2%
 
Posts: 41954
Images: 15660
Joined: 25 Oct 2008, 00:00
Location: Montpellier
Gender: Male
Calculator(s):
MyCalcs profile
YouTube: critor3000
Twitter: critor2000
GitHub: critor

Re: [Tuto] [EN/FR] Install/Installer nBoot + ControlX (+Linu

Unread postby jdless » 18 Mar 2017, 09:46

Ok, thanks :)

How to execute another program from source code?
User avatar
jdless
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Level up: 0%
 
Posts: 5
Joined: 14 Mar 2017, 22:46
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: [Tuto] [EN/FR] Install/Installer nBoot + ControlX (+Linu

Unread postby jdless » 18 Mar 2017, 15:14

I ended up situation that ndless cant uninstall. it looks like it uninstall with recources-file but after reboot its back :D This is maybe some nboot+controlx thing? Maybe hard reset is way to go?
User avatar
jdless
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Level up: 0%
 
Posts: 5
Joined: 14 Mar 2017, 22:46
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: [Tuto] [EN/FR] Install/Installer nBoot + ControlX (+Linu

Unread postby critor » 18 Mar 2017, 15:22

Indeed, ControlX purpose is to auto-install Ndless at each boot.

Just move, rename or remove the ndless-resources file if you don't want Ndless.
Image
User avatar
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Level up: 47.2%
 
Posts: 41954
Images: 15660
Joined: 25 Oct 2008, 00:00
Location: Montpellier
Gender: Male
Calculator(s):
MyCalcs profile
YouTube: critor3000
Twitter: critor2000
GitHub: critor

PreviousNext

Return to Tutoriaux

Who is online

Users browsing this forum: ClaudeBot [spider] and 4 guests

-
Search
-
Social TI-Planet
-
Featured topics
Comparaisons des meilleurs prix pour acheter sa calculatrice !
"1 calculatrice pour tous", le programme solidaire de Texas Instruments. Reçois gratuitement et sans aucune obligation d'achat, 5 calculatrices couleur programmables en Python à donner aux élèves les plus nécessiteux de ton lycée. Tu peux recevoir au choix 5 TI-82 Advanced Edition Python ou bien 5 TI-83 Premium CE Edition Python.
Enseignant(e), reçois gratuitement 1 exemplaire de test de la TI-82 Advanced Edition Python. À demander d'ici le 31 décembre 2024.
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
1234
-
Donations / Premium
For more contests, prizes, reviews, helping us pay the server and domains...
Donate
Discover the the advantages of a donor account !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partner and ad
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
664 utilisateurs:
>633 invités
>22 membres
>9 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Other interesting websites
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)