$ cat /proc/cpuinfo
system type : Broadcom BCM5365 chip rev 1 pkg 0 processor : 0 cpu model : BCM3302 V0.7 BogoMIPS : 199.47 wait instruction : no microsecond timers : yes tlb_entries : 32 extra interrupt vector : no hardware watchpoint : no ASEs implemented : VCED exceptions : not available VCEI exceptions : not available unaligned_instructions : 1 dcache hits : 0 dcache misses : 0 icache hits : 0 icache misses : 0 instructions : 0
$ cat /proc/meminfo
total: used: free: shared: buffers: cached: Mem: 30892032 17592320 13299712 0 2473984 7282688 Swap: 63762432 0 63762432 MemTotal: 30168 kB MemFree: 12988 kB MemShared: 0 kB Buffers: 2416 kB Cached: 7112 kB SwapCached: 0 kB Active: 4864 kB Inactive: 4680 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 30168 kB LowFree: 12988 kB SwapTotal: 62268 kB SwapFree: 62268 kB
$ lspci
00:00.0 FLASH memory: Broadcom Corporation Sentry5 Chipcommon I/O Controller (rev 01) 00:01.0 Ethernet controller: Broadcom Corporation Sentry5 Ethernet Controller (rev 01) 00:02.0 Network and computing encryption device: Broadcom Corporation Sentry5 Crypto Accelerator (rev 01) 00:03.0 USB Controller: Broadcom Corporation Sentry5 USB Controller (rev 01) 00:04.0 PCI bridge: Broadcom Corporation Sentry5 PCI Bridge (rev 01) 00:05.0 MIPS: Broadcom Corporation BCM3302 Sentry5 MIPS32 CPU (rev 01) 00:06.0 RAM memory: Broadcom Corporation Sentry5 DDR/SDR RAM Controller (rev 01) 01:00.0 Host bridge: Broadcom Corporation BCM5365P Sentry5 Host Bridge 01:02.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 61) 01:02.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 61) 01:02.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 63) 01:03.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
# dd if=/dev/mtd/0 of=/tmp/cfe.bin # dd if=/dev/mtd/3 of=/tmp/nvram.bin
建立設定檔
# cat > /tmp/stupid-ftpd.conf mode=daemon serverroot=/ changeroottype=real port=21 maxusers=2 user=anonymous * /tmp 2 DM
執行ftpd
# stupid-ftpd