Page 1 of 1
Hardware requirement
Posted: Fri May 17, 2019 11:51 pm
by adval40
I want to root my new toon (Toon 1)
What do I need ?
* Raspberry Pi
* USB to ttl 3.3v converter
Do I need a JTAG controller ?
thanks in advance
adval40
Re: Hardware requirement
Posted: Sat May 18, 2019 7:56 am
by TheHogNL
If your Toon is old enough (with known boot password) then a * USB to ttl 3.3v converter * wil be enough (with a computer ofcourse).
If your Toon is newer (with unknown password) you need the * Rasberry PI * with a few female-female dupont cables. You won't need the USB converter anymore as the Pi has an onboard 3.3v serial port.
A JTAG controller isn't needed. The PI is doing the JTAG debugging in software for you.
=============
So best, without knowing you have an older or newer Toon 1, is just to buy a Pi and some of those dupont cables
And next time, just read the manual in
viewtopic.php?f=100&t=11235#p82533
Re: Hardware requirement
Posted: Sat May 18, 2019 4:01 pm
by adval40
how can I see if I have an old one
my SN start with 12-39-005-xxx
thanks for quick reply
Re: Hardware requirement
Posted: Sat May 18, 2019 4:04 pm
by TheHogNL
SN 12 is an older one. Probably with known password. But never sure about this.
Beste way is to go with the Raspberry Pi option. It is so easy to do it with that rooter script. And you own a Raspberry PI afterwards which you then can use to do your home automation on

Re: Hardware requirement
Posted: Sat May 18, 2019 4:10 pm
by adval40
I saw later started with 16 has unknown password
Now i can started
when it works I write it here
adval40
Re: Hardware requirement
Posted: Sun May 19, 2019 7:33 pm
by Hussar_303
TheHogNL wrote:
If your Toon is newer (with unknown password) you need the * Rasberry PI * with a few female-female dupont cables. You won't need the USB converter anymore as the Pi has an onboard 3.3v serial port.
That's what I'm running Domotica on, and it does work fine; I had to do research on which cables I should use (looking back at it, I clearly didn't have enough technical knowledge to start this home automation project... but I still went in and manage to do stuff, so I keep going, even if I'm walking like a person in the dark and finding my way by bumping into walls

)
Re: Hardware requirement
Posted: Thu Jun 06, 2019 1:26 am
by adval40
I have rooted my Toon
i cannot change my root password
I can login into the toon with root privileges
eneco-001-008912:~# passwd
passwd: applet not found
thanks
can I reset this ?
Re: Hardware requirement
Posted: Thu Jun 06, 2019 1:43 am
by adval40
i haven make a conversion board from raspberry to toon
Re: Hardware requirement
Posted: Fri Jun 07, 2019 9:06 pm
by marcelr
adval40 wrote:I have rooted my Toon
i cannot change my root password
I can login into the toon with root privileges
eneco-001-008912:~# passwd
passwd: applet not found
thanks
can I reset this ?
You will need to install another version of busybox.
Version 1.27.2-r4 (available from the forum ftp server) should work. MAKE SURE to also install the other three busybox packages with the same version number.
Re: Hardware requirement
Posted: Fri Jun 07, 2019 9:18 pm
by TheHogNL
Re: Hardware requirement
Posted: Fri Jun 07, 2019 9:32 pm
by adval40
I have changed my password via tsc menu
the password is now reset to toon
in the next days i install an newer version of busybox
thanks for advice
Re: Hardware requirement
Posted: Sat Jun 08, 2019 12:13 am
by adval40
Re: Hardware requirement
Posted: Sat Jun 08, 2019 8:09 am
by TheHogNL
My advice would NOT to update busybox. When done wrong it breaks your Toon.
Just use my description to set your own password.
You can also create your own crypted password with
Code: Select all
/usr/bin/openssl passwd -crypt yourpassword
Just put the output in the /etc/passwd file at the right place.
Re: Hardware requirement
Posted: Sun Jun 09, 2019 12:05 am
by adval40
ok you're right. I change password with a save method
thanks