TP-Link Archer C50 (EU) V6.0 - 5 GHz interface not present

I'll share my own experience. Starting with a stock firmware on the Archer C50 v6 EU, I tried installing one of the snapshots through TP-Link's online firmware upload interface. The first time I did it, nothing changed. The second time, I believe I got disconnected (I did both through Wi-Fi like an idiot). Well, that lead to a brick. Maybe it is because I didn't follow these instructions here:

I spent the whole night trying to fix it, fearing I had bricked the boot-loader and that I'd have to get a £50 JTAG cable or something. I had some spare Raspberry Pis and I set up a TFTP server on one, using tftp-hpa and these instructions.

I had set the IP address to 192.168.0.66/24, connected the router and the Pi through LAN1 using a CCA Ethernet patch cable, and monitoring using tcpdump -ni eth0, I was seeing who-has requests for 192.168.0.66 everytime I did the reset process (hold down the reset button, then power on and keep holding it), though that may just be some DHCP/ARP protocol thing. I couldn't see any kind of request specifically for tftp-hpa.service, so I feared TFTP recovery was out of the window.

I then tried it the next day on a Windows 10 machine using Ttfpd64, and it worked perfectly. So it's not a boot-loader brick! I had flashed the tp_recovery.bin that was for v4:

and I'm back to a nearly-perfect point. The problem is precisely that the firmware is for v4, and that's now what my router thinks it is. It won't let me flash the v6 official image, like he describes, instead giving me an error code 4503 (The uploaded file was not accepted by the device).

Apparently he had success using TFTP, so I set that up again, using the MediaFire link he created here:

and it does flash over. Only now, the device is not discoverable or reachable. Suspecting maybe he created an OpenWRT image, I tested ssh root@192.168.1.1, which doesn't work. I tested reaching the TP-Link portal, 192.168.0.1 and the one I guess OpenWRT uses, 192.168.1.1. Neither work. @xristos, if you have anymore information on how you achieved this, it'd be much appreciated.

So I've re-flashed the v4 firmware. I'm not extremely fussed about it, but I would like if anyone has any guidance for bringing it back to the official v6 firmware, which I can stay at until v6 support is proper. Maybe I'll get my own feet wet in the semester holidays.

I'm assuming, reading about the talk around the split-uboot design and that my TFTP recovery worked, that my factory-uboot (at 0x00000000) is untouched, and that a perfect official reinstall is still possible. Hopefully I haven't lost any calibration data or functionality permanently.