- Code: Select all
ls -al busybox
ls -al busybox
root@fvdwsl-sg-pc:/chroot2/bin # cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 1 (v7l)
BogoMIPS : 41.55
Features : half thumb fastmult vfp edsp vfpv3 vfpv3d16 tls idivt
CPU implementer : 0x56
CPU architecture: 7
CPU variant : 0x1
CPU part : 0x581
CPU revision : 1
Hardware : Marvell Armada 370/XP (Device Tree)
Revision : 0000
Serial : 0000000000000000
root@fvdwsl-sg-pc:/chroot2/bin #
WDMyCloud:/chroot/bin# ls -al busybox
-rwxr-xr-x 1 root root 933180 Jul 30 2019 busybox
WDMyCloud:/chroot/bin#
WDMyCloud:/chroot/bin# cat /proc/cpuinfo
Processor : ARMv7 Processor rev 1 (v7l)
processor : 0
BogoMIPS : 1292.69
processor : 1
BogoMIPS : 1292.69
Features : swp half thumb fastmult vfp edsp neon vfpv3 tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x2
CPU part : 0xc09
CPU revision : 1
Hardware : Comcerto 2000 EVM
Revision : 0001
Serial : 0000000000000000
WDMyCloud:/chroot/bin#
WDMyCloud:~# ls -al /bin/bash
-rwxr-xr-x 1 root root 674736 Oct 1 2014 /bin/bash
WDMyCloud:~#
WDMyCloud:~# ldd /bin/bash
libtinfo.so.5 => /lib/arm-linux-gnueabihf/libtinfo.so.5 (0x40c60000)
libdl.so.2 => /lib/arm-linux-gnueabihf/libdl.so.2 (0x40ce0000)
libgcc_s.so.1 => /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0x40b20000)
libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0x40d10000)
/lib/ld-linux-armhf.so.3 (0x40320000)
WDMyCloud:~#
WDMyCloud:~# ldd --version
ldd (Debian EGLIBC 2.17-93) 2.17
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
WDMyCloud:~#
root@fvdwsl-sg-pc:/chroot2/bin # ldd --version
ldd (GNU libc) 2.17
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
root@fvdwsl-sg-pc:/chroot2/bin #
libtinfo.so.5 => /lib/arm-linux-gnueabihf/libtinfo.so.5 (0x40c60000)
libdl.so.2 => /lib/arm-linux-gnueabihf/libdl.so.2 (0x40ce0000)
libgcc_s.so.1 => /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0x40b20000)
libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0x40d10000)
/lib/ld-linux-armhf.so.3 (0x40320000)
WDMyCloud:~# ls -ll /chroot/lib/arm-linux-gnueabihf/
total 1368
-rwxr-xr-x 1 root root 134452 Aug 22 20:00 ld-2.17.so
-rwxr-xr-x 1 root root 922896 Aug 22 19:45 libc-2.17.so
lrwxrwxrwx 1 root root 44 Aug 22 19:55 libc.so.6 -> /chroot/lib/arm-linux-gnueabihf/libc-2.17.so
-rw-r--r-- 1 root root 67168 Aug 22 19:43 libdl-2.17.so
lrwxrwxrwx 1 root root 45 Aug 22 19:53 libdl.so.2 -> /chroot/lib/arm-linux-gnueabihf/libdl-2.17.so
-rw-r--r-- 1 root root 112712 Aug 22 19:44 libgcc_s.so.1
lrwxrwxrwx 1 root root 47 Aug 22 19:51 libtinfo.so.5 -> /chroot/lib/arm-linux-gnueabihf/libtinfo.so.5.9
-rw-r--r-- 1 root root 133744 Aug 22 19:40 libtinfo.so.5.9
WDMyCloud:~#
WDMyCloud:~# ls -ll /lib/arm-linux-gnueabihf/libc*
-rwxr-xr-x 1 root root 922896 Oct 19 2013 /lib/arm-linux-gnueabihf/libc-2.17.so
lrwxrwxrwx 1 root root 12 Oct 19 2013 /lib/arm-linux-gnueabihf/libc.so.6 -> libc-2.17.so
WDMyCloud:~#
WDMyCloud:~# ls -ll /lib/arm-linux-gnueabihf/libdl*
-rw-r--r-- 1 root root 67168 Oct 19 2013 /lib/arm-linux-gnueabihf/libdl-2.17.so
lrwxrwxrwx 1 root root 13 Oct 19 2013 /lib/arm-linux-gnueabihf/libdl.so.2 -> libdl-2.17.so
WDMyCloud:~#
WDMyCloud:~# ls -ll /lib/arm-linux-gnueabihf/libgcc*
-rw-r--r-- 1 root root 112712 Sep 26 2013 /lib/arm-linux-gnueabihf/libgcc_s.so.1
WDMyCloud:~#
WDMyCloud:~# ls -ll /lib/arm-linux-gnueabihf/libtinfo*
lrwxrwxrwx 1 root root 15 Nov 5 2014 /lib/arm-linux-gnueabihf/libtinfo.so.5 -> libtinfo.so.5.9
-rw-r--r-- 1 root root 133744 Sep 11 2013 /lib/arm-linux-gnueabihf/libtinfo.so.5.9
WDMyCloud:~#
WDMyCloud:~# ls -ll /lib/ld-linux-armhf.so.3
lrwxrwxrwx 1 root root 30 Oct 19 2013 /lib/ld-linux-armhf.so.3 -> arm-linux-gnueabihf/ld-2.17.so
WDMyCloud:~#
WDMyCloud:~# ls -ll /chroot/lib/ld-linux-armhf.so.3
lrwxrwxrwx 1 root root 42 Aug 22 20:00 /chroot/lib/ld-linux-armhf.so.3 -> /chroot/lib/arm-linux-gnueabihf/ld-2.17.so
WDMyCloud:~#
WDMyCloud:~# /chroot/bin/busybox
Killed
WDMyCloud:~#
Users browsing this forum: No registered users and 7 guests