Hardware requirement
Moderators: marcelr, TheHogNL, Toonz
Hardware requirement
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
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
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
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
Member of the Toon Software Collective
Re: Hardware requirement
how can I see if I have an old one
my SN start with 12-39-005-xxx
thanks for quick reply
my SN start with 12-39-005-xxx
thanks for quick reply
Re: Hardware requirement
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
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

Member of the Toon Software Collective
Re: Hardware requirement
I saw later started with 16 has unknown password
Now i can started
when it works I write it here
adval40
Now i can started
when it works I write it here
adval40
-
- Starting Member
- Posts: 12
- Joined: Tue Apr 16, 2019 5:58 pm
Re: Hardware requirement
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
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 ?
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 ?
Last edited by adval40 on Fri Jun 07, 2019 8:05 pm, edited 1 time in total.
Re: Hardware requirement
i haven make a conversion board from raspberry to toon
- Attachments
-
- photo_2019-06-05_23-56-35.jpg (100.04 KiB) Viewed 9021 times
Re: Hardware requirement
You will need to install another version of busybox.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 ?
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
Or see my post here viewtopic.php?f=101&t=11999&p=90319&hilit=passwd#p90319
Member of the Toon Software Collective
Re: Hardware requirement
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
the password is now reset to toon
in the next days i install an newer version of busybox
thanks for advice
Re: Hardware requirement
Can I do this and the old files will we overwritten ?
opkg install http://files.domoticaforum.eu/uploads/T ... r4_qb2.ipk
opkg install http://files.domoticaforum.eu/uploads/T ... r4_qb2.ipk
opkg install http://files.domoticaforum.eu/uploads/T ... r4_qb2.ipk
opkg install http://files.domoticaforum.eu/uploads/T ... r4_qb2.ipk
opkg install http://files.domoticaforum.eu/uploads/T ... r4_qb2.ipk
opkg install http://files.domoticaforum.eu/uploads/T ... r4_qb2.ipk
opkg install http://files.domoticaforum.eu/uploads/T ... r4_qb2.ipk
opkg install http://files.domoticaforum.eu/uploads/T ... r4_qb2.ipk
Re: Hardware requirement
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
Just put the output in the /etc/passwd file at the right place.
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
Member of the Toon Software Collective
Re: Hardware requirement
ok you're right. I change password with a save method
thanks
thanks