π
<-
Chat plein-écran
[^]

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

Regroupement de tous les tutoriaux Nspire.

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

Message non lude parrotgeek1 » 07 Fév 2018, 22:09

critor a écrit:Note that ControlX is currently built for Boot1 3.0.0.99, and is not compatible with Boot1 3.0.0.DEVBUILD.
It's probably not complicated to adapt it, but I have no working TI-Nspire Color prototype to test it. :(



Code: Tout sélectionner
void (*puts)(const char *str) = (void*) 0x394; //ok
void (*load_start_boot2)() = (void*)0x1e04; //ok
void (*memset)(void* dest, int val, int size) = (void*) 0x10320;//ok
int (*read_nand)(void* dest, uint32_t size, uint32_t nand_offset, int progress_start, int progress_end, void* progress_cb) = (void*) 0xb314; //ok
int (*nand_erase_range)(uint32_t start, uint32_t end) = (void*)0xB2CC; //ok
int (*write_nand)(void* data, uint32_t size, uint32_t nand_offset) = (void*) 0xb614;//ok
void (*itoa)(uint32_t n, char* s, int radix) = (void*) 0x60; //ok
int (*is_any_key_pressed)()= (void*)0x19b24;//ok
int (*is_rc_pressed)(int row, int col) = (void*) 0x19980; //  ok
void *progress_callback = (void*) 0xA6C;//ok
void (*reset)()= (void*)0; // ok

Works fine on emulator
Fichiers joints
controlx4.5.0p.zip
(310.81 Kio) Téléchargé 89 fois
Avatar de l’utilisateur
parrotgeek1Programmeur
Niveau 11: LV (Légende Vivante)
Niveau 11: LV (Légende Vivante)
Prochain niv.: 88%
 
Messages: 745
Inscription: 29 Mar 2016, 01:22
Localisation: This account is no longer used.
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

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

Message non lude critor » 07 Fév 2018, 22:34

Oh, thank you.

Now I just need to find a working TI-Nspire Color. :P
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 42.1%
 
Messages: 41492
Images: 14556
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

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

Message non lude pattex16 » 19 Fév 2018, 08:35

People!!
Is there anyway to make nBoot work with Boo1-> 4.0.XX ???
Yesterday i've tried to dual boot linux with Nspire Os but couldnt get nBoot working.
Is the development still going on?
OR
would there be a way to downgrade the Boot1 version to 3.0.XX ????
Avatar de l’utilisateur
pattex16
Niveau 1: MD (Membre Débutant)
Niveau 1: MD (Membre Débutant)
Prochain niv.: 60%
 
Messages: 3
Inscription: 18 Fév 2018, 19:05
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile
Classe: 11th grade

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

Message non lude critor » 19 Fév 2018, 10:57

ControlX is still in development. But it's based on nBoot, which was released anonymously, and so we don't know if the development is going on for Boot1 4.0.

The SPI flaw using in Boot1 3.0.0.99 has been fixed in Boot1 4.0. That's why nBoot doesn't work anymore. But there might still be some other flaws...

If your goal is to have a reboot-proof Ndless setup, or to be able to launch any Nspire OS, you should consider the more recent nanoLoader, based on an inferior Boot1.5 exploit. Note it hasn't been released yet, so that's why it's not yet mentioned in the nBoot+Controlx tutorial, and doesn't have its own tutorial for now.
viewtopic.php?f=20&t=20938
https://github.com/parrotgeek1/TI-Nspir ... .5_exploit

But note that unlike previous ControlX and Nlaunch* boot loaders, it doesn't deal with Linux at all.
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 42.1%
 
Messages: 41492
Images: 14556
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

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

Message non lude parrotgeek1 » 19 Fév 2018, 11:10

.
Dernière édition par parrotgeek1 le 10 Déc 2020, 04:18, édité 4 fois.
Avatar de l’utilisateur
parrotgeek1Programmeur
Niveau 11: LV (Légende Vivante)
Niveau 11: LV (Légende Vivante)
Prochain niv.: 88%
 
Messages: 745
Inscription: 29 Mar 2016, 01:22
Localisation: This account is no longer used.
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

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

Message non lude pattex16 » 19 Fév 2018, 11:28

I think i might am going to test it on an emulator for now, but it would be great to have a full linux installed on an nspire
Looking forward for updates
Avatar de l’utilisateur
pattex16
Niveau 1: MD (Membre Débutant)
Niveau 1: MD (Membre Débutant)
Prochain niv.: 60%
 
Messages: 3
Inscription: 18 Fév 2018, 19:05
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile
Classe: 11th grade

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

Message non lude critor » 19 Fév 2018, 11:56

parrotgeek1 a écrit:DO NOT LINK TO THIS REPOSITORY

the current code in master branch would brick real hardware

Then could you provide us the right link ?
Would also be useful for me, since my local clone is probably outdated.
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 42.1%
 
Messages: 41492
Images: 14556
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

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

Message non lude pattex16 » 19 Fév 2018, 14:00

critor a écrit:
parrotgeek1 a écrit:DO NOT LINK TO THIS REPOSITORY

the current code in master branch would brick real hardware

Then could you provide us the right link ?
Would also be useful for me, since my local clone is probably outdated.


Yes, that would be awesome!
Avatar de l’utilisateur
pattex16
Niveau 1: MD (Membre Débutant)
Niveau 1: MD (Membre Débutant)
Prochain niv.: 60%
 
Messages: 3
Inscription: 18 Fév 2018, 19:05
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile
Classe: 11th grade

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

Message non lude parrotgeek1 » 19 Fév 2018, 20:30

.
Dernière édition par parrotgeek1 le 10 Déc 2020, 04:19, édité 1 fois.
Avatar de l’utilisateur
parrotgeek1Programmeur
Niveau 11: LV (Légende Vivante)
Niveau 11: LV (Légende Vivante)
Prochain niv.: 88%
 
Messages: 745
Inscription: 29 Mar 2016, 01:22
Localisation: This account is no longer used.
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

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

Message non lude parrotgeek1 » 25 Fév 2018, 20:32

.
Dernière édition par parrotgeek1 le 10 Déc 2020, 04:19, édité 1 fois.
Avatar de l’utilisateur
parrotgeek1Programmeur
Niveau 11: LV (Légende Vivante)
Niveau 11: LV (Légende Vivante)
Prochain niv.: 88%
 
Messages: 745
Inscription: 29 Mar 2016, 01:22
Localisation: This account is no longer used.
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

PrécédenteSuivante

Retourner vers Tutoriaux

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 9 invités

-
Rechercher
-
Social TI-Planet
-
Sujets à la une
Comparaisons des meilleurs prix pour acheter sa calculatrice !
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
Phi NumWorks jailbreak
123
-
Faire un don / Premium
Pour plus de concours, de lots, de tests, nous aider à payer le serveur et les domaines...
Faire un don
Découvrez les avantages d'un compte donateur !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partenaires et pub
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
1058 utilisateurs:
>1010 invités
>43 membres
>5 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Autres sites intéressants
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)