Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:techref:hardware:soc:soc.broadcom.bcm47xx [2018/03/31 23:22] – ↷ Page moved from docs:hardware:soc:soc.broadcom.bcm47xx to docs:techref:hardware:soc:soc.broadcom.bcm47xx bobafetthotmail | docs:techref:hardware:soc:soc.broadcom.bcm47xx [2020/12/14 14:04] (current) – ↷ Links adapted because of a move operation tmomas | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Broadcom BCM47xx ====== | ====== Broadcom BCM47xx ====== | ||
| This page covers the BCM47xx and BCM53xx Wireless Router/AP SoC running MIPS CPUs. | This page covers the BCM47xx and BCM53xx Wireless Router/AP SoC running MIPS CPUs. | ||
| - | |||
| ===== Subtargets in Barrier Breaker ===== | ===== Subtargets in Barrier Breaker ===== | ||
| - | |||
| Beginning with [[https:// | Beginning with [[https:// | ||
| - | |||
| * legacy: old devices based on SSB bus | * legacy: old devices based on SSB bus | ||
| * generic: devices based on BCM4705 and two Linksys exceptions: WRT610N V2 and E3000 V1 | * generic: devices based on BCM4705 and two Linksys exceptions: WRT610N V2 and E3000 V1 | ||
| * mips74k: newer devices with BCMA SoC and bgmac ethernet | * mips74k: newer devices with BCMA SoC and bgmac ethernet | ||
| - | See [[http:// | + | See [[http:// |
| ===== Images ===== | ===== Images ===== | ||
| - | |||
| The current goal is to boot one image on all the different devices using SoC of the bcm47xx family. | The current goal is to boot one image on all the different devices using SoC of the bcm47xx family. | ||
| The main image is openwrt-brcm47xx-squashfs.trx which is in the generic image format used by the Broadcom SDK for these devices. | The main image is openwrt-brcm47xx-squashfs.trx which is in the generic image format used by the Broadcom SDK for these devices. | ||
| Line 26: | Line 22: | ||
| ==== Attitude Adjustment ==== | ==== Attitude Adjustment ==== | ||
| - | |||
| Version 12.09-rc1: http:// | Version 12.09-rc1: http:// | ||
| Line 33: | Line 28: | ||
| === BCM4785/ | === BCM4785/ | ||
| - | |||
| This SoC has a different Ethernet core and does not use b44 as the Ethernet driver. | This SoC has a different Ethernet core and does not use b44 as the Ethernet driver. | ||
| The default images for Attitude Adjustment do not include the tg3 Ethernet driver. | The default images for Attitude Adjustment do not include the tg3 Ethernet driver. | ||
| Line 43: | Line 37: | ||
| ==== Barrier Breaker ==== | ==== Barrier Breaker ==== | ||
| - | + | Snapshot images download: | |
| - | Snapshot images download: http:// | + | |
| This is the current version where development takes place. | This is the current version where development takes place. | ||
| Line 52: | Line 45: | ||
| ===== Ethernet ===== | ===== Ethernet ===== | ||
| - | |||
| New Broadcom devices with gigabit Ethernet are supported by the bgmac kernel driver. Unfortunately CPUs on most of these SoCs are too slow to provide 1000 Mb/s routing or NAT. It results in NAT being limited to something around 130Mb/s on BCM4706 and even less on slower units (like ~50Mb/s on BCM4718A1). | New Broadcom devices with gigabit Ethernet are supported by the bgmac kernel driver. Unfortunately CPUs on most of these SoCs are too slow to provide 1000 Mb/s routing or NAT. It results in NAT being limited to something around 130Mb/s on BCM4706 and even less on slower units (like ~50Mb/s on BCM4718A1). | ||
| Line 73: | Line 65: | ||
| This is the open source driver built by the community based on reverse engineered specifications of the proprietary Broadcom driver. This is the driver that is included in the current OpenWrt builds. It is also in the mainline Linux kernel. This driver supports most of the current available Broadcom WiFi cores. It has support for station (STA), AP, AdHoc, Mesh and other modes and it supports 5 GHz band on N-PHY devices. It supports 802.11g rates only and can't handle multiple SSIDs. | This is the open source driver built by the community based on reverse engineered specifications of the proprietary Broadcom driver. This is the driver that is included in the current OpenWrt builds. It is also in the mainline Linux kernel. This driver supports most of the current available Broadcom WiFi cores. It has support for station (STA), AP, AdHoc, Mesh and other modes and it supports 5 GHz band on N-PHY devices. It supports 802.11g rates only and can't handle multiple SSIDs. | ||
| - | Website: http:// | + | Website: http:// |
| The OpenWrt package is named: **kmod-b43** | The OpenWrt package is named: **kmod-b43** | ||
| Line 82: | Line 74: | ||
| This driver has a similar feature set to b43 and is only supported by the community based on reverse engineered specifications. | This driver has a similar feature set to b43 and is only supported by the community based on reverse engineered specifications. | ||
| - | Website: http:// | + | Website: http:// |
| The OpenWrt package is named: **kmod-b43legacy** | The OpenWrt package is named: **kmod-b43legacy** | ||
| - | |||
| ==== brcm80211 ==== | ==== brcm80211 ==== | ||
| This is the open source driver supported and released by Broadcom in 2010. It is in the mainline Linux kernel, but only since version 3.2. It is still missing some functionality, | This is the open source driver supported and released by Broadcom in 2010. It is in the mainline Linux kernel, but only since version 3.2. It is still missing some functionality, | ||
| - | Website: http:// | + | Website: http:// |
| === brcmsmac === | === brcmsmac === | ||
| Line 104: | Line 95: | ||
| The OpenWrt package is named: **kmod-brcmfmac** | The OpenWrt package is named: **kmod-brcmfmac** | ||
| - | |||
| - | |||
| ==== broadcom-wl ==== | ==== broadcom-wl ==== | ||
| Line 119: | Line 108: | ||
| The OpenWrt package for the configuration utility is named: **wl**\\ | The OpenWrt package for the configuration utility is named: **wl**\\ | ||
| The OpenWrt package for the open source variant of the configuration utility is named: **wlc** | The OpenWrt package for the open source variant of the configuration utility is named: **wlc** | ||
| - | |||
| == Setting up the broadcom-wl driver == | == Setting up the broadcom-wl driver == | ||
| - | After installing any wireless driver made for opkg and OpenWrt, new [[doc/ | + | After installing any wireless driver made for opkg and OpenWrt, new [[docs: |
| < | < | ||
| root@OpenWrt: | root@OpenWrt: | ||
| Line 143: | Line 131: | ||
| In the future maybe the community will further integrate the proprietary Broadcom driver into the OpenWrt framework. What is more likely though is that the open source drivers (brcm80211) will obtain more functionality. | In the future maybe the community will further integrate the proprietary Broadcom driver into the OpenWrt framework. What is more likely though is that the open source drivers (brcm80211) will obtain more functionality. | ||
| - | If you want to use [[docs: | + | If you want to use [[docs: |
| For providing authentication and encryption with Wi-Fi and the broadcom-wl driver, you need the proprietary application from Broadcom, **nas** (Network Authentication Service). The tool is automatically started by the wireless infrastructure to accomodate the broadcom-wl driver. There is no configuration necessary, just install the package **nas**. See also [[docs: | For providing authentication and encryption with Wi-Fi and the broadcom-wl driver, you need the proprietary application from Broadcom, **nas** (Network Authentication Service). The tool is automatically started by the wireless infrastructure to accomodate the broadcom-wl driver. There is no configuration necessary, just install the package **nas**. See also [[docs: | ||
| Line 163: | Line 151: | ||
| option mode ' | option mode ' | ||
| option encryption ' | option encryption ' | ||
| - | |||
| </ | </ | ||
| Line 171: | Line 158: | ||
| When using sysupgrade always use openwrt-brcm47xx-squashfs.trx and not any device specific file. | When using sysupgrade always use openwrt-brcm47xx-squashfs.trx and not any device specific file. | ||
| - | See also [[docs: | + | See also [[docs:techref: |
| ===== CFE ===== | ===== CFE ===== | ||
| ==== Network boot ==== | ==== Network boot ==== | ||
| - | |||
| Most of the recent devices have a [[docs: | Most of the recent devices have a [[docs: | ||
| Line 186: | Line 172: | ||
| boot -tftp -elf 192.168.1.2:/ | boot -tftp -elf 192.168.1.2:/ | ||
| </ | </ | ||
| + | |||
| ===== BCM4704 JTAG pinout ===== | ===== BCM4704 JTAG pinout ===== | ||
| {{: | {{: | ||
| + | |||
| ===== Links ===== | ===== Links ===== | ||
| List with some detailed informations about bcm47xx SoCs: | List with some detailed informations about bcm47xx SoCs: | ||
| - | http:// | + | [[http:// |
| - | [[docs: | + | [[docs: |
| + | |||
| + | ===== Devices ===== | ||
| + | The list of related devices: | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| + | {{tagpage> | ||
| - | ===== Tags ===== | ||
| - | {{tag> | ||
| - | {{tag> | ||