If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.
Property:BCM60
BoxMatrix >> Components >> BCM60 | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Media |
Codenames | SoC-Chips | RAM-Chips | Flash-Chips | FPGA-Chips | FON-Chips | DECT-Chips | WLAN-Chips | LAN-Chips | USB-Chips | Trafo-Chips | PSU-Chips | Misc-Chips | ALL-Chips |
Chip-Codename
Codename: | BCM60 | Wiki | Freetz | IPPF | whmf | Web | |
Creator: | Broadcom | Wiki | Freetz | IPPF | whmf | Web | |
Vendor: | Broadcom | Wiki | Freetz | IPPF | whmf | Web | |
Purpose: | PLC-SoC | ||||||
Description: | Powerline MAC / PHY Transceiver + Line Driver chipsets |
Chip-Details
BCM60 is the nickname used here for the BCM60xxx series of HPAV capable Powerline chipsets by Broadcom,
since they do not have any known codename. These chipsets are rarely used in Powerline-Accessories by AVM,
most use an AMP chipset by QCA.
HomePlug AV2 SISO - 2-86 MHz - 1000 Mbit/s
HomePlug AV2 MIMO - 2-86 MHz - 2000 Mbit/s
BCM60500
/LE87402
- 2013 - GBIT LAN - FRITZ!Powerline 1000E T
According to Microsemi (now Microchip) the LE8740x line drivers are integrated in both BCM60 chips.
The 1000 Mbit/s PHY rate per line is highly theoretical, see the Truth Behind HomePlug Speed article.
Products using the BCM60333 only claim 750 Mbit/s PHY rate using 2-86 MHz carriers.
The QCA7450
from the AMP series even only claims 600 Mbit/s PHY rate under same conditions.
The FRITZ!Powerline 1000E T uses the BCM60500 MIMO variant and is sold as a 1200 Mbit/s device.
It only uses 2-68 MHz carriers like all other Powerline-Accessories by AVM.
See also the Broadcom PLC overview on TechInfoDepot.
Powerline stack:
- Lexicon: PLC, HPAV, PIB
- Companies: Intellon, Atheros, Qualcomm
- Components: AMP, BCM60
- Startup: bootplc.service, E80-bootplc, plcd.service, E50-plcd
- Commands: modpib, plchost, plcd, plctool, dpm_manager, chkpib
- Commands: supportdata.plc, supportdata.dpm
- Libraries: libplcaccess.so, libplccommon.so, libluaplc.so
- Libraries: libplcctlmgr.so, libmesh_plcservice.so, libserviceinterface.so
- Environment: plc_dak_nmk
- Config: plc.pib
- Defaults: factorydefault.pib, factorydefault-1.pib, factorydefault-2.pib, factorydefault-3.pib
- Defaults: factorydefault-ce.pib, factorydefault-en.pib, factorydefault-1-ce.pib, factorydefault-1-en.pib
- Defaults: factorydefault-2-ce.pib, factorydefault-2-en.pib
- Tempfiles: factorydefault_en.pib, factorydefault_ce.pib, factorydefault.pib
- Tempfiles: plcuser.pib, plc_dynamic_coupling_power_saving, dpm_manager.txt
- Firmware: fw.nvm
- Sockets: plc_sock_if, avmplcd
- Ports: Port-30000-tcp
- Interfaces: plc
- UI-Modules: plc
- Event-Sources: plchost
- Event-Sinks: plchost, plc_status, plc_ui_module
- Events: powerline_status
Firmware
fw 1.05 for the FRITZ!Powerline 1000E T shows the BCM60 chipset:
$ strings fritz.powerline_1000ET_01_05.image | head -n 4 Broadcom Corporatio ver. 2.0 60333 960333PLC_REF
The BCM960333 is a MIPS based ADSL router SoC, obviously Broadcom created a PLC design from it,
$ binwalk fritz.powerline_1000ET_01_05.image DECIMAL HEXADECIMAL DESCRIPTION -------------------------------------------------------------------------------- 35 0x23 Broadcom 96345 firmware header, header size: 256, firmware version: "33", board id: "60333PLC_REF", ~CRC32 header checksum: 0x463FDDA8, ~CRC32 data checksum: 0x71599E08 10167 0x27B7 LZMA compressed data, properties: 0x6D, dictionary size: 4194304 bytes, uncompressed size: 218368 bytes 56579 0xDD03 Squashfs filesystem, little endian, version 4.0, compression:xz, size: 2151972 bytes, 453 inodes, blocksize: 131072 bytes, created: 2017-07-06 06:53:46 2211095 0x21BD17 LZMA compressed data, properties: 0x6D, dictionary size: 4194304 bytes, uncompressed size: 2985544 bytes
However, the 1000E T variant uses the BCM60500 - excerpt from libcms_core.so of the Filesystem below:
170706_0852 AVM Powerline Adapter FRITZ!Powerline 1000E Broadcom BCM60500 based HomePlugAV Adapter 01.05 AVM Powerline 1000E T
Filesystem
Let's extract the filesystem:
$ dd if=fritz.powerline_1000ET_01_05.image of=filesystem.sqfs bs=1 skip=56579 count=2151972 2151972+0 records in 2151972+0 records out 2151972 bytes (2.2 MB) copied, 5.88906 s, 365 kB/s
The listing shows it is in fact a PLC enhanced stripped down ADSL router firmware:
$ unsquashfs -ll filesystem.sqfs | sed 's/squashfs-root//' Parallel unsquashfs: Using 4 processors 416 inodes (449 blocks) to write drwxrwxrwx root/root 188 2017-07-06 08:53 drwxrwxr-x root/root 845 2017-07-06 08:53 /bin lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/ash -> busybox lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/bash -> busybox -rwxr-xr-x root/root 5107 2017-07-06 08:53 /bin/bcm_boot_launcher -rwxr-xr-x root/root 4383 2017-07-06 08:53 /bin/bcm_flasher lrwxrwxrwx root/root 6 2017-07-06 08:52 /bin/bpm -> bpmctl -rwxr-xr-x root/root 6759 2017-07-06 08:53 /bin/bpmctl -rwxr-xr-x root/root 44147 2017-07-06 08:53 /bin/brctl -rwxr-xr-x root/root 228667 2017-07-06 08:53 /bin/busybox lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/cat -> busybox lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/chmod -> busybox lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/cp -> busybox lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/date -> busybox lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/df -> busybox lrwxrwxrwx root/root 6 2017-07-06 08:52 /bin/dhcpc -> udhcpd lrwxrwxrwx root/root 6 2017-07-06 08:52 /bin/dhcpd -> udhcpd -rwxr-xr-x root/root 2875 2017-07-06 08:53 /bin/ebtables lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/echo -> busybox -rwxr-xr-x root/root 16779 2017-07-06 08:53 /bin/ethctl -rwxr-xr-x root/root 54775 2017-07-06 08:53 /bin/ethswctl lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/false -> busybox lrwxrwxrwx root/root 5 2017-07-06 08:52 /bin/fc -> fcctl -rwxr-xr-x root/root 19159 2017-07-06 08:53 /bin/fcctl -rwxr-xr-x root/root 6695 2017-07-06 08:53 /bin/flash_cp -rwxr-xr-x root/root 4475 2017-07-06 08:53 /bin/flash_erase -rwxr-xr-x root/root 9167 2017-07-06 08:53 /bin/flash_eraseall -rwxr-xr-x root/root 2895 2017-07-06 08:53 /bin/flash_info -rwxr-xr-x root/root 28435 2017-07-06 08:53 /bin/homeplugctl -rwxr-xr-x root/root 26415 2017-07-06 08:53 /bin/homeplugd lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/kill -> busybox lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/ln -> busybox lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/ls -> busybox -rwxr-xr-x root/root 5523 2017-07-06 08:53 /bin/memaccess lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/mkdir -> busybox lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/mknod -> busybox lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/more -> busybox lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/mount -> busybox -rwxr-xr-x root/root 501627 2017-07-06 08:53 /bin/openssl lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/ping -> busybox -rwxr-xr-x root/root 6655 2017-07-06 08:53 /bin/plc_l2upgrade -rwxr-xr-x root/root 914195 2017-07-06 08:53 /bin/plcboot -rwxr-xr-x root/root 17755 2017-07-06 08:53 /bin/plcnvm lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/ps -> busybox lrwxrwxrwx root/root 13 2017-07-06 08:52 /bin/pspctl -> scratchpadctl lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/pwd -> busybox lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/rm -> busybox -rwxr-xr-x root/root 6403 2017-07-06 08:53 /bin/scratchpadctl -rwxr-xr-x root/root 4971 2017-07-06 08:53 /bin/send_cms_msg lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/sh -> busybox -rwxr-xr-x root/root 5167 2017-07-06 08:53 /bin/simcard_sample lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/sleep -> busybox -rwxr-xr-x root/root 25235 2017-07-06 08:53 /bin/smd -rwxr-xr-x root/root 15179 2017-07-06 08:53 /bin/sntp -rwxr-xr-x root/root 54039 2017-07-06 08:53 /bin/ssk lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/sync -> busybox -rwxr-xr-x root/root 176491 2017-07-06 08:53 /bin/tr69c lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/true -> busybox -rwxr-xr-x root/root 62943 2017-07-06 08:53 /bin/udhcpd lrwxrwxrwx root/root 7 2017-07-06 08:53 /bin/umount -> busybox -rwxr-xr-x root/root 7375 2017-07-06 08:53 /bin/vpmstats drwxrwxr-x root/root 3 2017-07-06 08:53 /data drwxrwxr-x root/root 2762 2017-07-06 08:53 /dev crw-rw-r-- root/root 222, 0 2017-07-06 08:53 /dev/ac97 crw-rw-r-- root/root 212, 0 2017-07-06 08:53 /dev/bcm crw-rw-r-- root/root 10, 10 2017-07-06 08:53 /dev/bcm2079x-i2c crw-rw-r-- root/root 236, 0 2017-07-06 08:53 /dev/bcm_omci crw-rw-r-- root/root 237, 0 2017-07-06 08:53 /dev/bcm_ploam crw-rw-r-- root/root 202, 0 2017-07-06 08:53 /dev/bcm_sim_card crw-rw-r-- root/root 235, 0 2017-07-06 08:53 /dev/bcm_user_ploam crw-rw-r-- root/root 248, 0 2017-07-06 08:53 /dev/bcm_user_tod crw-rw-r-- root/root 210, 0 2017-07-06 08:53 /dev/bcmaal20 crw-rw-r-- root/root 208, 0 2017-07-06 08:53 /dev/bcmadsl0 crw-rw-r-- root/root 208, 1 2017-07-06 08:53 /dev/bcmadsl1 crw-rw-r-- root/root 245, 0 2017-07-06 08:53 /dev/bcmarl crw-rw-r-- root/root 205, 0 2017-07-06 08:53 /dev/bcmatm0 crw-rw-r-- root/root 226, 0 2017-07-06 08:53 /dev/bcmatmb0 crw-rw-r-- root/root 209, 0 2017-07-06 08:53 /dev/bcmendpoint0 crw-rw-r-- root/root 209, 1 2017-07-06 08:53 /dev/bcmeptrtp crw-rw-r-- root/root 241, 0 2017-07-06 08:53 /dev/bcmfap crw-rw-r-- root/root 211, 0 2017-07-06 08:53 /dev/bcmles0 crw-rw-r-- root/root 234, 0 2017-07-06 08:53 /dev/bcmmoca0 crw-rw-r-- root/root 234, 1 2017-07-06 08:53 /dev/bcmmoca1 crw-rw-r-- root/root 231, 0 2017-07-06 08:53 /dev/bcmomcipm crw-rw-r-- root/root 224, 0 2017-07-06 08:53 /dev/bcmprof crw-rw-r-- root/root 251, 0 2017-07-06 08:53 /dev/bcmrdpa crw-rw-r-- root/root 229, 0 2017-07-06 08:53 /dev/bcmtm crw-rw-r-- root/root 207, 0 2017-07-06 08:53 /dev/bcmvdsl0 crw-rw-r-- root/root 238, 0 2017-07-06 08:53 /dev/bcmvlan crw-rw-r-- root/root 228, 0 2017-07-06 08:53 /dev/bcmxtmcfg0 crw-rw-r-- root/root 215, 0 2017-07-06 08:53 /dev/bdmf_shell crw-rw-r-- root/root 213, 0 2017-07-06 08:53 /dev/bounce crw-rw-r-- root/root 244, 0 2017-07-06 08:53 /dev/bpm crw-rw-r-- root/root 206, 0 2017-07-06 08:53 /dev/brcmboard crw-rw-r-- root/root 180,194 2017-07-06 08:53 /dev/btusb0 crw-rw-r-- root/root 253, 0 2017-07-06 08:53 /dev/buzzz crw-rw-r-- root/root 68, 0 2017-07-06 08:53 /dev/capi20 crw-rw-r-- root/root 246, 0 2017-07-06 08:53 /dev/chipinfo crw-rw-r-- root/root 5, 1 2017-07-06 08:53 /dev/console crw-rw-r-- root/root 10, 70 2017-07-06 08:53 /dev/crypto crw-rw-r-- root/root 197, 0 2017-07-06 08:53 /dev/dect crw-rw-r-- root/root 197, 1 2017-07-06 08:53 /dev/dectdbg crw-rw-r-- root/root 198, 0 2017-07-06 08:53 /dev/dectshim crw-rw-r-- root/root 190, 0 2017-07-06 08:53 /dev/detector crw-rw-r-- root/root 247, 0 2017-07-06 08:53 /dev/epon_stack_shell crw-rw-r-- root/root 255, 0 2017-07-06 08:53 /dev/ext_bonding crw-rw-r-- root/root 204, 0 2017-07-06 08:53 /dev/fbond crw-rw-r-- root/root 242, 0 2017-07-06 08:53 /dev/fcache lrwxrwxrwx root/root 9 2017-07-06 08:53 /dev/fuse -> /var/fuse crw-rw-r-- root/root 249, 0 2017-07-06 08:53 /dev/gmac crw-rw-r-- root/root 10,183 2017-07-06 08:53 /dev/hwrandom crw-rw-r-- root/root 89, 0 2017-07-06 08:53 /dev/i2c-0 crw-rw-r-- root/root 256, 0 2017-07-06 08:53 /dev/i2s crw-rw-r-- root/root 243, 0 2017-07-06 08:53 /dev/ingqos prw-rw-r-- root/root 0 2017-07-06 08:53 /dev/initctl crw-rw-r-- root/root 45,128 2017-07-06 08:53 /dev/ippp0 crw-rw-r-- root/root 45,129 2017-07-06 08:53 /dev/ippp1 crw-rw-r-- root/root 45, 0 2017-07-06 08:53 /dev/isdn crw-rw-r-- root/root 45, 64 2017-07-06 08:53 /dev/isdnctrl crw-rw-r-- root/root 45, 64 2017-07-06 08:53 /dev/isdnctrl0 crw-rw-r-- root/root 45,255 2017-07-06 08:53 /dev/isdninfo crw-rw-r-- root/root 1, 2 2017-07-06 08:53 /dev/kmem crw-rw-r-- root/root 239, 0 2017-07-06 08:53 /dev/laser_dev crw-rw-r-- root/root 125, 0 2017-07-06 08:53 /dev/linux-uk-proxy crw-rw-r-- root/root 126, 0 2017-07-06 08:53 /dev/linux-user-bde lrwxrwxrwx root/root 12 2017-07-06 08:53 /dev/log -> /var/log/log crw-rw-r-- root/root 1, 1 2017-07-06 08:53 /dev/mem drwxrwxr-x root/root 27 2017-07-06 08:53 /dev/misc lrwxrwxrwx root/root 9 2017-07-06 08:53 /dev/misc/fuse -> /var/fuse brw-rw-r-- root/root 179, 0 2017-07-06 08:53 /dev/mmcblk0 brw-rw-r-- root/root 179, 8 2017-07-06 08:53 /dev/mmcblk0boot0 brw-rw-r-- root/root 179, 16 2017-07-06 08:53 /dev/mmcblk0boot1 brw-rw-r-- root/root 179, 32 2017-07-06 08:53 /dev/mmcblk0gp0 brw-rw-r-- root/root 179, 48 2017-07-06 08:53 /dev/mmcblk0gp1 brw-rw-r-- root/root 179, 64 2017-07-06 08:53 /dev/mmcblk0gp2 brw-rw-r-- root/root 179, 80 2017-07-06 08:53 /dev/mmcblk0gp3 brw-rw-r-- root/root 179, 1 2017-07-06 08:53 /dev/mmcblk0p1 brw-rw-r-- root/root 179, 2 2017-07-06 08:53 /dev/mmcblk0p2 brw-rw-r-- root/root 179, 3 2017-07-06 08:53 /dev/mmcblk0p3 brw-rw-r-- root/root 179, 4 2017-07-06 08:53 /dev/mmcblk0p4 brw-rw-r-- root/root 179, 5 2017-07-06 08:53 /dev/mmcblk0p5 brw-rw-r-- root/root 179, 6 2017-07-06 08:53 /dev/mmcblk0p6 brw-rw-r-- root/root 179, 7 2017-07-06 08:53 /dev/mmcblk0p7 crw-rw-r-- root/root 90, 0 2017-07-06 08:53 /dev/mtd0 crw-rw-r-- root/root 90, 2 2017-07-06 08:53 /dev/mtd1 crw-rw-r-- root/root 90, 20 2017-07-06 08:53 /dev/mtd10 crw-rw-r-- root/root 90, 4 2017-07-06 08:53 /dev/mtd2 crw-rw-r-- root/root 90, 6 2017-07-06 08:53 /dev/mtd3 crw-rw-r-- root/root 90, 8 2017-07-06 08:53 /dev/mtd4 crw-rw-r-- root/root 90, 10 2017-07-06 08:53 /dev/mtd5 crw-rw-r-- root/root 90, 12 2017-07-06 08:53 /dev/mtd6 crw-rw-r-- root/root 90, 14 2017-07-06 08:53 /dev/mtd7 crw-rw-r-- root/root 90, 16 2017-07-06 08:53 /dev/mtd8 crw-rw-r-- root/root 90, 18 2017-07-06 08:53 /dev/mtd9 brw-rw-r-- root/root 31, 0 2017-07-06 08:53 /dev/mtdblock0 brw-rw-r-- root/root 31, 1 2017-07-06 08:53 /dev/mtdblock1 brw-rw-r-- root/root 31, 10 2017-07-06 08:53 /dev/mtdblock10 brw-rw-r-- root/root 31, 2 2017-07-06 08:53 /dev/mtdblock2 brw-rw-r-- root/root 31, 3 2017-07-06 08:53 /dev/mtdblock3 brw-rw-r-- root/root 31, 4 2017-07-06 08:53 /dev/mtdblock4 brw-rw-r-- root/root 31, 5 2017-07-06 08:53 /dev/mtdblock5 brw-rw-r-- root/root 31, 6 2017-07-06 08:53 /dev/mtdblock6 brw-rw-r-- root/root 31, 7 2017-07-06 08:53 /dev/mtdblock7 brw-rw-r-- root/root 31, 8 2017-07-06 08:53 /dev/mtdblock8 brw-rw-r-- root/root 31, 9 2017-07-06 08:53 /dev/mtdblock9 crw-rw-r-- root/root 1, 3 2017-07-06 08:53 /dev/null crw-rw-r-- root/root 230, 0 2017-07-06 08:53 /dev/opticaldetect crw-rw-r-- root/root 253, 0 2017-07-06 08:53 /dev/otp crw-rw-r-- root/root 217, 0 2017-07-06 08:53 /dev/pcmshim0 crw-rw-r-- root/root 232, 0 2017-07-06 08:53 /dev/pktcmf crw-rw-r-- root/root 252, 0 2017-07-06 08:53 /dev/pktrunner crw-rw-r-- root/root 214, 0 2017-07-06 08:53 /dev/pmon crw-rw-r-- root/root 1, 4 2017-07-06 08:53 /dev/port crw-rw-r-- root/root 108, 0 2017-07-06 08:53 /dev/ppp crw-rw-r-- root/root 180, 0 2017-07-06 08:53 /dev/printer0 crw-rw-r-- root/root 128, 1 2017-07-06 08:53 /dev/ptm drwxrwxr-x root/root 33 2017-07-06 08:53 /dev/pts crw-rw-r-- root/root 136, 0 2017-07-06 08:53 /dev/pts/0 crw-rw-r-- root/root 136, 1 2017-07-06 08:53 /dev/pts/1 crw-rw-r-- root/root 2, 0 2017-07-06 08:53 /dev/ptyp0 crw-rw-r-- root/root 2, 1 2017-07-06 08:53 /dev/ptyp1 crw-rw-r-- root/root 240, 0 2017-07-06 08:53 /dev/pwrmngt lrwxrwxrwx root/root 4 2017-07-06 08:53 /dev/ram -> ram1 brw-rw-r-- root/root 1, 0 2017-07-06 08:53 /dev/ram0 brw-rw-r-- root/root 1, 1 2017-07-06 08:53 /dev/ram1 brw-rw-r-- root/root 1, 2 2017-07-06 08:53 /dev/ram2 brw-rw-r-- root/root 1, 3 2017-07-06 08:53 /dev/ram3 crw-rw-r-- root/root 1, 8 2017-07-06 08:53 /dev/random crw-rw-r-- root/root 216, 0 2017-07-06 08:53 /dev/rgs_logger brw-rw-r-- root/root 8, 0 2017-07-06 08:53 /dev/sda brw-rw-r-- root/root 8, 1 2017-07-06 08:53 /dev/sda1 brw-rw-r-- root/root 8, 2 2017-07-06 08:53 /dev/sda2 brw-rw-r-- root/root 8, 3 2017-07-06 08:53 /dev/sda3 brw-rw-r-- root/root 8, 4 2017-07-06 08:53 /dev/sda4 brw-rw-r-- root/root 8, 5 2017-07-06 08:53 /dev/sda5 brw-rw-r-- root/root 8, 6 2017-07-06 08:53 /dev/sda6 brw-rw-r-- root/root 8, 7 2017-07-06 08:53 /dev/sda7 brw-rw-r-- root/root 8, 8 2017-07-06 08:53 /dev/sda8 brw-rw-r-- root/root 8, 9 2017-07-06 08:53 /dev/sda9 brw-rw-r-- root/root 8, 16 2017-07-06 08:53 /dev/sdb brw-rw-r-- root/root 8, 17 2017-07-06 08:53 /dev/sdb1 brw-rw-r-- root/root 8, 18 2017-07-06 08:53 /dev/sdb2 brw-rw-r-- root/root 8, 19 2017-07-06 08:53 /dev/sdb3 brw-rw-r-- root/root 8, 20 2017-07-06 08:53 /dev/sdb4 brw-rw-r-- root/root 8, 21 2017-07-06 08:53 /dev/sdb5 brw-rw-r-- root/root 8, 22 2017-07-06 08:53 /dev/sdb6 brw-rw-r-- root/root 8, 23 2017-07-06 08:53 /dev/sdb7 brw-rw-r-- root/root 8, 24 2017-07-06 08:53 /dev/sdb8 brw-rw-r-- root/root 8, 25 2017-07-06 08:53 /dev/sdb9 brw-rw-r-- root/root 8, 32 2017-07-06 08:53 /dev/sdc brw-rw-r-- root/root 8, 33 2017-07-06 08:53 /dev/sdc1 brw-rw-r-- root/root 8, 34 2017-07-06 08:53 /dev/sdc2 brw-rw-r-- root/root 8, 35 2017-07-06 08:53 /dev/sdc3 brw-rw-r-- root/root 8, 36 2017-07-06 08:53 /dev/sdc4 brw-rw-r-- root/root 8, 37 2017-07-06 08:53 /dev/sdc5 brw-rw-r-- root/root 8, 38 2017-07-06 08:53 /dev/sdc6 brw-rw-r-- root/root 8, 39 2017-07-06 08:53 /dev/sdc7 brw-rw-r-- root/root 8, 40 2017-07-06 08:53 /dev/sdc8 brw-rw-r-- root/root 8, 41 2017-07-06 08:53 /dev/sdc9 brw-rw-r-- root/root 8, 48 2017-07-06 08:53 /dev/sdd brw-rw-r-- root/root 8, 49 2017-07-06 08:53 /dev/sdd1 brw-rw-r-- root/root 8, 50 2017-07-06 08:53 /dev/sdd2 brw-rw-r-- root/root 8, 51 2017-07-06 08:53 /dev/sdd3 brw-rw-r-- root/root 8, 52 2017-07-06 08:53 /dev/sdd4 brw-rw-r-- root/root 8, 64 2017-07-06 08:53 /dev/sde brw-rw-r-- root/root 8, 65 2017-07-06 08:53 /dev/sde1 brw-rw-r-- root/root 8, 66 2017-07-06 08:53 /dev/sde2 brw-rw-r-- root/root 8, 67 2017-07-06 08:53 /dev/sde3 brw-rw-r-- root/root 8, 68 2017-07-06 08:53 /dev/sde4 brw-rw-r-- root/root 8, 80 2017-07-06 08:53 /dev/sdf brw-rw-r-- root/root 8, 81 2017-07-06 08:53 /dev/sdf1 brw-rw-r-- root/root 8, 82 2017-07-06 08:53 /dev/sdf2 brw-rw-r-- root/root 8, 83 2017-07-06 08:53 /dev/sdf3 brw-rw-r-- root/root 8, 84 2017-07-06 08:53 /dev/sdf4 brw-rw-r-- root/root 8, 96 2017-07-06 08:53 /dev/sdg brw-rw-r-- root/root 8, 97 2017-07-06 08:53 /dev/sdg1 brw-rw-r-- root/root 8, 98 2017-07-06 08:53 /dev/sdg2 brw-rw-r-- root/root 8, 99 2017-07-06 08:53 /dev/sdg3 brw-rw-r-- root/root 8,100 2017-07-06 08:53 /dev/sdg4 brw-rw-r-- root/root 8,112 2017-07-06 08:53 /dev/sdh brw-rw-r-- root/root 8,113 2017-07-06 08:53 /dev/sdh1 brw-rw-r-- root/root 8,114 2017-07-06 08:53 /dev/sdh2 brw-rw-r-- root/root 8,115 2017-07-06 08:53 /dev/sdh3 brw-rw-r-- root/root 8,116 2017-07-06 08:53 /dev/sdh4 crw-rw-r-- root/root 225, 0 2017-07-06 08:53 /dev/si3215 crw-rw-r-- root/root 223, 0 2017-07-06 08:53 /dev/slac crw-rw-r-- root/root 220, 0 2017-07-06 08:53 /dev/spdsvc crw-rw-r-- root/root 233, 0 2017-07-06 08:53 /dev/spu crw-rw-r-- root/root 227, 0 2017-07-06 08:53 /dev/sysperf crw-rw-r-- root/root 250, 0 2017-07-06 08:53 /dev/tms crw-rw-r-- root/root 5, 0 2017-07-06 08:53 /dev/tty crw-rw-r-- root/root 4, 0 2017-07-06 08:53 /dev/tty0 crw-rw-r-- root/root 4, 1 2017-07-06 08:53 /dev/tty1 crw-rw-r-- root/root 4, 66 2017-07-06 08:53 /dev/ttyH0 crw-rw-r-- root/root 4, 64 2017-07-06 08:53 /dev/ttyS0 crw-rw-r-- root/root 4, 65 2017-07-06 08:53 /dev/ttyS1 crw-rw-r-- root/root 3, 0 2017-07-06 08:53 /dev/ttyp0 crw-rw-r-- root/root 3, 1 2017-07-06 08:53 /dev/ttyp1 crw-rw-r-- root/root 254, 0 2017-07-06 08:53 /dev/ubi0 crw-rw-r-- root/root 10, 63 2017-07-06 08:53 /dev/ubi_ctrl crw-rw-r-- root/root 1, 9 2017-07-06 08:53 /dev/urandom crw-rw-r-- root/root 1, 5 2017-07-06 08:53 /dev/zero drwxrwxr-x root/root 726 2017-07-06 08:53 /etc drwxrwxr-x root/root 3 2017-07-06 08:53 /etc/adsl -rw-rw-r-- root/root 499 2017-01-20 11:45 /etc/arl drwxrwxr-x root/root 223 2017-07-06 08:52 /etc/cms_entity_info.d -rw-r--r-- root/root 99 2017-07-06 08:52 /etc/cms_entity_info.d/eid_bcm_1905.txt -rwxr-xr-x root/root 7089 2017-07-06 08:52 /etc/cms_entity_info.d/eid_bcm_base.txt -rw-r--r-- root/root 117 2017-07-06 08:52 /etc/cms_entity_info.d/eid_bcm_homeplugctl.txt -rw-r--r-- root/root 199 2017-07-06 08:52 /etc/cms_entity_info.d/eid_bcm_homeplugd.txt -rwxr-xr-x root/root 7019 2017-07-06 08:52 /etc/cms_entity_info.d/eid_bcm_kthreads.txt -rwxr-xr-x root/root 3701 2017-07-06 08:52 /etc/cms_entity_info.d/eid_bcm_mgmt.txt -rwxr-xr-x root/root 549 2017-07-06 08:52 /etc/cms_entity_info.d/eid_bcm_voip.txt -rwxr-xr-x root/root 4167 2017-07-06 08:52 /etc/cms_entity_info.d/symbol_table.txt -r--r--r-- root/root 11066 2017-07-06 08:53 /etc/default.cfg drwxrwxr-x root/root 35 2017-01-20 11:45 /etc/dhcp -rwxrwxr-x root/root 313 2017-01-20 11:45 /etc/dhcp/dhcp_getdata -rw-rw-r-- root/root 185 2017-01-20 11:45 /etc/dhcp6c.conf.sample -rw-rw-r-- root/root 256 2017-01-20 11:45 /etc/dhcp6s.conf.sample lrwxrwxrwx root/root 13 2017-07-06 08:53 /etc/dms.conf -> /var/dms.conf -rwxrwxr-x root/root 489 2017-01-20 11:45 /etc/dyndscp.sh -rw-r--r-- root/root 1317 2017-07-06 08:52 /etc/ethertypes -rw-rw-r-- root/root 15 2017-01-20 11:45 /etc/filesystems -r-xr-xr-x root/root 196 2017-07-06 08:53 /etc/fstab lrwxrwxrwx root/root 20 2017-07-06 08:53 /etc/gateway.conf -> /var/fyi/sys/gateway lrwxrwxrwx root/root 10 2017-07-06 08:53 /etc/group -> /var/group drwxrwxr-x root/root 163 2017-07-06 08:53 /etc/init.d -rwxrwxr-x root/root 1033 2017-07-06 08:53 /etc/init.d/bcm-base-drivers.sh -rwxrwxr-x root/root 779 2017-07-06 08:53 /etc/init.d/gre-tunnel-drivers.sh -rwxrwxr-x root/root 514 2017-07-06 08:53 /etc/init.d/mount-fs.sh -rwxr-xr-x root/root 71 2017-07-06 08:53 /etc/init.d/plcdaemons.sh -rwxr-xr-x root/root 341 2017-07-06 08:53 /etc/init.d/smd.sh -rwxrwxr-x root/root 1113 2017-07-06 08:53 /etc/init.d/ssl.sh -rwxrwxr-x root/root 370 2017-07-06 08:53 /etc/init.d/system-config.sh -rwxrwxr-x root/root 642 2017-01-20 11:45 /etc/inittab drwxrwxr-x root/root 32 2017-07-06 08:53 /etc/iproute2 lrwxrwxrwx root/root 23 2017-07-06 08:53 /etc/iproute2/rt_tables -> /var/iproute2/rt_tables lrwxrwxrwx root/root 21 2017-07-06 08:53 /etc/ipsec.conf -> /var/ipsec/ipsec.conf -rw-rw-r-- root/root 586 2017-01-20 11:45 /etc/ipv6_start.sample -rwxrwxr-x root/root 20 2017-01-20 11:45 /etc/mdk lrwxrwxrwx root/root 9 2017-07-06 08:53 /etc/mtab -> /var/mtab drwxrwxr-x root/root 34 2017-07-06 08:52 /etc/openssl -r--r--r-- root/root 398 2017-07-06 08:52 /etc/openssl/sslconf.xml -rw-rw-r-- root/root 5354 2017-01-20 11:45 /etc/openssl.cnf lrwxrwxrwx root/root 11 2017-07-06 08:53 /etc/passwd -> /var/passwd drwxrwxr-x root/root 61 2017-07-06 08:52 /etc/plcboot -rwxr-xr-x root/root 3138 2017-07-06 08:52 /etc/plcboot/paramconfig.bin -rwxr-xr-x root/root 5572 2017-07-06 08:52 /etc/plcboot/paramconfig.csv drwxrwxr-x root/root 97 2017-01-20 11:45 /etc/ppp -rwxrwxr-x root/root 93 2017-01-20 11:45 /etc/ppp/chap-secrets -rwxrwxr-x root/root 310 2017-01-20 11:45 /etc/ppp/ip-down -rwxrwxr-x root/root 362 2017-01-20 11:45 /etc/ppp/ip-up -rwxrwxr-x root/root 41 2017-01-20 11:45 /etc/ppp/options -rwxrwxr-x root/root 93 2017-01-20 11:45 /etc/ppp/pap-secrets lrwxrwxrwx root/root 15 2017-07-06 08:53 /etc/pppmsg -> /var/ppp/pppmsg -rwxrwxr-x root/root 196 2017-01-20 11:45 /etc/profile lrwxrwxrwx root/root 18 2017-07-06 08:53 /etc/psk.txt -> /var/ipsec/psk.txt lrwxrwxrwx root/root 22 2017-07-06 08:53 /etc/racoon.conf -> /var/ipsec/racoon.conf -rw-rw-r-- root/root 1871 2017-01-20 11:45 /etc/radvd.conf.sample drwxrwxr-x root/root 196 2017-07-06 08:52 /etc/rc3.d lrwxrwxrwx root/root 16 2017-07-06 08:52 /etc/rc3.d/K25smd -> ../init.d/smd.sh lrwxrwxrwx root/root 21 2017-07-06 08:53 /etc/rc3.d/K95mount-fs -> ../init.d/mount-fs.sh lrwxrwxrwx root/root 21 2017-07-06 08:53 /etc/rc3.d/S25mount-fs -> ../init.d/mount-fs.sh lrwxrwxrwx root/root 26 2017-07-06 08:53 /etc/rc3.d/S35system-config -> ../init.d/system-config.sh lrwxrwxrwx root/root 29 2017-07-06 08:53 /etc/rc3.d/S45bcm-base-drivers -> ../init.d/bcm-base-drivers.sh lrwxrwxrwx root/root 31 2017-07-06 08:53 /etc/rc3.d/S45gre-tunnel-drivers -> ../init.d/gre-tunnel-drivers.sh lrwxrwxrwx root/root 23 2017-07-06 08:52 /etc/rc3.d/S50plcdaemons -> ../init.d/plcdaemons.sh lrwxrwxrwx root/root 16 2017-07-06 08:53 /etc/rc3.d/S50ssl -> ../init.d/ssl.sh lrwxrwxrwx root/root 16 2017-07-06 08:52 /etc/rc3.d/S65smd -> ../init.d/smd.sh lrwxrwxrwx root/root 16 2017-07-06 08:53 /etc/resolv.conf -> /var/fyi/sys/dns lrwxrwxrwx root/root 10 2017-07-06 08:53 /etc/samba -> /var/samba -rwxrwxr-x root/root 5685 2017-01-20 11:45 /etc/services drwxrwxr-x root/root 3 2017-07-06 08:50 /etc/snmp -rw-rw-r-- root/root 555 2017-01-20 11:45 /etc/soft_bridge lrwxrwxrwx root/root 11 2017-07-06 08:53 /etc/sysmsg -> /var/sysmsg -rw-rw-r-- root/root 63025 2017-01-20 11:45 /etc/test_sig.trf lrwxrwxrwx root/root 23 2017-07-06 08:53 /etc/udhcpd.conf -> /var/udhcpd/udhcpd.conf lrwxrwxrwx root/root 25 2017-07-06 08:53 /etc/udhcpd.leases -> /var/udhcpd/udhcpd.leases -rw-rw-r-- root/root 273 2017-01-20 11:45 /etc/vlan drwxrwxr-x root/root 1099 2017-07-06 08:51 /lib -rwxr-xr-x root/root 20690 2017-07-06 08:53 /lib/ld-uClibc.so.0 -rwxrwxr-x root/root 2999 2017-07-06 08:53 /lib/libbcm_crc.so -rwxrwxr-x root/root 21923 2017-07-06 08:53 /lib/libbcm_flashutil.so -rwxrwxr-x root/root 5087 2017-07-06 08:53 /lib/libbcm_sslconf.so -rwxrwxr-x root/root 4535 2017-07-06 08:53 /lib/libbridgeutil.so -rwxr-xr-x root/root 430063 2017-07-06 08:53 /lib/libc.so.0 -rwxrwxr-x root/root 4983 2017-07-06 08:53 /lib/libcms_boardctl.so -rwxr-xr-x root/root 17771 2017-07-06 08:53 /lib/libcms_cli.so -rwxrwxr-x root/root 417055 2017-07-06 08:53 /lib/libcms_core.so -rwxrwxr-x root/root 106211 2017-07-06 08:53 /lib/libcms_dal.so -rwxrwxr-x root/root 6999 2017-07-06 08:53 /lib/libcms_msg.so -rwxrwxr-x root/root 36783 2017-07-06 08:53 /lib/libcms_qdm.so -rwxrwxr-x root/root 95743 2017-07-06 08:53 /lib/libcms_util.so -rwxr-xr-x root/root 10030 2017-07-06 08:53 /lib/libcrypt.so.0 lrwxrwxrwx root/root 18 2017-07-06 08:52 /lib/libcrypto.so -> libcrypto.so.1.0.0 -rwxr-xr-x root/root 1411727 2017-07-06 08:53 /lib/libcrypto.so.1.0.0 -rwxr-xr-x root/root 8310 2017-07-06 08:53 /lib/libdl.so.0 -rwxrwxr-x root/root 3234 2017-07-06 08:53 /lib/libebt_ftos.so -rwxrwxr-x root/root 7058 2017-07-06 08:53 /lib/libebt_ip.so -rwxrwxr-x root/root 10150 2017-07-06 08:53 /lib/libebt_ip6.so -rwxrwxr-x root/root 4386 2017-07-06 08:53 /lib/libebt_mark.so -rwxrwxr-x root/root 2510 2017-07-06 08:53 /lib/libebt_mark_m.so -rwxrwxr-x root/root 1238 2017-07-06 08:53 /lib/libebt_skiplog.so -rwxrwxr-x root/root 1690 2017-07-06 08:53 /lib/libebt_standard.so -rwxrwxr-x root/root 5258 2017-07-06 08:53 /lib/libebt_time.so -rwxrwxr-x root/root 3914 2017-07-06 08:53 /lib/libebt_vlan.so -rwxrwxr-x root/root 1142 2017-07-06 08:53 /lib/libebtable_broute.so -rwxrwxr-x root/root 1314 2017-07-06 08:53 /lib/libebtable_filter.so -rwxrwxr-x root/root 1314 2017-07-06 08:53 /lib/libebtable_nat.so -rwxrwxr-x root/root 62835 2017-07-06 08:53 /lib/libebtc.so -rwxrwxr-x root/root 38747 2017-07-06 08:53 /lib/libethswctl.so lrwxrwxrwx root/root 17 2017-07-06 08:52 /lib/libexpat.so -> libexpat.so.1.6.0 -rwxrwxr-x root/root 170603 2017-07-06 08:53 /lib/libexpat.so.1 -rwxr-xr-x root/root 170603 2017-07-06 08:53 /lib/libexpat.so.1.6.0 -rwxrwxr-x root/root 3695 2017-07-06 08:53 /lib/libfcctl.so -rwxr-xr-x root/root 168655 2017-07-06 08:53 /lib/libgcc_s.so.1 -rwxrwxr-x root/root 20975 2017-07-06 08:53 /lib/libhomeplugctl.so -rwxrwxr-x root/root 45635 2017-07-06 08:53 /lib/libhomeplugctl_drv.so -rwxr-xr-x root/root 90583 2017-07-06 08:53 /lib/libm.so.0 -rwxr-xr-x root/root 97267 2017-07-06 08:53 /lib/libmdm2.so -rwxrwxr-x root/root 42771 2017-07-06 08:53 /lib/libminiupnpc.so -rwxrwxr-x root/root 4219 2017-07-06 08:53 /lib/libnanoxml.so -rwxr-xr-x root/root 71287 2017-07-06 08:53 /lib/libpthread.so.0 -rwxrwxr-x root/root 8575 2017-07-06 08:53 /lib/libsimcardctl.so lrwxrwxrwx root/root 15 2017-07-06 08:52 /lib/libssl.so -> libssl.so.1.0.0 -rwxr-xr-x root/root 314519 2017-07-06 08:53 /lib/libssl.so.1.0.0 -rwxrwxr-x root/root 2847 2017-07-06 08:53 /lib/libssp.so lrwxrwxrwx root/root 9 2017-07-06 08:52 /lib/libssp_nonshared.so -> libssp.so drwxrwxr-x root/root 34 2017-07-06 08:51 /lib/modules drwxrwxr-x root/root 42 2017-07-06 08:51 /lib/modules/3.4.11-rt19 drwxrwxr-x root/root 89 2017-07-06 08:53 /lib/modules/3.4.11-rt19/extra -rw-rw-r-- root/root 12984 2017-07-06 08:53 /lib/modules/3.4.11-rt19/extra/bcm_bpm.ko -rw-rw-r-- root/root 60232 2017-07-06 08:53 /lib/modules/3.4.11-rt19/extra/bcm_enet.ko -rw-rw-r-- root/root 3976 2017-07-06 08:53 /lib/modules/3.4.11-rt19/extra/chipinfo.ko -rw-rw-r-- root/root 147508 2017-07-06 08:53 /lib/modules/3.4.11-rt19/extra/pktflow.ko drwxrwxr-x root/root 26 2017-07-06 08:51 /lib/modules/3.4.11-rt19/kernel drwxrwxr-x root/root 44 2017-07-06 08:51 /lib/modules/3.4.11-rt19/kernel/net drwxrwxr-x root/root 32 2017-07-06 08:51 /lib/modules/3.4.11-rt19/kernel/net/ipv4 drwxrwxr-x root/root 60 2017-07-06 08:53 /lib/modules/3.4.11-rt19/kernel/net/ipv4/netfilter -rw-rw-r-- root/root 19416 2017-07-06 08:53 /lib/modules/3.4.11-rt19/kernel/net/ipv4/netfilter/ip_tables.ko -rw-rw-r-- root/root 4744 2017-07-06 08:53 /lib/modules/3.4.11-rt19/kernel/net/ipv4/netfilter/iptable_filter.ko drwxrwxr-x root/root 143 2017-07-06 08:53 /lib/modules/3.4.11-rt19/kernel/net/netfilter -rw-rw-r-- root/root 8364 2017-07-06 08:53 /lib/modules/3.4.11-rt19/kernel/net/netfilter/nfnetlink.ko -rw-rw-r-- root/root 16128 2017-07-06 08:53 /lib/modules/3.4.11-rt19/kernel/net/netfilter/nfnetlink_queue.ko -rw-rw-r-- root/root 3032 2017-07-06 08:53 /lib/modules/3.4.11-rt19/kernel/net/netfilter/xt_SKIPLOG.ko -rw-rw-r-- root/root 5972 2017-07-06 08:53 /lib/modules/3.4.11-rt19/kernel/net/netfilter/xt_TCPMSS.ko -rw-rw-r-- root/root 3616 2017-07-06 08:53 /lib/modules/3.4.11-rt19/kernel/net/netfilter/xt_mark.ko -rw-rw-r-- root/root 4164 2017-07-06 08:53 /lib/modules/3.4.11-rt19/kernel/net/netfilter/xt_multiport.ko lrwxrwxrwx root/root 11 2017-07-06 08:53 /linuxrc -> bin/busybox drwxrwxr-x root/root 3 2017-07-06 08:53 /mnt drwxrwxr-x root/root 56 2017-07-06 08:50 /opt drwxrwxr-x root/root 3 2017-07-06 08:50 /opt/bin drwxrwxr-x root/root 3 2017-07-06 08:50 /opt/modules drwxrwxr-x root/root 134 2017-07-06 08:52 /opt/scripts lrwxrwxrwx root/root 14 2017-07-06 08:52 /opt/scripts/db -> /bin/memaccess lrwxrwxrwx root/root 14 2017-07-06 08:52 /opt/scripts/dh -> /bin/memaccess -rwxrwxr-x root/root 40 2017-07-06 08:52 /opt/scripts/dumpmem lrwxrwxrwx root/root 14 2017-07-06 08:52 /opt/scripts/dw -> /bin/memaccess lrwxrwxrwx root/root 14 2017-07-06 08:52 /opt/scripts/fb -> /bin/memaccess lrwxrwxrwx root/root 14 2017-07-06 08:52 /opt/scripts/fh -> /bin/memaccess lrwxrwxrwx root/root 14 2017-07-06 08:52 /opt/scripts/fw -> /bin/memaccess lrwxrwxrwx root/root 14 2017-07-06 08:52 /opt/scripts/sb -> /bin/memaccess -rwxrwxr-x root/root 46 2017-07-06 08:52 /opt/scripts/setmem lrwxrwxrwx root/root 14 2017-07-06 08:52 /opt/scripts/sh -> /bin/memaccess lrwxrwxrwx root/root 14 2017-07-06 08:52 /opt/scripts/sw -> /bin/memaccess drwxrwxr-x root/root 3 2017-07-06 08:53 /proc drwxrwxr-x root/root 169 2017-07-06 08:53 /sbin lrwxrwxrwx root/root 14 2017-07-06 08:53 /sbin/depmod -> ../bin/busybox lrwxrwxrwx root/root 13 2017-07-06 08:52 /sbin/ethctl -> ../bin/ethctl lrwxrwxrwx root/root 14 2017-07-06 08:53 /sbin/halt -> ../bin/busybox lrwxrwxrwx root/root 14 2017-07-06 08:53 /sbin/ifconfig -> ../bin/busybox lrwxrwxrwx root/root 14 2017-07-06 08:53 /sbin/init -> ../bin/busybox lrwxrwxrwx root/root 14 2017-07-06 08:53 /sbin/insmod -> ../bin/busybox lrwxrwxrwx root/root 14 2017-07-06 08:53 /sbin/modprobe -> ../bin/busybox lrwxrwxrwx root/root 14 2017-07-06 08:53 /sbin/poweroff -> ../bin/busybox lrwxrwxrwx root/root 14 2017-07-06 08:53 /sbin/reboot -> ../bin/busybox lrwxrwxrwx root/root 14 2017-07-06 08:53 /sbin/rmmod -> ../bin/busybox lrwxrwxrwx root/root 14 2017-07-06 08:53 /sbin/route -> ../bin/busybox drwxrwxr-x root/root 3 2017-07-06 08:53 /sys lrwxrwxrwx root/root 8 2017-07-06 08:53 /tmp -> /var/tmp drwxrwxr-x root/root 26 2017-07-06 08:53 /usr drwxrwxr-x root/root 142 2017-07-06 08:53 /usr/bin lrwxrwxrwx root/root 17 2017-07-06 08:53 /usr/bin/[ -> ../../bin/busybox lrwxrwxrwx root/root 17 2017-07-06 08:53 /usr/bin/[[ -> ../../bin/busybox lrwxrwxrwx root/root 17 2017-07-06 08:53 /usr/bin/expr -> ../../bin/busybox lrwxrwxrwx root/root 17 2017-07-06 08:53 /usr/bin/killall -> ../../bin/busybox lrwxrwxrwx root/root 17 2017-07-06 08:53 /usr/bin/nc -> ../../bin/busybox lrwxrwxrwx root/root 17 2017-07-06 08:53 /usr/bin/sendarp -> ../../bin/busybox lrwxrwxrwx root/root 17 2017-07-06 08:53 /usr/bin/taskset -> ../../bin/busybox lrwxrwxrwx root/root 17 2017-07-06 08:53 /usr/bin/test -> ../../bin/busybox lrwxrwxrwx root/root 17 2017-07-06 08:53 /usr/bin/top -> ../../bin/busybox lrwxrwxrwx root/root 17 2017-07-06 08:53 /usr/bin/traceroute -> ../../bin/busybox drwxrwxr-x root/root 3 2017-07-06 08:53 /var
Kernel
Let's extract the kernel:
$ dd if=fritz.powerline_1000ET_01_05.image of=kernel.lzma bs=1 skip=2211095 1016098+0 records in 1016098+0 records out 1016098 bytes (1.0 MB) copied, 2.47723 s, 410 kB/s
And decompress it:
$ cat kernel.lzma | unlzma > kernel.bin $ ls -l kernel.bin -rw-r--r-- 1 rst rst 2985544 Nov 9 12:15 kernel.bin
Aha we have a Linux with RT (RealTime) extensions:
$ strings kernel.bin | grep 'Linux version' Linux version 3.4.11-rt19 (chuth@ub-rd-chuth) (gcc version 4.6.2 (Buildroot 2011.11) ) #1 PREEMPT Thu Jul 6 08:51:30 CEST 2017
Let's see what's compiled in:
$ strings kernel.bin | grep '\.c$' | sort arch/mips/mm/uasm.c block/blk-core.c block/blk-exec.c block/blk-merge.c block/blk-settings.c block/blk-sysfs.c block/elevator.c block/genhd.c drivers/base/bus.c drivers/base/class.c drivers/base/core.c drivers/base/dd.c drivers/base/devres.c drivers/base/dma-mapping.c drivers/base/driver.c drivers/char/misc.c drivers/mtd/mtd_blkdevs.c drivers/spi/spi.c drivers/tty/pty.c drivers/tty/tty_buffer.c drivers/tty/tty_io.c drivers/tty/tty_ldisc.c fs/bio.c fs/block_dev.c fs/buffer.c fs/dcache.c fs/fcntl.c fs/file_table.c fs/fs-writeback.c fs/inode.c fs/jffs2/super.c fs/jffs2/write.c fs/libfs.c fs/namei.c fs/namespace.c fs/notify/inotify/inotify_fsnotify.c fs/notify/inotify/inotify_user.c fs/proc/generic.c fs/proc/proc_sysctl.c fs/splice.c fs/super.c fs/sync.c fs/sysfs/dir.c fs/sysfs/file.c fs/sysfs/group.c fs/sysfs/inode.c fs/sysfs/symlink.c init_bcm_tstamp: unhandled mips_hpt_freq=%d, adjust constants in bcm_tstamp.c kernel/exit.c kernel/fork.c kernel/hrtimer.c kernel/irq/chip.c kernel/irq/devres.c kernel/irq/handle.c kernel/irq/manage.c kernel/irq/spurious.c kernel/kthread.c kernel/params.c kernel/posix-cpu-timers.c kernel/posix-timers.c kernel/power/qos.c kernel/ptrace.c kernel/rcutiny.c kernel/resource.c kernel/sched/rt.c kernel/signal.c kernel/softirq.c kernel/srcu.c kernel/time/clockevents.c kernel/time/clocksource.c kernel/timer.c kernel/time/timekeeping.c kernel/up.c kernel/workqueue.c lib/devres.c lib/klist.c lib/kobject.c lib/kobject_uevent.c lib/plist.c lib/scatterlist.c lib/timerqueue.c lib/vsprintf.c mm/backing-dev.c mm/bootmem.c mm/dmapool.c mm/filemap.c mm/memblock.c mm/memory.c mm/mincore.c mm/page_alloc.c mm/page-writeback.c mm/percpu.c mm/rmap.c mm/truncate.c mm/vmalloc.c net/8021q/vlan.c net/8021q/vlan_core.c net/bridge/br_fdb.c net/bridge/br_if.c net/bridge/br_netlink.c net/bridge/br_stp_if.c net/core/datagram.c net/core/dev_addr_lists.c net/core/dev.c net/core/dst.c net/core/ethtool.c net/core/filter.c net/core/gen_estimator.c net/core/neighbour.c net/core/net-sysfs.c net/core/request_sock.c net/core/rtnetlink.c net/core/skbuff.c net/core/sock.c net/core/stream.c net/ipv4/af_inet.c net/ipv4/devinet.c net/ipv4/fib_semantics.c net/ipv4/fib_trie.c net/ipv4/igmp.c net/ipv4/inet_connection_sock.c net/ipv4/inet_diag.c net/ipv4/inet_fragment.c net/ipv4/inet_hashtables.c net/ipv4/inet_timewait_sock.c net/ipv4/ip_fragment.c net/ipv4/ip_output.c net/ipv4/route.c net/ipv4/tcp.c net/ipv4/tcp_cong.c net/ipv4/tcp_input.c net/ipv4/tcp_ipv4.c net/ipv4/tcp_output.c net/ipv4/tcp_timer.c net/llc/llc_core.c net/llc/llc_output.c net/netlink/af_netlink.c net/packet/af_packet.c net/sched/sch_generic.c net/unix/af_unix.c !!!!The device should have three stats,bcd,refer br_netdevice.c
Chip-Variants
Chips using the codename or family name BCM60:
Selectors >> Components-Selector >> LAN-Chips >> BCM60
Components-Selector | Cat. | Family | Coden. | Purpose | Iface | Creator | Vendor | Description |
---|---|---|---|---|---|---|---|---|
0 BCM60 chips |
Model-Matrix
Box-Models and Accessories using one of the BCM60 variants listed above:
Selectors >> Chips-Selector >> LAN-Chips >> BCM60
Chips-Selector | SoC | RAM | Flash | FPGA | FON | DECT | WLAN | LAN | USB | PSU | Misc |
---|---|---|---|---|---|---|---|---|---|---|---|
0 BCM60 models |
Feature-Matrix
Features of Box-Models and Accessories using one of the BCM60 variants listed above:
S € |
Model Languages, Brandings |
Internet [Annex] |
LAN Ports |
WLAN 802.11 |
PSTN Lines |
Phones | SoC Clock |
RAM | Flash | USB Host |
Image |
---|
Legend:
- = all variants of this model are still supported
- = some variants of this model are end of support
- = all variants of this model are end of support
- = at least one variant of this model is still sold
- = no variant of this model is sold any more (or not yet)
- = a future model which is not yet sold or supported
This info is updated daily from the Part-Numbers section in each Box-Models article.
Gallery
If you want to extend the gallery with own work then please get in touch. See also the Photography-Inspiration article.