for the V5 hardware tp-link has not released any .bin firmware file yet.
But there is a TL-WA901NDV5_eu.tar.gz file containing what looks like an OS and build instructions:
README:
1. To Build both Toolchain and Firmware image:
1.1 Host Ubuntu 12.04 or higher (Linux kernel 3.2.0) on x86 machine
1.2 Compiling tool version: gcc 4.6.3 or higher, GNU Make version 3.81
2. Put the package TL-WA901NDV5_eu.tar.gz to a directory such as /home/TP-LINK, then extract the compressed files.
$ cd /home/TP-LINK
$ tar xzvf TL-WA901NDV5_eu.tar.gz
To Build Firmware image:
1.1 Go to TL-WA901NDV5_eu build folder and execute make.
$ cd /home/TP-LINK/TL-WA901NDV5_eu/build
$ make
will generate the wa901ndv5_eu_(xxx).bin, under TL-WA901NDV5_eu/images/wa901ndv5_eu folder.
xxx refers to flash, up or up_boot, with specific time-stamp and version info.
(Last edited by qwtrbc on 4 Oct 2017, 15:43)