I need mdmp of TP-Link RE4xx series,Would anyone do me a favor?

Hi,there

partition in OEM firmware may be like:

	partition fs-uboot base 0x00000 size 0x20000
	partition os-image base 0x20000 size 0x330000
	partition file-system base 0x350000 size 0x470000
	partition partition-table base 0x7c0000 size 0x02000
	partition default-mac base 0x7c2000 size 0x00020
	partition pin base 0x7c2100 size 0x00020
	partition product-info base 0x7c3100 size 0x01000
	partition soft-version base 0x7c4200 size 0x01000
	partition support-list base 0x7c5200 size 0x01000
	partition profile base 0x7c6200 size 0x08000
	partition config-info base 0x7ce200 size 0x00400
	partition user-config base 0x7d0000 size 0x10000
	partition default-config base 0x7e0000 size 0x10000
	partition radio base 0x7f0000 size 0x10000

partitions I needed in TP-Link RE455:

	name:			offset:	  size:
	default-mac 	0x20000   20
	pin 			0x20020   20
	product-info 	0x21000   1000
	config-info 	0x2e000   400

partitions in OpenWrt in TP-Link RE455:

root@OpenWrt:~# cat /proc/mtd
	dev:    size   erasesize  name
	mtd0: 00020000 00010000 "u-boot"
	mtd1: 00002000 00010000 "info"
	mtd2: 00002000 00010000 "partition-table"
	mtd3: 0000a000 00010000 "info2"
	mtd4: 00022000 00010000 "config"
	mtd5: 007a0000 00010000 "firmware"
	mtd6: 00223f9a 00010000 "kernel"
	mtd7: 0057c066 00010000 "rootfs"
	mtd8: 001a0000 00010000 "rootfs_data"
	mtd9: 00010000 00010000 "art"

It seems that I need infoļ¼Œpartition-tableļ¼Œinfo2 mtdblocks from TP-Link RE455.
It may be similar between with devices of TP-Link RE4xx series.
So I would like to take any of them from the same TP-Link RE4xx series,support 2.4+5G is better.Like TP-Link RE450
There are mac and pin in them.If you minded,you could remove them.