Why? I don't have enough jumper cables lying around.. And ordering them takes a while

Moderators: marcelr, TheHogNL, Toonz
Yes this is possible, just follow the same steps, but you can omit installing OpenOCDCarlvO wrote:Is it possible to use the automated script without the jtag cables? It's a U-boot version with a known password.
Why? I don't have enough jumper cables lying around.. And ordering them takes a while
i have almost the same problem.CarlvO wrote:Is it possible to use the automated script without the jtag cables? It's a U-boot version with a known password.
Why? I don't have enough jumper cables lying around.. And ordering them takes a while
Code: Select all
sed -i '/qtqt:245/a\# add serial console access:\ngett:235:respawn:/sbin/getty -L 115200 ttymxc0 vt102' /etc/inittab
Thanks man that works .TheHogNL wrote:This oneliner will add the getty line to inittab without using vi:
Code: Select all
sed -i '/qtqt:245/a\# add serial console access:\ngett:235:respawn:/sbin/getty -L 115200 ttymxc0 vt102' /etc/inittab
Please read the docs. It's clearly stated that when using different JTAG hardware you should use the '--jtag-hardware' argument. If that doesn't work, please open an issue on Github.alcomys wrote:hi guys,
can someone help me out ?
i use a segger j-tag device but the auto script to root wont work for me.
when i put the jlink.cfg in the assets/adapter dir i got the failure that the j-tag cannot be autodetected.
when i use the j-link without the autorootscript i can flash the new bootloader without any problems.
but the rest of the script with that method is not posible.
best regards,trey
Okay thanks,martenjacobs wrote:Please read the docs. It's clearly stated that when using different JTAG hardware you should use the '--jtag-hardware' argument. If that doesn't work, please open an issue on Github.alcomys wrote:hi guys,
can someone help me out ?
i use a segger j-tag device but the auto script to root wont work for me.
when i put the jlink.cfg in the assets/adapter dir i got the failure that the j-tag cannot be autodetected.
when i use the j-link without the autorootscript i can flash the new bootloader without any problems.
but the rest of the script with that method is not posible.
best regards,trey
i did that before and still no root login with ssh.mAiden wrote:If you get in the uboot locate the password file /etc/passwd and edit the line:
root:DISABLED:0:0:root:/root:/bin/sh
to read:
root::0:0:root:/root:/bin/sh
and save. Otherwise you won't get in.
Start Toon normally, and you will see something like "Eneco Toon by Quby eneco-001-xxxxxx login:" now its time to login as root, if you get in, type "passwd" to create a strong password.
i was forgotten to tell that i have discovered the save option of vi in u-boot mode to edit files .TheHogNL wrote:This oneliner will add the getty line to inittab without using vi:
Code: Select all
sed -i '/qtqt:245/a\# add serial console access:\ngett:235:respawn:/sbin/getty -L 115200 ttymxc0 vt102' /etc/inittab