What did I do:
I followed the rooting guide step by step.
My u-boot is 2010.09-R8 so the password worked as noted.
I have modified the /etc/inittab and /etc/passwd as described by the notes,
for my model. After that reboot I could not see an login string anywhere, I
tried root but did not work for me. So from there I tried below:
After that I tried to wget my opkg (ipk) packages from my webserver,
and wget command did not work, but could have been that the connection
was not up somehow. So I used an Raspberry Pi true Serial and connected with
Minicom and uploaded the ipkg.b64 encoded packages, after I decoded them
on Minicom terminal from Toon, and tried to install them, and it gave me 255 errors,
like already described before.
So I wanted to overwrite the busybox so I exctracted the busybox from the 7-zip,
and put it on my Raspberry Pi, after I encoded it as well with B64 and uploaded
it with the ASCII upload file send method. After I decoded the B64 and copied
the busybox file from /root to /bin/busybox. Soon after that I got permissions
errors on the screen. Then I rebooted to see if that would load the busybox
properly, but then I got stuck.. As for now I could not enter the busybox, there
are errors saying permission denied.
I can still boot into the u-boot (2010.09-R8) but after doing the following code:
setenv addmisc setenv bootargs \$\{bootargs\} mem=\$\{mem\} lpj=999424 init=/bin/sh
run boot_nand
It will load the boot up, but hangs at the permission errors, and this has to do with me
overwriting the busybox file earlier..
I have an log file from the tries from yesterday:
U-Boot 2010.09-R8 (Dec 03 2012 - 12:50:30)
* Kernel [20G 2.6.36-R10-h27 (print_boot_msg)
* Firmware [20G qb2/uni/4.11.6-1205-0 (print_boot_msg)
* Hostname [20G eneco-001-xxxxxx (print_boot_msg)
Hope this is a bit more clear.