Friday, February 25, 2011

Freecom MusicPal #4

$ mkdir rootfs

$ sudo mount.jffs2 rootfs.jffs2 rootfs/
Sanity check passed...
Image rootfs.jffs2 sucessfully mounted on rootfs/

$ find rootfs/bin/ -not -type l -not -type d
rootfs/bin/cron
rootfs/bin/knox
rootfs/bin/logo
rootfs/bin/ipc_send
rootfs/bin/wlanconfig
rootfs/bin/brctl
rootfs/bin/oinfo
rootfs/bin/wlan_auth.sh
rootfs/bin/avr_prog
rootfs/bin/nashville_notify.sh
rootfs/bin/quickboot.img
rootfs/bin/ifplugd
rootfs/bin/nashville
rootfs/bin/ntpupdate
rootfs/bin/iwconfig
rootfs/bin/ipcalc
rootfs/bin/mvtools
rootfs/bin/ntpdate
rootfs/bin/openssl
rootfs/bin/wpa_supplicant
rootfs/bin/watch_nashville
rootfs/bin/busybox

$ strings rootfs/bin/busybox | grep -E "BusyBox v[0-9]\.[0-9]{1,2}(\.[0-9])?"
BusyBox v1.1.2 (2007.12.12-12:10+0000)
BusyBox v1.1.2 (2007.12.12-12:10+0000) multi-call binary
syslogd started: BusyBox v1.1.2

BusyBox 1.1.2
http://www.busybox.net/downloads/busybox-1.1.2.tar.bz2

$ find rootfs/usr/bin/ -not -type l -not -type d

No comments:

Post a Comment