TP-Link Archer D50 v1 is a dual-band AC1200 router + modem.
The router section is based on Qualcomm/Atheros QCA9531 + QCA9882.
The "DSL" section is based on BCM6318 but it's currently not supported.
Internally eth0 is connected to the Broadcom CPU.
Router section - Specification:
CPU: QCA9531 650/600/200 MHz (CPU/DDR/AHB)
RAM: 64 MB (DDR2)
Flash: 8 MB (SPI NOR)
Wifi 2.4GHz: QCA9531 2T2R
Wifi 5GHz: QCA9982 2T2R
4x 10/100 Mbps Ethernet
8x LED, 3x button
UART header on PCB
Known issues:
DSL not working (eth0) (WIP)
UART connection
---------------
J2 HEADER (Qualcomm CPU)
. TX
. RX
. GND
O VCC
J16 HEADER (Broadcom CPU)
O VCC
. GND
. RX
. TX
The following instructions require a connection to the J2 UART header.
Flash instruction under U-Boot, using UART
------------------------------------------
1. Press any key to stop autobooting and obtain U-Boot CLI access.
2. Setup ip addresses for U-Boot and your tftp server.
3. Issue below commands:
tftpboot 0x81000000 openwrt-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin
erase 0x9f020000 +$filesize
cp.b 0x81000000 0x9f020000 $filesize
reset
Initramfs instruction under U-Boot for testing, using UART
----------------------------------------------------------
1. Press any key to stop autobooting and obtain U-Boot CLI access.
2. Setup ip addresses for U-Boot and your tftp server.
3. Issue below commands:
tftpboot 0x81000000 openwrt-ath79-generic-tplink_archer-d50-v1-initramfs-kernel.bin
bootm 0x81000000
Restore the original firmware
-----------------------------
0. Backup every partition using the OpenWrt web interface
1. Download the OEM firmware from the TP-Link website
2. Extract the bin file in a folder (eg. Archer_D50v1_0.8.0_1.3_up_boot(170223)_full_2017-02-24_09.37.45.bin)
3. Remove the U-Boot and the Broadcom image part from the file.
Issue the following command:
dd if="Archer_D50v1_0.8.0_1.3_up_boot(170223)_full_2017-02-24_09.37.45.bin" of="Archer_D50v1_0.8.0_1.3_up_boot(170223)_full_2017-02-24_09.37.45.bin.mod" skip=257 bs=512 count=15616
4. Double check the .mod file size. It must be 7995392 bytes.
5. Flash it using the OpenWrt web interface. Force the update if needed.
WARNING: Remember to NOT keep settings.
5b. (Alternative to 5.) Flash it using the U-Boot and UART connection.
Issue below commands in the U-Boot:
tftpboot 0x81000000 Archer_D50v1_0.8.0_1.3_up_boot(170223)_full_2017-02-24_09.37.45.bin.mod
erase 0x9f020000 +$filesize
cp.b 0x81000000 0x9f020000 $filesize
reset
Signed-off-by: Davide Fioravanti <pantanastyle@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [removed
default-state = "off", it's already the default, added pcie node,
fixed typo]
331 lines
10 KiB
Makefile
331 lines
10 KiB
Makefile
include ./common-tp-link.mk
|
|
|
|
define Device/tplink_archer-a7-v5
|
|
$(Device/tplink-safeloader-uimage)
|
|
ATH_SOC := qca9563
|
|
IMAGE_SIZE := 15104k
|
|
DEVICE_TITLE := TP-Link Archer A7 v5
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
|
TPLINK_BOARD_ID := ARCHER-A7-V5
|
|
BOARDNAME := ARCHER-A7-V5
|
|
SUPPORTED_DEVICES += archer-a7-v5
|
|
endef
|
|
TARGET_DEVICES += tplink_archer-a7-v5
|
|
|
|
define Device/tplink_archer-c2-v3
|
|
$(Device/tplink-safeloader-uimage)
|
|
ATH_SOC := qca9563
|
|
IMAGE_SIZE := 7808k
|
|
DEVICE_TITLE := TP-Link Archer C2 v3
|
|
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9887-ct
|
|
TPLINK_BOARD_ID := ARCHER-C2-V3
|
|
endef
|
|
TARGET_DEVICES += tplink_archer-c2-v3
|
|
|
|
define Device/tplink_archer-c58-v1
|
|
$(Device/tplink-safeloader-uimage)
|
|
ATH_SOC := qca9561
|
|
IMAGE_SIZE := 7936k
|
|
DEVICE_TITLE := TP-Link Archer C58 v1
|
|
TPLINK_BOARD_ID := ARCHER-C58-V1
|
|
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9888-ct
|
|
SUPPORTED_DEVICES += archer-c58-v1
|
|
endef
|
|
TARGET_DEVICES += tplink_archer-c58-v1
|
|
|
|
define Device/tplink_archer-c59-v1
|
|
$(Device/tplink-safeloader-uimage)
|
|
ATH_SOC := qca9561
|
|
IMAGE_SIZE := 14528k
|
|
DEVICE_TITLE := TP-Link Archer C59 v1
|
|
TPLINK_BOARD_ID := ARCHER-C59-V1
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct ath10k-firmware-qca9888-ct
|
|
SUPPORTED_DEVICES += archer-c59-v1
|
|
endef
|
|
TARGET_DEVICES += tplink_archer-c59-v1
|
|
|
|
define Device/tplink_archer-c6-v2
|
|
$(Device/tplink-safeloader-uimage)
|
|
ATH_SOC := qca9563
|
|
IMAGE_SIZE := 7808k
|
|
DEVICE_TITLE := TP-Link Archer C6 v2
|
|
TPLINK_BOARD_ID := ARCHER-C6-V2
|
|
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9888-ct
|
|
endef
|
|
TARGET_DEVICES += tplink_archer-c6-v2
|
|
|
|
define Device/tplink_archer-c5-v1
|
|
$(Device/tplink-16mlzma)
|
|
ATH_SOC := qca9558
|
|
DEVICE_TITLE := TP-Link Archer C5 v1
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
|
TPLINK_HWID := 0xc5000001
|
|
SUPPORTED_DEVICES += archer-c5
|
|
endef
|
|
TARGET_DEVICES += tplink_archer-c5-v1
|
|
|
|
define Device/tplink_archer-c7-v1
|
|
$(Device/tplink-8mlzma)
|
|
ATH_SOC := qca9558
|
|
DEVICE_TITLE := TP-Link Archer C7 v1
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
|
TPLINK_HWID := 0x75000001
|
|
endef
|
|
TARGET_DEVICES += tplink_archer-c7-v1
|
|
|
|
define Device/tplink_archer-c7-v2
|
|
$(Device/tplink-16mlzma)
|
|
ATH_SOC := qca9558
|
|
DEVICE_TITLE := TP-Link Archer C7 v2
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
|
TPLINK_HWID := 0xc7000002
|
|
IMAGES += factory-us.bin factory-eu.bin
|
|
IMAGE/factory-us.bin := append-rootfs | mktplinkfw factory -C US
|
|
IMAGE/factory-eu.bin := append-rootfs | mktplinkfw factory -C EU
|
|
endef
|
|
TARGET_DEVICES += tplink_archer-c7-v2
|
|
|
|
define Device/tplink_archer-c7-v4
|
|
$(Device/tplink-safeloader-uimage)
|
|
ATH_SOC := qca9563
|
|
IMAGE_SIZE := 15104k
|
|
DEVICE_TITLE := TP-Link Archer C7 v4
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
|
TPLINK_BOARD_ID := ARCHER-C7-V4
|
|
BOARDNAME := ARCHER-C7-V4
|
|
SUPPORTED_DEVICES += archer-c7-v4
|
|
endef
|
|
TARGET_DEVICES += tplink_archer-c7-v4
|
|
|
|
define Device/tplink_archer-c7-v5
|
|
$(Device/tplink-safeloader-uimage)
|
|
ATH_SOC := qca9563
|
|
IMAGE_SIZE := 15360k
|
|
DEVICE_TITLE := TP-Link Archer C7 v5
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
|
TPLINK_BOARD_ID := ARCHER-C7-V5
|
|
BOARDNAME := ARCHER-C7-V5
|
|
SUPPORTED_DEVICES += archer-c7-v5
|
|
endef
|
|
TARGET_DEVICES += tplink_archer-c7-v5
|
|
|
|
define Device/tplink_cpe210-v2
|
|
$(Device/tplink-safeloader)
|
|
ATH_SOC := qca9533
|
|
IMAGE_SIZE := 7680k
|
|
DEVICE_TITLE := TP-Link CPE210 v2
|
|
TPLINK_BOARD_ID := CPE210V2
|
|
DEVICE_PACKAGES := rssileds
|
|
LOADER_TYPE := elf
|
|
SUPPORTED_DEVICES += cpe210-v2
|
|
endef
|
|
TARGET_DEVICES += tplink_cpe210-v2
|
|
|
|
define Device/tplink_cpe210-v3
|
|
$(Device/tplink-safeloader)
|
|
ATH_SOC := qca9533
|
|
IMAGE_SIZE := 7680k
|
|
DEVICE_TITLE := TP-Link CPE210 v3
|
|
DEVICE_PACKAGES := rssileds
|
|
TPLINK_BOARD_ID := CPE210V3
|
|
LOADER_TYPE := elf
|
|
SUPPORTED_DEVICES += cpe210-v3
|
|
endef
|
|
TARGET_DEVICES += tplink_cpe210-v3
|
|
|
|
define Device/tplink_archer-d50-v1
|
|
ATH_SOC := qca9531
|
|
DEVICE_TITLE := TP-Link Archer D50 v1
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
|
BOARDNAME := ARCHER-D50-V1
|
|
IMAGE_SIZE := 7808k
|
|
TPLINK_HWID := 0xC1200001
|
|
TPLINK_HWREV := 0x00000046
|
|
TPLINK_FLASHLAYOUT := 8Mqca
|
|
TPLINK_HWREVADD := 0x00000000
|
|
TPLINK_HVERSION := 3
|
|
KERNEL := kernel-bin | append-dtb | lzma
|
|
KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | \
|
|
tplink-v2-header -s -V "ver. 1.0"
|
|
IMAGES := sysupgrade.bin
|
|
IMAGE/sysupgrade.bin := tplink-v2-image -s -V "ver. 2.0" | \
|
|
append-metadata | check-size $$$$(IMAGE_SIZE)
|
|
SUPPORTED_DEVICES += archer-d50-v1
|
|
endef
|
|
TARGET_DEVICES += tplink_archer-d50-v1
|
|
|
|
define Device/tplink_re350k-v1
|
|
$(Device/tplink-safeloader)
|
|
ATH_SOC := qca9558
|
|
IMAGE_SIZE := 13760k
|
|
DEVICE_TITLE := TP-Link RE350K v1
|
|
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
|
TPLINK_BOARD_ID := RE350K-V1
|
|
TPLINK_HWID := 0x0
|
|
TPLINK_HWREV := 0
|
|
endef
|
|
TARGET_DEVICES += tplink_re350k-v1
|
|
|
|
define Device/tplink_re450-v2
|
|
$(Device/tplink-safeloader)
|
|
ATH_SOC := qca9563
|
|
IMAGE_SIZE := 6016k
|
|
DEVICE_TITLE := TP-Link RE450 v2
|
|
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
|
TPLINK_HWID := 0x0
|
|
TPLINK_HWREV := 0
|
|
TPLINK_BOARD_ID := RE450-V2
|
|
LOADER_TYPE := elf
|
|
endef
|
|
TARGET_DEVICES += tplink_re450-v2
|
|
|
|
define Device/tplink_tl-wdr3600
|
|
$(Device/tplink-8mlzma)
|
|
ATH_SOC := ar9344
|
|
DEVICE_TITLE := TP-Link TL-WDR3600
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
|
TPLINK_HWID := 0x36000001
|
|
SUPPORTED_DEVICES += tl-wdr4300
|
|
endef
|
|
TARGET_DEVICES += tplink_tl-wdr3600
|
|
|
|
define Device/tplink_tl-wdr4300
|
|
$(Device/tplink-8mlzma)
|
|
ATH_SOC := ar9344
|
|
DEVICE_TITLE := TP-Link TL-WDR4300
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
|
TPLINK_HWID := 0x43000001
|
|
SUPPORTED_DEVICES += tl-wdr4300
|
|
endef
|
|
TARGET_DEVICES += tplink_tl-wdr4300
|
|
|
|
define Device/tplink_tl-wdr4900-v2
|
|
$(Device/tplink-8mlzma)
|
|
ATH_SOC := qca9558
|
|
DEVICE_TITLE := TP-Link TL-WDR4900 v2
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
|
TPLINK_HWID := 0x49000002
|
|
endef
|
|
TARGET_DEVICES += tplink_tl-wdr4900-v2
|
|
|
|
define Device/tplink_tl-wr810n-v1
|
|
$(Device/tplink-8mlzma)
|
|
ATH_SOC := qca9531
|
|
DEVICE_TITLE := TP-Link TL-WR810N v1
|
|
TPLINK_HWID := 0x8100001
|
|
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport
|
|
endef
|
|
TARGET_DEVICES += tplink_tl-wr810n-v1
|
|
|
|
define Device/tplink_tl-wr810n-v2
|
|
$(Device/tplink-8mlzma)
|
|
ATH_SOC := qca9533
|
|
DEVICE_TITLE := TP-Link TL-WR810N v2
|
|
TPLINK_HWID := 0x8100002
|
|
endef
|
|
TARGET_DEVICES += tplink_tl-wr810n-v2
|
|
|
|
define Device/tplink_tl-wr710n-v1
|
|
$(Device/tplink-8mlzma)
|
|
ATH_SOC := ar9331
|
|
DEVICE_TITLE := TP-Link TL-WR710N v1
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb-chipidea2 kmod-usb-ledtrig-usbport
|
|
TPLINK_HWID := 0x07100001
|
|
SUPPORTED_DEVICES += tl-wr710n
|
|
endef
|
|
TARGET_DEVICES += tplink_tl-wr710n-v1
|
|
|
|
define Device/tplink_tl-wr842n-v1
|
|
$(Device/tplink-8m)
|
|
ATH_SOC := ar7241
|
|
DEVICE_TITLE := TP-Link TL-WR842N/ND v1
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
|
TPLINK_HWID := 0x8420001
|
|
endef
|
|
TARGET_DEVICES += tplink_tl-wr842n-v1
|
|
|
|
define Device/tplink_tl-wr842n-v2
|
|
$(Device/tplink-8mlzma)
|
|
ATH_SOC := ar9341
|
|
DEVICE_TITLE := TP-Link TL-WR842N/ND v2
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
|
TPLINK_HWID := 0x8420002
|
|
SUPPORTED_DEVICES += tl-wr842n-v2
|
|
endef
|
|
TARGET_DEVICES += tplink_tl-wr842n-v2
|
|
|
|
define Device/tplink_tl-wr842n-v3
|
|
$(Device/tplink-16mlzma)
|
|
ATH_SOC := qca9533
|
|
DEVICE_TITLE := TP-Link TL-WR842N v3
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
|
TPLINK_HWID := 0x8420003
|
|
SUPPORTED_DEVICES += tl-wr842n-v3
|
|
endef
|
|
TARGET_DEVICES += tplink_tl-wr842n-v3
|
|
|
|
define Device/tplink_tl-wr1043nd-v1
|
|
$(Device/tplink-8m)
|
|
ATH_SOC := ar9132
|
|
DEVICE_TITLE := TP-Link TL-WR1043N/ND v1
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
|
TPLINK_HWID := 0x10430001
|
|
SUPPORTED_DEVICES += tl-wr1043nd
|
|
endef
|
|
TARGET_DEVICES += tplink_tl-wr1043nd-v1
|
|
|
|
define Device/tplink_tl-wr1043nd-v2
|
|
$(Device/tplink-8mlzma)
|
|
ATH_SOC := qca9558
|
|
DEVICE_TITLE := TP-Link TL-WR1043N/ND v2
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
|
TPLINK_HWID := 0x10430002
|
|
SUPPORTED_DEVICES += tl-wr1043nd-v2
|
|
endef
|
|
TARGET_DEVICES += tplink_tl-wr1043nd-v2
|
|
|
|
define Device/tplink_tl-wr1043nd-v3
|
|
$(Device/tplink-8mlzma)
|
|
ATH_SOC := qca9558
|
|
DEVICE_TITLE := TP-Link TL-WR1043N/ND v3
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
|
TPLINK_HWID := 0x10430003
|
|
SUPPORTED_DEVICES += tl-wr1043nd-v3
|
|
endef
|
|
TARGET_DEVICES += tplink_tl-wr1043nd-v3
|
|
|
|
define Device/tplink_tl-wr1043nd-v4
|
|
$(Device/tplink-safeloader)
|
|
ATH_SOC := qca9563
|
|
IMAGE_SIZE := 15552k
|
|
DEVICE_TITLE := TP-Link TL-WR1043N/ND v4
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
|
TPLINK_HWID := 0x10430004
|
|
TPLINK_BOARD_ID := TLWR1043NDV4
|
|
SUPPORTED_DEVICES += tl-wr1043nd-v4
|
|
endef
|
|
TARGET_DEVICES += tplink_tl-wr1043nd-v4
|
|
|
|
define Device/tplink_tl-wr1043n-v5
|
|
$(Device/tplink-safeloader-uimage)
|
|
ATH_SOC := qca9563
|
|
IMAGE_SIZE := 15104k
|
|
DEVICE_TITLE := TP-Link TL-WR1043N v5
|
|
TPLINK_BOARD_ID := TLWR1043NV5
|
|
SUPPORTED_DEVICES += tl-wr1043n-v5
|
|
endef
|
|
TARGET_DEVICES += tplink_tl-wr1043n-v5
|
|
|
|
define Device/tplink_tl-wr2543-v1
|
|
$(Device/tplink-8mlzma)
|
|
ATH_SOC := ar7242
|
|
DEVICE_TITLE := TP-Link TL-WR2543N/ND v1
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
|
TPLINK_HWID := 0x25430001
|
|
IMAGE/sysupgrade.bin := append-rootfs | mktplinkfw sysupgrade -v 3.13.99 | \
|
|
append-metadata | check-size $$$$(IMAGE_SIZE)
|
|
IMAGE/factory.bin := append-rootfs | mktplinkfw factory -v 3.13.99
|
|
SUPPORTED_DEVICES += tl-wr2543-v1
|
|
endef
|
|
TARGET_DEVICES += tplink_tl-wr2543-v1
|