├── README.md ├── bin ├── addgroup ├── adduser ├── ash ├── busybox ├── cat ├── catv ├── chattr ├── chgrp ├── chmod ├── chown ├── cp ├── cpio ├── cttyhack ├── date ├── dd ├── delgroup ├── deluser ├── df ├── dhrystone ├── dmesg ├── dumpkmap ├── echo ├── ed ├── egrep ├── false ├── fdflush ├── fgrep ├── gdbserver ├── getopt ├── grep ├── gunzip ├── gzip ├── hostname ├── hush ├── ionice ├── ip ├── ipaddr ├── ipcalc ├── iplink ├── iproute ├── iprule ├── iptunnel ├── kill ├── linux32 ├── linux64 ├── ln ├── login ├── ls ├── lsattr ├── makemime ├── mkdir ├── mknod ├── mktemp ├── more ├── mount ├── mountpoint ├── msh ├── mt ├── mv ├── nbench ├── netstat ├── nice ├── pidof ├── ping ├── ping6 ├── pipe_progress ├── printenv ├── ps ├── pwd ├── reformime ├── rm ├── rmdir ├── run-parts ├── sed ├── setarch ├── sh ├── sleep ├── stat ├── stress ├── stty ├── su ├── sync ├── tar ├── touch ├── true ├── umount ├── uname ├── uncompress ├── usleep ├── vi ├── watch └── zcat ├── dev └── .dummy ├── etc ├── fstab ├── host.conf ├── hosts ├── init.d │ ├── rcS │ └── vchiq ├── inittab ├── ld.so.conf ├── mdev.conf ├── network │ └── interfaces ├── profile ├── rc.local ├── resolv.conf └── udev │ └── rules.d │ └── 10-local.rules ├── init ├── lib ├── ld-2.11.so ├── ld-linux.so.3 ├── libc-2.11.so ├── libc.so.6 ├── libdl-2.11.so ├── libdl.so.2 ├── libgcc_s.so ├── libgcc_s.so.1 ├── libm-2.11.so ├── libm.so.6 ├── libpthread-2.11.so ├── libpthread.so.0 ├── librt-2.11.so ├── librt.so.1 └── libstdc++.so.6 ├── proc └── .dummy ├── sbin ├── acpid ├── adjtimex ├── arp ├── blkid ├── depmod ├── devmem ├── e2fsck.static ├── fbsplash ├── fdisk ├── findfs ├── freeramdisk ├── fsck ├── fsck.minix ├── getty ├── halt ├── hdparm ├── hwclock ├── ifconfig ├── ifdown ├── ifenslave ├── ifup ├── init ├── insmod ├── klogd ├── loadkmap ├── logread ├── losetup ├── lsmod ├── makedevs ├── man ├── mdev ├── mkdosfs ├── mkfs.minix ├── mkfs.vfat ├── mkswap ├── modprobe ├── nameif ├── pivot_root ├── poweroff ├── raidautorun ├── reboot ├── rmmod ├── route ├── runlevel ├── setconsole ├── slattach ├── start-stop-daemon ├── sulogin ├── swapoff ├── swapon ├── switch_root ├── sysctl ├── syslogd ├── tunctl ├── udhcpc ├── vconfig ├── watchdog └── zcip ├── sys └── .dummy └── usr ├── bin ├── [ ├── [[ ├── ar ├── arping ├── awk ├── basename ├── bunzip2 ├── bzcat ├── bzip2 ├── cal ├── chat ├── chpst ├── chrt ├── chvt ├── cksum ├── clear ├── cmp ├── comm ├── crontab ├── cryptpw ├── cut ├── dc ├── deallocvt ├── diff ├── dirname ├── dos2unix ├── du ├── dumpleases ├── eject ├── env ├── envdir ├── envuidgid ├── ether-wake ├── expand ├── expr ├── fdformat ├── find ├── fold ├── free ├── ftpget ├── ftpput ├── fuser ├── hd ├── head ├── hexdump ├── hostid ├── id ├── install ├── ipcrm ├── ipcs ├── kbd_mode ├── killall ├── killall5 ├── last ├── length ├── less ├── logger ├── logname ├── lpq ├── lpr ├── lzmacat ├── md5sum ├── mesg ├── microcom ├── mkfifo ├── mkpasswd ├── nc ├── nmeter ├── nohup ├── nslookup ├── od ├── openvt ├── passwd ├── patch ├── pgrep ├── pkill ├── printf ├── pscan ├── readahead ├── readlink ├── realpath ├── renice ├── reset ├── resize ├── rtcwake ├── runsv ├── runsvdir ├── rx ├── script ├── seq ├── setkeycodes ├── setsid ├── setuidgid ├── sha1sum ├── sha256sum ├── sha512sum ├── showkey ├── softlimit ├── sort ├── split ├── strings ├── sum ├── sv ├── tac ├── tail ├── tcpsvd ├── tee ├── telnet ├── test ├── tftp ├── tftpd ├── time ├── timeout ├── top ├── tr ├── traceroute ├── tty ├── ttysize ├── udpsvd ├── unexpand ├── uniq ├── unix2dos ├── unlzma ├── unzip ├── uptime ├── uudecode ├── uuencode ├── vlock ├── wc ├── wget ├── which ├── who ├── whoami ├── xargs └── yes ├── local └── bin │ └── rpitestmode.sh └── sbin ├── brctl ├── chpasswd ├── chroot ├── crond ├── dhcprelay ├── dnsd ├── fakeidentd ├── fbset ├── ftpd ├── httpd ├── inetd ├── loadfont ├── lpd ├── popmaildir ├── rdate ├── rdev ├── readprofile ├── sendmail ├── setfont ├── setlogcons ├── svlogd ├── telnetd └── udhcpd /README.md: -------------------------------------------------------------------------------- 1 | target_fs 2 | ========= 3 | 4 | emergency kernel target_fs files 5 | 6 | You want these in .config to use this: 7 | 8 | CONFIG_BLK_DEV_INITRD=y 9 | CONFIG_INITRAMFS_SOURCE="../target_fs" 10 | -------------------------------------------------------------------------------- /bin/addgroup: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/adduser: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/ash: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/busybox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/bin/busybox -------------------------------------------------------------------------------- /bin/cat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/catv: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/chattr: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/chgrp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/chmod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/chown: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/cp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/cpio: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/cttyhack: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/date: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/dd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/delgroup: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/deluser: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/df: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/dhrystone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/bin/dhrystone -------------------------------------------------------------------------------- /bin/dmesg: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/dumpkmap: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/echo: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/ed: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/egrep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/false: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/fdflush: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/fgrep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/gdbserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/bin/gdbserver -------------------------------------------------------------------------------- /bin/getopt: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/grep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/gunzip: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/gzip: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/hostname: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/hush: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/ionice: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/ip: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/ipaddr: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/ipcalc: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/iplink: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/iproute: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/iprule: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/iptunnel: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/kill: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/linux32: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/linux64: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/ln: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/login: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/ls: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/lsattr: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/makemime: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/mkdir: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/mknod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/mktemp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/more: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/mount: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/mountpoint: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/msh: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/mt: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/mv: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/nbench: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/bin/nbench -------------------------------------------------------------------------------- /bin/netstat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/nice: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/pidof: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/ping: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/ping6: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/pipe_progress: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/printenv: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/ps: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/pwd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/reformime: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/rm: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/rmdir: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/run-parts: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/sed: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/setarch: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/sh: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/sleep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/stat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/stress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/bin/stress -------------------------------------------------------------------------------- /bin/stty: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/su: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/sync: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/tar: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/touch: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/true: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/umount: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/uname: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/uncompress: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/usleep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/vi: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/watch: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /bin/zcat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /dev/.dummy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/dev/.dummy -------------------------------------------------------------------------------- /etc/fstab: -------------------------------------------------------------------------------- 1 | proc /proc proc defaults 0 0 2 | sysfs /sys sysfs defaults 0 0 3 | 4 | -------------------------------------------------------------------------------- /etc/host.conf: -------------------------------------------------------------------------------- 1 | # The "order" line is only used by old versions of the C library. 2 | order hosts,bind 3 | multi on 4 | -------------------------------------------------------------------------------- /etc/hosts: -------------------------------------------------------------------------------- 1 | 127.0.0.1 localhost 2 | -------------------------------------------------------------------------------- /etc/init.d/rcS: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | 3 | /bin/mount -a 4 | 5 | echo /sbin/mdev >/proc/sys/kernel/hotplug 6 | #/sbin/mdev -s 7 | 8 | /sbin/syslogd -C # circular buffer - use logread to read 9 | /sbin/klogd # log kernel messages - also available in dmesg 10 | 11 | # load kernel modules listed in /etc/modules 12 | if [ -r /etc/modules ]; then 13 | while read mod; do 14 | modprobe $mod 15 | done /dev/null; then 26 | # wait for USB ennumeration to finish - otherwise test will fail 27 | sleep 3 28 | /usr/local/bin/rpitestmode.sh 29 | fi 30 | fi 31 | 32 | # use an artificial SysRq-g to interrupt 33 | # echo Attempting to enter the debugger! .... 34 | # echo g > /proc/sysrq-trigger 35 | -------------------------------------------------------------------------------- /etc/init.d/vchiq: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | ### BEGIN INIT INFO 3 | # Provides: vchiq 4 | # Required-Start: $local_fs 5 | # Required-Stop: $local_fs 6 | # Default-Start: S 7 | # Default-Stop: 0 6 8 | # Short-Description: Creates /dev/vchiq. 9 | # Description Searches /proc/devices for the vchiq device, and then 10 | # creates /dev/vchiq using the found major device number. 11 | # It is called from the boot script. 12 | ### END INIT INFO 13 | 14 | PATH=/sbin:/usr/sbin:/bin:/usr/bin 15 | 16 | if ! type log_action_begin_msg > /dev/null 2>&1; then 17 | log_action_begin_msg() { echo "$@"; } 18 | fi 19 | 20 | case "$1" in 21 | start|restart|reload|force-reload|"") 22 | [ "$VERBOSE" = no ] || log_action_begin_msg "Creating vchiq device node" 23 | rm -f /dev/vchiq 24 | major=$(awk "\$2==\"vchiq\" {print \$1}" /proc/devices) 25 | if [ -z "$major" ]; then 26 | echo "Error: failed to locate vchiq device in /proc/devices" 27 | exit 1 28 | else 29 | mknod /dev/vchiq c "$major" 0 30 | chmod a+w /dev/vchiq 31 | fi 32 | ;; 33 | stop) 34 | echo "Error: argument '$1' not supported" >&2 35 | exit 3 36 | ;; 37 | *) 38 | echo "Usage: vchiq start|stop" >&2 39 | exit 3 40 | ;; 41 | esac 42 | 43 | : 44 | -------------------------------------------------------------------------------- /etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS 2 | ::respawn:-/bin/sh 3 | ::ctrlaltdel:/bin/umount -a -r 4 | 5 | -------------------------------------------------------------------------------- /etc/ld.so.conf: -------------------------------------------------------------------------------- 1 | /usr/lib 2 | /lib 3 | -------------------------------------------------------------------------------- /etc/mdev.conf: -------------------------------------------------------------------------------- 1 | mmcblk0p1 0:0 660 @/bin/mount -t vfat /dev/mmcblk0p1 /boot 2 | mmcblk0p3 0:0 660 @/sbin/swapon /dev/mmcblk0p3 3 | -------------------------------------------------------------------------------- /etc/network/interfaces: -------------------------------------------------------------------------------- 1 | # Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or 2 | # /usr/share/doc/ifupdown/examples for more information. 3 | 4 | auto lo eth0 5 | 6 | iface lo inet loopback 7 | 8 | iface eth0 inet dhcp 9 | -------------------------------------------------------------------------------- /etc/profile: -------------------------------------------------------------------------------- 1 | # /etc/profile: system-wide .profile file for the Bourne shells 2 | 3 | echo 4 | echo -n "Processing /etc/profile... " 5 | # no-op 6 | echo "Done" 7 | echo 8 | 9 | -------------------------------------------------------------------------------- /etc/rc.local: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | # 3 | # rc.local 4 | # 5 | # This script is executed at the end of each multiuser runlevel. 6 | # Make sure that the script will "exit 0" on success or any other 7 | # value on error. 8 | # 9 | # In order to enable or disable this script just change the execution 10 | # bits. 11 | # 12 | # By default this script does nothing. 13 | 14 | _setup_led() 15 | { local dev=/sys/class/leds/$1 16 | if [ -d $dev ]; then 17 | echo $2 | sudo tee $dev/trigger 18 | echo $3 | sudo tee $dev/device_name 19 | echo $4 | sudo tee $dev/mode 20 | fi 21 | } 22 | 23 | _setup_led led6 netdev eth6 tx 24 | _setup_led led7 netdev eth7 rx 25 | _setup_led led7 netdev eth8 link 26 | 27 | exit 0 28 | -------------------------------------------------------------------------------- /etc/resolv.conf: -------------------------------------------------------------------------------- 1 | # Generated by NetworkManager 2 | nameserver 208.67.220.220 3 | nameserver 208.67.222.222 4 | nameserver 10.10.10.10 5 | -------------------------------------------------------------------------------- /etc/udev/rules.d/10-local.rules: -------------------------------------------------------------------------------- 1 | SUBSYSTEM=="vchiq", MODE="0777" 2 | SUBSYSTEM=="input", MODE="0777" -------------------------------------------------------------------------------- /init: -------------------------------------------------------------------------------- 1 | bin/busybox -------------------------------------------------------------------------------- /lib/ld-2.11.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/lib/ld-2.11.so -------------------------------------------------------------------------------- /lib/ld-linux.so.3: -------------------------------------------------------------------------------- 1 | ld-2.11.so -------------------------------------------------------------------------------- /lib/libc-2.11.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/lib/libc-2.11.so -------------------------------------------------------------------------------- /lib/libc.so.6: -------------------------------------------------------------------------------- 1 | libc-2.11.so -------------------------------------------------------------------------------- /lib/libdl-2.11.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/lib/libdl-2.11.so -------------------------------------------------------------------------------- /lib/libdl.so.2: -------------------------------------------------------------------------------- 1 | libdl-2.11.so -------------------------------------------------------------------------------- /lib/libgcc_s.so: -------------------------------------------------------------------------------- 1 | /* GNU ld script 2 | Use the shared library, but some functions are only in 3 | the static library. */ 4 | GROUP ( libgcc_s.so.1 libgcc.a ) 5 | -------------------------------------------------------------------------------- /lib/libgcc_s.so.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/lib/libgcc_s.so.1 -------------------------------------------------------------------------------- /lib/libm-2.11.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/lib/libm-2.11.so -------------------------------------------------------------------------------- /lib/libm.so.6: -------------------------------------------------------------------------------- 1 | libm-2.11.so -------------------------------------------------------------------------------- /lib/libpthread-2.11.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/lib/libpthread-2.11.so -------------------------------------------------------------------------------- /lib/libpthread.so.0: -------------------------------------------------------------------------------- 1 | libpthread-2.11.so -------------------------------------------------------------------------------- /lib/librt-2.11.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/lib/librt-2.11.so -------------------------------------------------------------------------------- /lib/librt.so.1: -------------------------------------------------------------------------------- 1 | librt-2.11.so -------------------------------------------------------------------------------- /lib/libstdc++.so.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/lib/libstdc++.so.6 -------------------------------------------------------------------------------- /proc/.dummy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/proc/.dummy -------------------------------------------------------------------------------- /sbin/acpid: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/adjtimex: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/arp: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/blkid: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/depmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/devmem: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/e2fsck.static: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/sbin/e2fsck.static -------------------------------------------------------------------------------- /sbin/fbsplash: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/fdisk: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/findfs: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/freeramdisk: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/fsck: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/fsck.minix: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/getty: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/halt: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/hdparm: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/hwclock: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/ifconfig: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/ifdown: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/ifenslave: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/ifup: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/init: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/insmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/klogd: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/loadkmap: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/logread: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/losetup: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/lsmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/makedevs: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/man: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/mdev: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/mkdosfs: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/mkfs.minix: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/mkfs.vfat: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/mkswap: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/modprobe: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/nameif: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/pivot_root: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/poweroff: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/raidautorun: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/reboot: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/rmmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/route: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/runlevel: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/setconsole: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/slattach: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/start-stop-daemon: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/sulogin: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/swapoff: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/swapon: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/switch_root: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/sysctl: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/syslogd: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/tunctl: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/udhcpc: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/vconfig: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/watchdog: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sbin/zcip: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /sys/.dummy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypi/target_fs/61b4e3f7685f37a096f90edf32c02b6e6b22318b/sys/.dummy -------------------------------------------------------------------------------- /usr/bin/[: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/[[: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/ar: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/arping: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/awk: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/basename: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/bunzip2: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/bzcat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/bzip2: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/cal: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/chat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/chpst: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/chrt: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/chvt: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/cksum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/clear: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/cmp: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/comm: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/crontab: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/cryptpw: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/cut: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/dc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/deallocvt: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/diff: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/dirname: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/dos2unix: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/du: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/dumpleases: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/eject: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/env: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/envdir: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/envuidgid: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/ether-wake: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/expand: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/expr: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/fdformat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/find: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/fold: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/free: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/ftpget: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/ftpput: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/fuser: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/hd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/head: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/hexdump: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/hostid: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/id: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/install: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/ipcrm: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/ipcs: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/kbd_mode: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/killall: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/killall5: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/last: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/length: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/less: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/logger: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/logname: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/lpq: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/lpr: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/lzmacat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/md5sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/mesg: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/microcom: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/mkfifo: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/mkpasswd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/nc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/nmeter: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/nohup: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/nslookup: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/od: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/openvt: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/passwd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/patch: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/pgrep: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/pkill: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/printf: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/pscan: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/readahead: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/readlink: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/realpath: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/renice: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/reset: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/resize: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/rtcwake: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/runsv: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/runsvdir: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/rx: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/script: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/seq: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/setkeycodes: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/setsid: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/setuidgid: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/sha1sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/sha256sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/sha512sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/showkey: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/softlimit: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/sort: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/split: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/strings: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/sv: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/tac: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/tail: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/tcpsvd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/tee: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/telnet: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/test: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/tftp: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/tftpd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/time: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/timeout: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/top: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/tr: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/traceroute: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/tty: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/ttysize: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/udpsvd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/unexpand: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/uniq: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/unix2dos: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/unlzma: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/unzip: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/uptime: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/uudecode: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/uuencode: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/vlock: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/wc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/wget: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/which: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/who: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/whoami: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/xargs: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/bin/yes: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/local/bin/rpitestmode.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Very simple test for Raspberry Pi 4 | # - check there is a (USB) mouse 5 | # - check there is a (USB) keyboard 6 | # - check the ethernet exists 7 | 8 | cmd_name=rpttestmode 9 | 10 | sys_keybd=/sys/class/input/input0 11 | sys_mouse=/sys/class/input/input1 12 | sys_realmouse=/sys/class/input/mouse0/device 13 | sys_vchiq=/sys/class/vchiq/vchiq 14 | sys_led=/sys/class/leds/led0 15 | 16 | rc=0 17 | 18 | err() { echo "$cmd_name: ***** $*">&2; } 19 | log() { echo "$cmd_name: $*"; } 20 | 21 | usb_input_name() 22 | { local thing="$1"; shift 23 | local dev="$1"; shift 24 | local bus 25 | local name 26 | local rc 27 | 28 | if [ ! -d $dev ]; then 29 | err "No $thing device found" 30 | rc=2 31 | elif ! name=`cat $dev/name`; then 32 | err "$thing device has no name - unexpected" 33 | rc=3 34 | else 35 | if ! bus=`cat $dev/id/bustype`; then 36 | err "$thing device has no bus type - unexpected" 37 | rc=4 38 | elif [ "$bus" != "0003" ]; then 39 | err "$thing bus type is '$bus' - expected 0003" 40 | rc=5 41 | fi 42 | echo "$name" 43 | fi 44 | 45 | return $rc 46 | } 47 | 48 | getmac() 49 | { local eth="$1"; shift 50 | local ifc_line 51 | local rc 52 | 53 | ifc_line=`ifconfig $eth | grep $eth` 54 | rc=$? 55 | if [ $rc -eq 0 ]; then 56 | set -- $ifc_line 57 | echo $5 58 | fi 59 | 60 | return $rc 61 | } 62 | 63 | led() 64 | { local dev="$1"; shift 65 | local bright="$1"; shift 66 | [ "$bright" = "on" ] && bright=255 67 | [ "$bright" = "off" ] && bright=0 68 | echo $bright > $dev/brightness 69 | return $? 70 | } 71 | 72 | if [ ! -d /sys ]; then 73 | err "/sys missing - no sysfs mounted?" 74 | rc=1 75 | else 76 | keybd_name=`usb_input_name Keyboard $sys_keybd` || rc=$? 77 | [ -z "$keybd_name" ] || log "keyboard: $keybd_name" 78 | mouse_name=`usb_input_name Mouse $sys_mouse` || rc=$? 79 | [ -z "$mouse_name" ] || log "mouse: $mouse_name" 80 | realmouse_name=`usb_input_name Mouse $sys_realmouse` || rc=$? 81 | if [ $rc -eq 0 ]; then 82 | if [ "$mouse_name" != "$realmouse_name" ]; then 83 | err "first mouse is not assumed mouse device" 84 | rc=6 85 | fi 86 | fi 87 | eth0_mac=`getmac eth0` || rc=$? 88 | if [ -z "$eth0_mac" ]; then 89 | err "no MAC address found for eth0" 90 | rc=7 91 | else 92 | log "eth0 is present with MAC address $eth0_mac" 93 | fi 94 | if [ ! -d $sys_led ]; then 95 | err "No LED device found" 96 | rc=8 97 | else 98 | if ! led $sys_led off; then 99 | err "Can't control LED brightness" 100 | rc=9 101 | elif [ $rc -eq 0 ]; then 102 | ledon=false 103 | log "flashing LED forever" 104 | # flash LED forever 105 | while sleep 1; do 106 | if $ledon; then 107 | led $sys_led off 108 | ledon=false 109 | else 110 | led $sys_led on 111 | ledon=true 112 | fi 113 | done 114 | fi 115 | fi 116 | fi 117 | 118 | 119 | exit $rc 120 | -------------------------------------------------------------------------------- /usr/sbin/brctl: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/chpasswd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/chroot: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/crond: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/dhcprelay: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/dnsd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/fakeidentd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/fbset: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/ftpd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/httpd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/inetd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/loadfont: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/lpd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/popmaildir: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/rdate: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/rdev: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/readprofile: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/sendmail: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/setfont: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/setlogcons: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/svlogd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/telnetd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /usr/sbin/udhcpd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox --------------------------------------------------------------------------------