Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipq40xx: Add TP-Link Deco M5 BDF #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DropDemBits
Copy link

Add board file for TP-Link Deco M5 v1, v2, v3, and v320.

board.json:

[
  {
    "names": ["bus=ahb,bmi-chip-id=0,bmi-board-id=20,variant=TP-Link-Deco-M5-v1"],
    "data": "board-data/boardData_1_0_IPQ4019_DK04_2G.bin"
  },
  {
    "names": ["bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=TP-Link-Deco-M5-v1"],
    "data": "board-data/boardData_1_0_IPQ4019_DK04_5G.bin"
  },
  {
    "names": ["bus=ahb,bmi-chip-id=0,bmi-board-id=20,variant=TP-Link-Deco-M5-v3"],
    "data": "board-data/boardData_3_0_IPQ4019_DK04_2G.bin"
  },
  {
    "names": ["bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=TP-Link-Deco-M5-v3"],
    "data": "board-data/boardData_3_0_IPQ4019_DK04_5G.bin"
  }
]

Add board file for TP-Link Deco M5 v1 and v3.
M5v2 uses the same board data as v1.
M5v320 uses the same board data as v3.

Sourced from the firmware upgrade file M5_en_1.7.8 Build 20240719 Rel. 70981
/lib/firmware/IPQ4019/hw.1/boardData_{1,3}_0_IPQ4019_DK04_{2,5}G.bin

M5v1
- wifi0: bus=ahb,bmi-chip-id=0,bmi-board-id=20,variant=TP-Link-Deco-M5-v1
- wifi1: bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=TP-Link-Deco-M5-v1

M5v3
- wifi0: bus=ahb,bmi-chip-id=0,bmi-board-id=20,variant=TP-Link-Deco-M5-v3
- wifi1: bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=TP-Link-Deco-M5-v3

File Hashes:
- CRC32: 2db1dbb2
- MD5: 4a62b29710ec4bbec5d15457d89e475e
- SHA1: 58a8ce31ccc9738cf294310cb30615c2a0cdbe66

Signed-off-by: Bee Cadorna <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant