Alright I'm getting further every day. But today I made a mistake.
So I let te script run again, this time the Toon connected to the router.
This was the result:
pi@raspberrypi:~ $ sudo apt install python-serial python-cryptography
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd
De statusinformatie wordt gelezen... Klaar
python-cryptography is reeds de nieuwste versie (1.7.1-3+b2).
python-serial is reeds de nieuwste versie (3.2.1-1).
0 opgewaardeerd, 0 nieuw geïnstalleerd, 0 te verwijderen en 13 niet opgewaardeerd.
pi@raspberrypi:~ $ git clone
https://github.com/martenjacobs/ToonRooter.git
fatal: destination path 'ToonRooter' already exists and is not an empty directory.
pi@raspberrypi:~ $ cd ToonRooter
pi@raspberrypi:~/ToonRooter $ sudo python . --jtag-available
INFO:__main__:Starting up...
INFO:__main__:Detected JTAG hardware 'rpi1'
INFO:__main__:Written private and public key pair to ./id_rsa and ./id_rsa.pub, respectively
INFO:rooter:Waiting for Toon to restart
INFO:rooter:Toon has U-Boot version 2010.09-R8
INFO:rooter:Using password to log in
INFO:rooter:Logging in to U-Boot
INFO:rooter:Patching U-Boot
INFO:rooter:Waiting for boot up
INFO:rooter:Transferring payload
INFO:rooter:Patching Toon
INFO:rooter:>>> Enabling root user. Your root password is: PNZRWZCG
INFO:rooter:>>> Opening ports 22, 80 and 10080 on firewall
INFO:rooter:>>> Disable VPN on boot
INFO:rooter:>>> Installing dropbear
INFO:rooter:>>> Installing openssh-sftp-server
INFO:rooter:Cleaning up
INFO:rooter:Rebooting
INFO:rooter:Your Toon is now rooted. Please wait for it to boot up and try to log in using SSH
pi@raspberrypi:~/ToonRooter $ ssh root@192.168.178.234
ssh: connect to host 192.168.178.234 port 22: No route to host
pi@raspberrypi:~/ToonRooter $ ssh root@192.168.178.234
ssh: connect to host 192.168.178.234 port 22: No route to host
pi@raspberrypi:~/ToonRooter $ ssh root@192.168.178.234
ssh: connect to host 192.168.178.234 port 22: No route to host
pi@raspberrypi:~/ToonRooter $ ssh root@192.168.0.102
The authenticity of host '192.168.0.102 (192.168.0.102)' can't be established.
RSA key fingerprint is SHA256:I+DcNE5XYtSjmVaAIvT1y2ygYaYHI+Q8in+S71PI4+o.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.0.102' (RSA) to the list of known hosts.
root@192.168.0.102's password:
eneco-001-171151:~#
Started the Toon with the screen on, no result. So I thought maybe a factory reset. (Stupid idea).
When I start the Toon i'm stuck at STAP 2.1 Internet. I cannot connect to Toon to the wifi anymore
Do you guys have another idea?