bcm53xx: add support for D-Link DIR-868L B1#20684
Open
LTe wants to merge 1 commit intoopenwrt:mainfrom
Open
Conversation
Member
|
Please refresh the patches with |
5394ce4 to
69f7739
Compare
Author
|
@hauke updated |
Add support for D-Link DIR-868L B1 wireless router based on BCM47081 SoC with 256 MB DDR2 RAM and 128 MB NAND flash. Hardware specifications: - SoC: Broadcom BCM47081 (ARM Cortex-A9, single core, 800 MHz) - RAM: 256 MB DDR2 (128 MB @ 0x00000000 + 128 MB @ 0x88000000) - Flash: 128 MB NAND (Spansion S34ML01G, BCH-8 ECC) + 2 MB SPI NOR - WiFi: BCM4331 (2.4 GHz) + BCM4360 (5 GHz) - no open-source driver - Ethernet: BCM53011 5-port GbE switch (4 LAN + 1 WAN) - USB: 1x USB 3.0 + 1x USB 2.0 - Firmware format: SEAMA U-Boot is used as a shim bootloader because CFE's LZMA decompressor only handles the first 2 MB and the kernel exceeds this limit. Uses stock upstream U-Boot (bcmns config) with no patches. Installation via D-Link recovery mode web interface. Signed-off-by: Piotr Niełacny <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for D-Link DIR-868L B1 wireless router based on BCM47081 SoC with 256 MB RAM and 128 MB NAND flash.
Device Specifications
Obtaining Device Access
Physical access to the running device was obtained through CVE-2018-19988, a critical OS command injection vulnerability in the HNAP (Home Network Administration Protocol).
Telnet Access Achieved:
Hardware Information Gathering
With root shell access via telnet, comprehensive hardware information was collected:
CPU Information
Memory
Flash Partition Layout
GPIO Mappings:
Installation
Method 1: Stock Firmware Web Interface (Recommended)
Build OpenWrt SEAMA factory image:
Generated image location:
Flash via D-Link web interface:
Method 2: D-Link Recovery Mode
Related: #3964