Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:techref:hardware:soc:soc.broadcom.bcm33xx [2024/10/20 16:13] – The BCM3380 should be a dual-core SoC, it has two USB2.0 OTG ports rikka0w0docs:techref:hardware:soc:soc.broadcom.bcm33xx [2024/10/22 16:46] (current) – Add Netgear CG3000-2STAUS to the list rikka0w0
Line 1: Line 1:
 ====== Broadcom BCM33xx ====== ====== Broadcom BCM33xx ======
 This page covers the BCM33xx SoC specificities, but the [[docs:techref:hardware:soc:soc.broadcom.bcm63xx|BCM63xx]] SoC are mostly the same chip, except that the DOCSIS/EuroDOCSIS core is replaced with a DSL one. This page covers the BCM33xx SoC specificities, but the [[docs:techref:hardware:soc:soc.broadcom.bcm63xx|BCM63xx]] SoC are mostly the same chip, except that the DOCSIS/EuroDOCSIS core is replaced with a DSL one.
-  * The Broadcom BCM33xx currently only begins booting with the SB4xxx cable modems+  * <del>The Broadcom BCM33xx currently only begins booting with the SB4xxx cable modems</del>. This only worked on [[https://github.com/openwrt/openwrt/pull/14559|the dropped bcm63xx target]].
  
 ===== Linux support ===== ===== Linux support =====
-  * The OpenWrt support for the Broadcom BCM33xx SoC family currently only works with following models, using the target [[docs:techref:hardware:soc:soc.broadcom.bcm63xx|BCM63xx]]: +  * <del>The OpenWrt support for the Broadcom BCM33xx SoC family currently only works with following models, using the target [[docs:techref:hardware:soc:soc.broadcom.bcm63xx|BCM63xx]]</del>
-    * **3368**+    * <del>**3368**</del>
  
 +BCM33xx support was partially introduced in the BCM63xx target. However, the BCM63xx target has been superseded by the BMIPS target, and we lost BCM33xx support (for now).
 +
 +There is a WIP support for BCM3380 on Netgear CG3100D:
 +
 +https://github.com/rikka0w0/openwrt-fast3864op/tree/bcm3380-20241014
 +
 +More progress can be found here:
 +
 +https://gist.github.com/rikka0w0/4e4d5feb3a50a8b64224750140f859ef
 +
 +There is an attempt to run Linux on TC7200 (BCM3383):
 +https://github.com/jclehner/linux-technicolor-tc7200
 ===== Broadcom DOCSIS ===== ===== Broadcom DOCSIS =====
   * We have no GPL'd drivers for Ethernet or DOCSIS so this makes the board pretty useless. DOCSIS would require images to be signed by CableLabs if to be used in a real environment, anyway.   * We have no GPL'd drivers for Ethernet or DOCSIS so this makes the board pretty useless. DOCSIS would require images to be signed by CableLabs if to be used in a real environment, anyway.
Line 121: Line 133:
  
 Known platforms: Known platforms:
-  * [[inbox:toh:netgear:c6300bd-1tlaus|Netgear C6300BD-1TLAUS]] +  * [[inbox:toh:netgear:c6300bd-1tlaus|Netgear C6300BD-1TLAUS]], [[https://www.downloads.netgear.com/files/GPL/C6300BD_1TLAUS_v1.01.03_src_20140319.zip | Firmware source code]] 
-  * [[toh:netgear:cg3000dv2|NETGEAR N450/CG3000Dv2]]+  * [[:inbox:toh:openwrt:cg3000-2staus| Netgear CG3000-2STAUS]], [[https://www.downloads.netgear.com/files/GPL/CG3000-2STAUS_V2.03.02n_GPL.zip | Firmware source code]] 
 +  * [[toh:netgear:cg3000dv2|Netgear CG3000Dv2 (N450)]], [[https://www.downloads.netgear.com/files/GPL/N450-100NAS_V1.02.10_src_20170912.zip | Firmware source code]]
 ==== bcm3384 ==== ==== bcm3384 ====
  
Line 158: Line 171:
  
 While secure boot might not let you replace cmboot with another bootloader, it is still possible to boot up a 2nd-stage bootloader if secure app is not enabled. While secure boot might not let you replace cmboot with another bootloader, it is still possible to boot up a 2nd-stage bootloader if secure app is not enabled.
 +
 +=== Aeolus ===
 +Cable modems like Netgear CG3100D use a special proprietary bootloader called [[https://github.com/Broadcom/aeolus|Aeolus]]. Broadcom has decided to [[https://github.com/Broadcom/aeolus|open-source the Aeolus implementation for BCM3384]]. Although CG3100D is based on BCM3380, the ProgramStore utility from BCM3384's Aeolus can still be used to prepend necessary headers and compress the OpenWrt firmware image.
 +
 +=== U-Boot ===
 +There is [[https://github.com/u-boot/u-boot/blob/7036abbd5c3934059b020d5fd5bcb8b3bf3c788c/arch/mips/dts/netgear%2Ccg3100d.dts|a U-Boot port for Netgear CG3100D]] by [[https://github.com/Noltari|Noltari]], who's also a core OpenWrt contributor. It only boots in RAM and almost everything (including ethernet and flash) does not work. See [[:inbox:toh:openwrt:netgear_cg3100d_v3]] for how to load it to your device's memory.
 ===== Devices ===== ===== Devices =====
 The list of related devices: The list of related devices:
  • Last modified: 2024/10/20 16:13
  • by rikka0w0