seemoo-lab / lede-ad7200

LEDE environment ported to support TP-Link TALON AD7200 devices.
https://seemoo.de/talon-tools/
GNU General Public License v2.0
28 stars 16 forks source link

Flashing issue with version 0.2.0 and 0.2.1 #3

Open avashist003 opened 5 years ago

avashist003 commented 5 years ago

While flashing the Talon router with firmware version 0.2.0 or 0.2.1, the router is not able to flash correctly.

Is there a something I am missing with the new firmware versions ?

avashist003 commented 5 years ago

older version V0.2.0 is also not working while flashing the router, currently using the 0.1.2 version

rounaksingh commented 5 years ago

I read your full comment now

rounaksingh commented 5 years ago

After flashing, the IP address of the router is changed. It (Router's) is 192.168.1.1 255.255.255.0

Change your PC IP address to 192.168.1.66. The ssh is working but the commands to establish 60GHz links are not working. When I run

root@Tef9174:~# hostapd -B /etc/hostapd_wlan2.conf Configuration file: /etc/hostapd_wlan2.conf Could not open configuration file '/etc/hostapd_wlan2.conf' for reading. Failed to set up interface with /etc/hostapd_wlan2.conf Failed to initialize interface Also, I noticed the new image file for 0.2.x are smaller than the old image file 0.1.x, I think the compiler is not patching the custom patches and copying the additional files.

I will compile in verbose mode. Let's see

rounaksingh commented 5 years ago

Update: 60GHz is working. Actually the filename is changed. Use following command to turn on 60GHz as AP mode.

$ hostapd -B /etc/hostapd.conf

rounaksingh commented 5 years ago

Hi @dsteinmetzer Please update the readme file. The IP address and filenames are old. Thanks