Quote:
Originally Posted by knc1
That Busybox version is too old to recognize 'bash'
K1 # chroot uClibc '/bin/busybox sh'
Note the quotes.
|
PHP Code:
mint17-32 K1 # chroot uclibc '/bin/busybox sh'
chroot: failed to run command '/bin/busybox sh': No such file or directory
mint17-32 K1 # ls -al uclibc/bin/busybox
-rwxr-xr-x 1 root root 675368 Dec 31 1969 uclibc/bin/busybox
mint17-32 K1 # ls -al uclibc/bin/sh
lrwxrwxrwx 1 root root 7 Dec 31 1969 uclibc/bin/sh -> busybox
Those dates look like linux "ground zero" (with timezone adjustment), so not sure about the "real" date. Those are the same dates as in the original jffs2 image. Also what may be found on a freshly reset kindle device in airplane mode (no hardware clock).
Another failed attempt. Next?
Also, do you have a potentially compatible custom K1 binary executable I can try to run on my K1? If so, please post it. Thanks.